Skip to content

Ganakim/teaching-rails-testI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

logo

Hi there! Welcome to Bottega Devcamp

Instructions to enter into the bash shell

To startup the Postgres database, the command is:

sudo service postgresql start

To generate a new rails application, the command is:

rails new AppName -T --database=postgresql

Change into the app:

cd AppName

Create and migrate the database:

rails db:create && rails db:migrate

To run the Rails server on C9, the command is:

rails s -b $IP -p $PORT

For more information on how to use Cloud9, visit http://docs.c9.io for our documentation. If you want, you can also go watch some training videos at http://www.youtube.com/user/c9ide.

Good luck with the coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published