-
Notifications
You must be signed in to change notification settings - Fork 124
Setting up test app for workflow
cam156 edited this page Jan 9, 2017
·
4 revisions
- Run the server
cd .internal_test_app
rails s
- register a user from a browser window load localhost:3000
click login
click signup
fill in form and click register
- Close your rails server
- Follow steps for making an Admin user: https://github.com/projecthydra/sufia/wiki/Making-Admin-Users-in-Sufia
- Load the workflows
rake hyrax:workflow:load
- Start your rails server and reload the page (you should now see an administrative menu)