Commit c3d4bc2f authored by daidekun's avatar daidekun

toos

parent eabf9186
...@@ -15,5 +15,11 @@ rm -rf ${package_path}/dist.tgz ...@@ -15,5 +15,11 @@ rm -rf ${package_path}/dist.tgz
echo "pip install -r requirements.txt;pip install --upgrade kubernetes" echo "pip install -r requirements.txt;pip install --upgrade kubernetes"
echo "python run.py --mode=beta --port=80" echo "python run.py"
python ${package_path}/run.py --mode=beta --port=80 python ${package_path}/run.py
\ No newline at end of file
echo "cd /home/qg-xterm/;git pull;cd -"
cd /home/qg-xterm/;git pull;cd -
echo "node /home/qg-xterm/demo/app.js"
nohup node /home/qg-xterm/demo/app.js &
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment