This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Workshift Manager's Assistant
brianmaissy/WSMA
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
======================================== Workshift Manager's Assistant (WSMA) ======================================== CS169 Fall 2011 Professor George Necula GSI Sharada Prasad UC Berkeley Brian Maissy ([email protected]) Ben Lui Travis Cheng Tai Schuller Cat Callaghan ======================================== Running the application on the EC2 ======================================== Please use Chrome. We have not yet tackled cross-browser compatibility, so we cannot guarantee correct functionality if you use any other browser. Navigate to: http://107.20.135.212:8092 To login with admin privileges: [email protected]//password To login with workshift manager privileges: [email protected]//password To login with user privileges: [email protected]//password ======================================== Issue Tracker ======================================== Issues can be opened here: https://github.com/brianmaissy/WSMA/issues Anyone can create issues, but you need a github account. ======================================== Running the application locally ======================================== Clone the git repository from: https://github.com/brianmaissy/WSMA To run the server: bundle install rake bootstrap rake assets:precompile (optional) rails server -e production (The rake bootstrap task sets up the database and loads it with some sample data) (Currently the setting is to fall back to the asset pipeline if the precompiled assets are unavailable. We should change this in the production.rb config file when deploying. This will require configuration of nginx to serve our files in public/assets.) Navigate to: localhost:3000/ To login with admin privileges: admin//password To login with workshift manager privileges: wsm//password To login with user privileges: user//password Requirements and design documents are available in the doc/ directory of the repository. To run the tests: rake test