aboutsummaryrefslogtreecommitdiffstats
path: root/doc/INSTALL-vagrant.md
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-04-17 12:55:29 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-04-17 12:55:29 +0100
commitf5b4308b0bd68577e5c85fdbdab1d22876f6c1d4 (patch)
treeeaac4aa12e7cfe896c92ea31e3c099e66e85140e /doc/INSTALL-vagrant.md
parentee0eb23bd793a7ac811cb6a0b816e60693af77c9 (diff)
parent9b5837c399e0525fac34470cf824c4efafd1ff58 (diff)
Merge branch 'vagrant_debian' of github.com:sebbacon/alaveteli into vagrant_debianvagrant_debian
Conflicts: doc/INSTALL-vagrant.md
Diffstat (limited to 'doc/INSTALL-vagrant.md')
-rw-r--r--doc/INSTALL-vagrant.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/INSTALL-vagrant.md b/doc/INSTALL-vagrant.md
index 1e3f98396..34a8ae30e 100644
--- a/doc/INSTALL-vagrant.md
+++ b/doc/INSTALL-vagrant.md
@@ -40,7 +40,7 @@ shared folders.
### Load sample data and index it
- ./script/load-sample-data && ./script/rebuild-xapian-index
+ bundle exec ./script/load-sample-data && bundle exec ./script/rebuild-xapian-index
### Run the tests
@@ -48,7 +48,7 @@ shared folders.
### Start the development server
- ./script/server
+ bundle exec ./script/server
### And you're golden