dtolmie / oars

OARS OA repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oars

  • Ruby 2.6.3
  • Hyrax 2.6.0
  • Run locally
    1. Clone the git repo: git clone git@github.com: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


Languages

Language:Ruby 76.4%Language:XSLT 18.4%Language:HTML 4.1%Language:JavaScript 0.6%Language:CSS 0.5%