Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dtolmie/oars

 
 

Repository files navigation

Oars

  • Ruby 2.6.3
  • Hyrax 2.6.0
  • Run locally
    1. Clone the git repo: git clone [email protected]:UW-Libraries/oars.git
    2. cd ./oars
    3. Install the required gems: bundle install
    4. Create and migrate the development database: bundle exec rails db:create db:migrate
    5. Create and migrate the test database: RAILS_ENV=test bundle exec rails db:create db:migrate
    6. Install dependencies yarn install
    7. Launch development instance of solr: solr_wrapper
    8. Launch test instance of solr: solr_wrapper --config config/solr_wrapper_test.yml
    9. Launch development instance of fedora: fcrepo_wrapper
    10. Launch test instance of fedora: fcrepo_wrapper --config config/fcrepo_wrapper_test.yml
    11. Launch a rails server: bundle exec rails server
    12. Create the default admin set: bundle exec rake hyrax:default_admin_set:create
    13. Create the default collection types: bundle exec rake hyrax:default_collection_types:create
    14. Run the tests to ensure everything is working as expected: rspec spec
    15. You should now be able to go to http://localhost:3000 and see the application

About

OARS OA repo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 76.4%
  • XSLT 18.4%
  • HTML 4.1%
  • Other 1.1%