Setting up test app for workflow - samvera/hyrax GitHub Wiki
             
- 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:
      - [email protected]
- Load the workflows
rails hyrax:workflow:load    
- Start your rails server and reload the page (you should now see an administrative menu)