From a5f4e699d440bd7da409eb7c600ace38d4a86223 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Thu, 29 Jan 2015 15:52:53 +0100 Subject: run setup py on login we need to create some egg files for the user-agent before everything works --- provisioning/modules/pixelated/files/activate_custom_node_modules.sh | 5 +++++ 1 file changed, 5 insertions(+) (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 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 -- cgit v1.2.3