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