Skip to content

gr347wh173n0r7h/saryan

Repository files navigation

SARYAN

SE 195 Project

Jordan Petersen, Lisa Efird, Sarmad Syed


Deployment

Ubuntu


Install Rails

Run Rails Application

1- Pull repository

$ git clone <repository>

2- Open repository folder

$ cd <dir>

3- Run Gem install

$ bundle install

4- Create Database

$ bundle exec rake db:migrate

5- Seed Database

$ bundel exec rake db:seed

6- Run local Rails web-server

$ rails s

Cloud9


1- Create Acount at Cloud9

2- Create new Worspace

3- In Create Workspace set repository to:

[email protected]/gr347wh173n0r7h:saryan

4- In Choose the Templace choose Custom option

5- Let Cloud9 load workspace...

6- Install Rails

gem install rails

7- Run Gem install

$ bundle install

8- Create Database

$ bundle exec rake db:migrate

9- Seed Database

$ bundel exec rake db:seed

9- Runs Rails Server

$ rails s -b $IP -p $PORT

About

SE 195 Project Collaboration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages