From 1fa1d97e46adf57cbbaf8371c03e34c4cac6c7b3 Mon Sep 17 00:00:00 2001 From: tstaubitz Date: Mon, 14 Nov 2016 16:52:38 +0100 Subject: [PATCH] Update LOCAL_SETUP.md --- LOCAL_SETUP.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/LOCAL_SETUP.md b/LOCAL_SETUP.md index 44d0f0f3..0e3bcbfe 100644 --- a/LOCAL_SETUP.md +++ b/LOCAL_SETUP.md @@ -44,6 +44,11 @@ cd /vagrant gem install bundler bundle install +#### Pending migrations +vagrant ssh +cd /vagrant +rake db:migrate + ### Start server vagrant ssh