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.sh11
1 files changed, 4 insertions, 7 deletions
diff --git a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
index 2e15a42b..f46b67e1 100755
--- a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
+++ b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
@@ -28,13 +28,10 @@ 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/
-node_modules/.bin/bower install >/dev/null
+echo "running python setup"
+./go setuppy > /dev/null
+echo "running js setup"
+./go setupjs > /dev/null
-echo "running go build"
-LC_ALL=en_US.UTF-8 ./go build
cd /vagrant