diff options
-rw-r--r-- | Vagrantfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Vagrantfile b/Vagrantfile index dcdf1f433..5d56914a5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,7 +25,7 @@ # at http://10.10.10.30:3000 # # # Guest -# bundle exec rails s +# bundle exec rails server # # Customizing the Vagrant instance # ================================ @@ -37,10 +37,10 @@ # exporting to the environment. # # # Prefixing the command -# $ ALAVETELI_MEMORY=2048 vagrant up +# $ ALAVETELI_VAGRANT_MEMORY=2048 vagrant up # # # Exporting to the environment -# $ export ALAVETELI_MEMORY=2048 +# $ export ALAVETELI_VAGRANT_MEMORY=2048 # $ vagrant up # # Both have the same effect, but exporting will retain the variable for the |