From a7c356ef9311981d32bda0bfe80c5f84a6f0f717 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Tue, 28 Apr 2015 16:33:01 -0300 Subject: Activate custom modules now uses the correct setup --- .../modules/pixelated/files/activate_custom_node_modules.sh | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'provisioning/modules/pixelated/files/activate_custom_node_modules.sh') 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 -- cgit v1.2.3