From 25bbfb14f191992f407d957d524ffb1cd0378655 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Fri, 18 Aug 2017 15:03:18 +0800 Subject: Add seed codes of nfvo catalog Change-Id: Id0646870cbb297cbeddfe223feb2235f11a4a511 Issue-Id: VFC-108 Signed-off-by: fujinhua --- run.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 run.sh (limited to 'run.sh') diff --git a/run.sh b/run.sh new file mode 100644 index 00000000..40136547 --- /dev/null +++ b/run.sh @@ -0,0 +1,16 @@ +#!/bin/bash +# Copyright 2017 ZTE Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +sip=127.0.0.1 +nohup python manage.py runserver $sip:8806 > /dev/null & -- cgit 1.2.3-korg