projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674abb4
)
Link the git repo to the default location for discourse
author
Matt Palmer
<mpalmer@hezmatt.org>
Mon, 14 Sep 2015 05:48:15 +0000
(15:48 +1000)
committer
Matt Palmer
<mpalmer@hezmatt.org>
Mon, 14 Sep 2015 05:48:15 +0000
(15:48 +1000)
Vagrantfile
patch
|
blob
|
blame
|
history
diff --git
a/Vagrantfile
b/Vagrantfile
index c3e3a282b74d38289ba8a14a740985c94f90a959..3dc50f7a157f4f0732236e7fb4324b4c38967dee 100644
(file)
--- a/
Vagrantfile
+++ b/
Vagrantfile
@@
-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"]