Skip to content

Ruby-Monday's 2nd project. Aggregate your different coding activity and build support and a following.

Notifications You must be signed in to change notification settings

code-newbies/ruby-committed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-commited

Ruby-Monday's 2nd project. Aggregate your different coding activity and build support and a following.

Project Setup

Assuming you have PG running and the default blank root password and assuming your currnet working directory is the root of this project:

$ bundle install $ cp ./config/database.yml.sample ./config/database.yml $ cp ./config/secrets.yml.sample ./config/secrets.yml

To change the default secret keys, run the command below, copy the generated key and modify the secrets.yml file. You'll need to do this twice. Once for the test key and once for the developement key.

$ rake secret

If you do not want to use the project default database names, then you'll want to edit config/database.yml before runnig the last command.

$ rake db:setup

About

Ruby-Monday's 2nd project. Aggregate your different coding activity and build support and a following.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published