A repository for doing shared R&D on CurationConcerns for the Development team.
Note This repository will be used for R&D Development spikes only. It is not intended to be used as the new DAMS5 Digital Collections codebase.
The following software are required:
redlock
gem requires Redis >= 2.6.Please visit Curation Concerns for installation guide.
git clone https://github.com/ucsdlib/dams5-cc-pilot
cd dams5-cc-pilot
bundle install
bundle exec rake db:migrate
# Start the test servers
rake hydra:test_server
Or do it in the following steps:
solr_wrapper -p 8985 -d solr/config/ --collection_name hydra-test
# in another window
fcrepo_wrapper -p 8986 --no-jms
# run the test suits
bundle exec rake spec
rake hydra:test_server
Or do it in the following steps:
solr_wrapper -p 8983 -d solr/config/ --collection_name hydra-development
# in another window
fcrepo_wrapper -p 8984 --no-jms
# and in another window
rails s
Go to http://localhost:3000/ and register to start
bin/import-authorities