项目作者: discoverygarden

项目描述 :
Advanced Critical Edition
高级语言: JavaScript
项目地址: git://github.com/discoverygarden/islandora_critical_edition_advanced.git


BUILD STATUS

Current build status:
Build Status

CONTENTS OF THIS FILE

  • summary
  • configuration

SUMMARY

A module for creating advanced critical editions of Islandora objects using the
advanced data model

CONFIGURATION

This module requires the Islandora Critical Edition Solution Pack.
The saxon.jar file contained in the dependencies directory must by moved or
copied to the webapps directory of the tomcat server.

This will normally be /usr/local/fedora/tomcat/webapps/

INSTALL MONGO

First install Mongo, then:

  1. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
  2. echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/10gen.list
  3. sudo apt-get update
  4. sudo mkdir p /data/db
  5. chown -R vagrant /data

Run from Mongo prompt:

  1. db.addUser('admin', 'jabberw0cky', 'userAdminAnyDatabase')

Then from the command line:

  1. sudo pecl install mongo

Add then following line to your php.ini file /etc/php5/apache2/:

  1. extension=mongo.so

When finished just restart apache service.