Skip to content

gr347wh173n0r7h/Kopija

Repository files navigation

Kopija - Project Organization Made Easy

Previously know as SJSU CMPE Engineering Projects

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 Databe

$ bundle exec rake db:migrate

5- Seed Database

$ bundle 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:engr_projects

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 Databe

$ bundle exec rake db:migrate

9- Seed Database

$ bundle exec rake db:seed

9- Run Rails Server

$ rails s -b $IP -p $PORT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages