Commit dd3574f0 authored by kewei.jia's avatar kewei.jia

下载pip

parent 59e56133
......@@ -30,7 +30,7 @@ pip install -r ${package_path}/requirements.txt
echo "sed port from 8999 to 80"
find ${package_path}/ -type f -name "*.py" | xargs sed -i "s#8999#80#g"
find ${package_path}/ -type f -name "*.py" | xargs sed -i "s#http://opapi.xyqb.com/userManage/info#${NAMESPACE}.liangkebang.net#g"
find ${package_path}/ -type f -name "*.py" | xargs sed -i "s#http://opapi.xyqb.com#${NAMESPACE}.liangkebang.net#g"
echo "start python"
python ./startup.py
tail -f ~/.bashrc
......
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