Skip to content

Commit

Permalink
Ignore database.yml and add instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Tilley committed Apr 12, 2011
1 parent c6aec50 commit 1392b0d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ tmp/
vendor/ruby/*
config/initializers/0_development.rb
config/private_pub.yml
config/databasae.yml
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Chatterbox has three major parts:

### The Rails Application

The Rails app is a standard Rails 3 application. Just `bundle install`, `rake db:schema:laod`, and `rails server` and you should be up and running.
The Rails app is a standard Rails 3 application. Once you've set up your `config/database.yml` file, a `bundle install`, `rake db:schema:laod`, and `rails server` and you should be up and running.

### The Faye Server

Expand Down
File renamed without changes.

0 comments on commit 1392b0d

Please sign in to comment.