diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-08 18:00:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-18 13:07:53 +0100 |
commit | 2cd02a034959325bc117db9963602657614929df (patch) | |
tree | ad3524b5962bf09f2d135807ee95bdac49ab169d /Vagrantfile | |
parent | d2ddffb524bea84c63f77c74beedf6155352ac75 (diff) |
Version 2.1.
Diffstat (limited to 'Vagrantfile')
-rwxr-xr-x | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index 575eec765..536974693 100755 --- a/Vagrantfile +++ b/Vagrantfile @@ -54,7 +54,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| echo "****************" echo "You can now ssh into your vagrant box: vagrant ssh" echo "The website code is found in: ~/fixmystreet" - echo "You can run the dev server with: script/fixmystreet_app_server.pl [-d] [-r] [--fork]" + echo "You can run the dev server with: script/server" echo "Access the admin with username: superuser@example.org and password: password" else echo "Unfortunately, something appears to have gone wrong with the installation." |