summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/files
diff options
context:
space:
mode:
authorFolker Bernitt <fbernitt@thoughtworks.com>2015-02-11 10:39:53 +0100
committerFolker Bernitt <fbernitt@thoughtworks.com>2015-02-11 10:39:53 +0100
commit71d1d8aac36ca6d5ce7b9f6b86a9891b45d3757c (patch)
tree2e41a14b459db16a8b2047fcae13ccefc2616c15 /provisioning/modules/pixelated/files
parentdcec274dd5d727f113bbc64a95e9fc0773829ce3 (diff)
(Re-)added auto setup of vagrant ssh.
- Issues #282, #252
Diffstat (limited to 'provisioning/modules/pixelated/files')
-rwxr-xr-xprovisioning/modules/pixelated/files/activate_custom_node_modules.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
index ec59a183..5fa90b6a 100755
--- a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
+++ b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
@@ -27,4 +27,14 @@ fi
source /home/vagrant/user-agent-venv/bin/activate
+cd /vagrant/service
+echo "running python setup.py develop"
+python setup.py develop >/dev/null
+echo "running bower install"
+cd /vagrant/web-ui/
+bower install >/dev/null
+
+echo "running go build"
+./go build
+
cd /vagrant