From 71d1d8aac36ca6d5ce7b9f6b86a9891b45d3757c Mon Sep 17 00:00:00 2001 From: Folker Bernitt Date: Wed, 11 Feb 2015 10:39:53 +0100 Subject: (Re-)added auto setup of vagrant ssh. - Issues #282, #252 --- .../modules/pixelated/files/activate_custom_node_modules.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'provisioning/modules/pixelated/files') 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 -- cgit v1.2.3