diff options
author | zhang ab <zhanganbing@chinamobile.com> | 2018-03-12 03:23:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-12 03:23:34 +0000 |
commit | cc66925f30debaeb720d3a189b3e06cbb681f6fa (patch) | |
tree | 529f277a03b381d9d971ff00bab670936b4acee5 /newton/run.sh | |
parent | 8bddebb95d3f42eaf3da5523a2a07d3b2da5447a (diff) | |
parent | 51fde27c2a12f525e94ecd3a83238a46215d9392 (diff) |
Merge "newton use share library"
Diffstat (limited to 'newton/run.sh')
-rwxr-xr-x | newton/run.sh | 10 |
1 files changed, 1 insertions, 9 deletions
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 |