-
Notifications
You must be signed in to change notification settings - Fork 124
Setting up test app for workflow
Michael J. Giarlo edited this page May 10, 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
- Add your user to the admin role by editing .internal_test_app/config/role_map.yml
development:
...
admin:
- my_fake_user@faker.com
- Load the workflows
rails hyrax:workflow:load
- Start your rails server and reload the page (you should now see an administrative menu)