summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
diff options
context:
space:
mode:
Diffstat (limited to 'provisioning/modules/pixelated/files/activate_custom_node_modules.sh')
-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