Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To get started, open a terminal (Terminal.app on Mac) and do the following. Make sure you have Ruby: % ruby -v Developed and tested with 1.8.7 Install dependencies: % bundle install Create database, load data: % rake db:migrate dummy:load Or, for minimal dummy data (just an admin user): % rake db:migrate dummy:admin Start the server: % rails server Point your webbrowser to: http://localhost:3000/workflow User login is: 'admin@tsl.pomona.edu' Password is: 'password'