批量重命名,把关键词放在前面,动作词放在后面
This commit is contained in:
9
yapi-run.sh
Executable file
9
yapi-run.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
echo 'Starting yapi ...'
|
||||
sudo pm2 start "/faronear/fon/yapi/vendors/server/app.js" --name yapi # sudo it so that pm2 list shows it as root
|
||||
|
||||
echo 'Starting https2http proxy ...'
|
||||
cd /faronear/fon/yapi.faronear.org
|
||||
sudo pm2 start ./node_modules/base.webserver/server.js --name yapi.https2http # sudo it so that pm2 list shows it as root
|
||||
cd /faronear/
|
||||
|
||||
echo 'Started yapi + https2http.'
|
||||
Reference in New Issue
Block a user