Link the git repo to the default location for discourse
authorMatt Palmer <mpalmer@hezmatt.org>
Mon, 14 Sep 2015 05:48:15 +0000 (15:48 +1000)
committerMatt Palmer <mpalmer@hezmatt.org>
Mon, 14 Sep 2015 05:48:15 +0000 (15:48 +1000)
Vagrantfile

index c3e3a282b74d38289ba8a14a740985c94f90a959..3dc50f7a157f4f0732236e7fb4324b4c38967dee 100644 (file)
@@ -20,6 +20,8 @@ Vagrant.configure(2) do |config|
       apt-get -y remove --purge puppet juju
       apt-get -y autoremove --purge
       wget -qO- https://get.docker.com/ | sh
+
+      ln -s /vagrant /var/discourse
     EOF
 
     if ENV["http_proxy"]