From 51fde27c2a12f525e94ecd3a83238a46215d9392 Mon Sep 17 00:00:00 2001 From: Huang Haibin Date: Thu, 8 Mar 2018 22:05:26 +0800 Subject: newton use share library Change-Id: I0ed8ced042862edf8afa87fec3b457d019e811b4 Issue-ID: MULTICLOUD-138 Signed-off-by: Huang Haibin --- newton/run.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'newton/run.sh') diff --git a/newton/run.sh b/newton/run.sh index 0c88c903..0e2bee32 100755 --- a/newton/run.sh +++ b/newton/run.sh @@ -13,16 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -sed -i "s/MSB_SERVICE_ADDR =.*/MSB_SERVICE_ADDR = \"${MSB_ADDR}\"/g" newton/pub/config/config.py -sed -i "s/MSB_SERVICE_PORT =.*/MSB_SERVICE_PORT = \"${MSB_PORT}\"/g" newton/pub/config/config.py -sed -i "s/AAI_ADDR =.*/AAI_ADDR = \"${AAI_ADDR}\"/g" newton/pub/config/config.py -sed -i "s/AAI_PORT =.*/AAI_PORT = \"${AAI_PORT}\"/g" newton/pub/config/config.py -sed -i "s/AAI_SCHEMA_VERSION =.*/AAI_SCHEMA_VERSION = \"${AAI_SCHEMA_VERSION}\"/g" newton/pub/config/config.py -sed -i "s/AAI_USERNAME =.*/AAI_USERNAME = \"${AAI_USERNAME}\"/g" newton/pub/config/config.py -sed -i "s/AAI_PASSWORD =.*/AAI_PASSWORD = \"${AAI_PASSWORD}\"/g" newton/pub/config/config.py - memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid - +export PYTHONPATH=lib/share nohup python manage.py runserver 0.0.0.0:9003 2>&1 & while [ ! -f logs/runtime_newton.log ]; do -- cgit 1.2.3-korg