From 2f3dacb5690937c3dc2eb17137df94a0e349adb2 Mon Sep 17 00:00:00 2001 From: william mantly Date: Sat, 1 Oct 2016 00:27:46 -0400 Subject: [PATCH] node --- create.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/create.sh b/create.sh index e3c5ca7..72d83d0 100644 --- a/create.sh +++ b/create.sh @@ -13,12 +13,12 @@ chmod 777 . echo `pwd` workingPath = /var/www/gitwrapper/$name -nodePort = `./random_port.py` +nodePort = `./node_rtc/random_port.py` DJANGO_SETTINGS_MODULE=project.settings.prod export DJANGO_SETTINGS_MODULE=project.settings.prod -NODE_ENV = 'staging' -export NODE_ENV = 'staging' +NODE_ENV ='staging' +export NODE_ENV ='staging' git clone $sshURL .