Manual - SoftwareEngineeringGroupProject/SEGP1B-Cluster3 GitHub Wiki

To run the web app:

    1. Clone the directory - 'git clone directoryurl'.
    1. Change current directory to App - 'cd App'.
    1. Acquire all gems needed - 'bundle install'.
  • 3a. If error with rmagick install run - 'sudo apt-get install libmagickwand-dev'.
    1. Make sure rails version is 2.1.2 - 'rails install 2.1.2'.
    1. Set up database - 'rake db:migrate'.
    1. Seed default database records - 'rake db:seed'.
    1. Run server - 'rails s'.
    1. Run web app in browser - 'localhost:3000'.