diff options
Diffstat (limited to 'conf/Vagrantfile.example')
-rwxr-xr-x | conf/Vagrantfile.example | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/conf/Vagrantfile.example b/conf/Vagrantfile.example index 8c2a32c47..98b77dcc4 100755 --- a/conf/Vagrantfile.example +++ b/conf/Vagrantfile.example @@ -38,14 +38,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| apt-get install -qq -y curl >/dev/null curl -s -O https://raw.github.com/mysociety/commonlib/master/bin/install-site.sh sh install-site.sh --dev fixmystreet vagrant 127.0.0.1.xip.io - # Assume a developer will want to run the tests. - # TODO The tests should be further altered to work regardless of - # configuration file settings - sed -i -r \ - -e "s,(MAPIT_URL:) '',\\1 'http://mapit.mysociety.org/'," \ - -e "s, - cobrand_one, - barnet\\n - bromley\\n - emptyhomes\\n - fiksgatami\\n - fixmybarangay\\n - lichfielddc\\n - reading\\n - seesomething\\n - southampton\\n - zurich," \ - -e "s, - cobrand_two: 'hostname_substring2', - fixmystreet: '.'," \ - fixmystreet/conf/general.yml # All done echo "****************" echo "You can now ssh into your vagrant box: vagrant ssh" |