diff options
author | Teddy Wing | 2015-01-25 17:40:33 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-25 17:40:33 -0500 |
commit | f464f54d073603af992b1e66d3e86fa869c3662d (patch) | |
tree | c46dbb79cd78dae67dd69f224fb8f780f84c86e9 /README.md | |
parent | b75ef2c502bf0da050bd290a2ad1cc7aa0dcc408 (diff) | |
download | Notes-angular-demo-master.tar.bz2 |
Forgot to add a step for running migrations to the initial run
instructions.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -16,7 +16,11 @@ The `NotesController` provides a CRUD API for notes which is then accessed by an $ bundle install --path vendor/bundle -2. Start the Rails server +2. Run migrations + + $ bundle exec rake db:migrate + +3. Start the Rails server $ bundle exec rails server |