Skip to content

Setting up test app for workflow

cam156 edited this page Jan 9, 2017 · 4 revisions
  1. Run the server
cd .internal_test_app
rails s
  1. register a user from a browser window load localhost:3000
click login
click signup
fill in form and click register
  1. Close your rails server
  2. Follow steps for making an Admin user: https://github.com/projecthydra/sufia/wiki/Making-Admin-Users-in-Sufia
  3. Load the workflows
rake hyrax:workflow:load    
  1. Start your rails server and reload the page (you should now see an administrative menu)
Clone this wiki locally