summaryrefslogtreecommitdiff
path: root/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
diff options
context:
space:
mode:
authorChristoph Kluenter <ckluente@thoughtworks.com>2015-01-29 15:52:53 +0100
committerChristoph Kluenter <ckluente@thoughtworks.com>2015-01-29 15:53:37 +0100
commita5f4e699d440bd7da409eb7c600ace38d4a86223 (patch)
treeb3ad73ace7d928932a180e36f77164caa9a479c1 /provisioning/modules/pixelated/files/activate_custom_node_modules.sh
parent29d21251e9ff36578e4e72338da86b6090da9f3b (diff)
run setup py on login
we need to create some egg files for the user-agent before everything works
Diffstat (limited to 'provisioning/modules/pixelated/files/activate_custom_node_modules.sh')
-rwxr-xr-xprovisioning/modules/pixelated/files/activate_custom_node_modules.sh5
1 files changed, 5 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 6508053d..1652b709 100755
--- a/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
+++ b/provisioning/modules/pixelated/files/activate_custom_node_modules.sh
@@ -26,3 +26,8 @@ if [ ! -e $VAGRANT_NODE_MODULES ] ; then
fi
+source ${virtualenv_path}/bin/activate
+
+cd /vagrant/service
+python setup.py develop >/dev/null
+cd /vagrant