Commit 24feb61c7b48af58c9c89170b1f435518205f84d
- Date: Thu Feb 21 08:32:29 +0000 2008
- Committer: Xavier Shay (xavier@rhnh.net)
- Author: Xavier Shay (xavier@rhnh.net)
- Commit SHA1: 24feb61c7b48af58c9c89170b1f435518205f84d
- Tree SHA1: 4193fa6a97542c469b103683b082da747d701921
Added rake db:migrate to quick start instructions
Commit diff
| |   |
| 10 | 10 | cd enki |
| 11 | 11 | git checkout -b myblog # Create a new work branch |
| 12 | 12 | cp config/database.example.yml config/database.yml |
| 13 | | # Edit config/enki.yml to taste |
| 13 | # Edit config/enki.yml and config/database.yml to taste |
| 14 | rake db:migrate |
| 14 | 15 | rake spec |
| 15 | 16 | ./script/server |
| 16 | 17 | # Load http://localhost:3000/admin in your browser |
| toggle raw diff |
--- a/README
+++ b/README
@@ -10,7 +10,8 @@ Preferences are for the masses. Any real coder knows the easiest and best way to
cd enki
git checkout -b myblog # Create a new work branch
cp config/database.example.yml config/database.yml
- # Edit config/enki.yml to taste
+ # Edit config/enki.yml and config/database.yml to taste
+ rake db:migrate
rake spec
./script/server
# Load http://localhost:3000/admin in your browser |