批量重命名 npm/* 使用标准前缀 base|core|user
This commit is contained in:
parent
784ed8f6f8
commit
f5fc1d1930
@ -1,7 +1,7 @@
|
|||||||
echo '>>>> Starting http2https in pm2 ...'
|
echo '>>>> Starting http2https in pm2 ...'
|
||||||
cd /faronear/git/git.faronear.org
|
cd /faronear/git/git.faronear.org
|
||||||
# sudo it so that pm2 list shows it as root
|
# sudo it so that pm2 list shows it as root
|
||||||
sudo pm2 start ./node_modules/sol.webserver/server.js --name git.http2https
|
sudo pm2 start ./node_modules/base.webserver/server.js --name git.http2https
|
||||||
cd /faronear/git
|
cd /faronear/git
|
||||||
|
|
||||||
echo '>>>> Started http2https.'
|
echo '>>>> Started http2https.'
|
||||||
|
@ -3,7 +3,7 @@ sudo pm2 start "/faronear/fon/yapi/vendors/server/app.js" --name yapi # sudo it
|
|||||||
|
|
||||||
echo 'Starting https2http proxy ...'
|
echo 'Starting https2http proxy ...'
|
||||||
cd /faronear/fon/yapi.faronear.org
|
cd /faronear/fon/yapi.faronear.org
|
||||||
sudo pm2 start ./node_modules/sol.webserver/server.js --name yapi.https2http # sudo it so that pm2 list shows it as root
|
sudo pm2 start ./node_modules/base.webserver/server.js --name yapi.https2http # sudo it so that pm2 list shows it as root
|
||||||
cd /faronear/
|
cd /faronear/
|
||||||
|
|
||||||
echo 'Started yapi + https2http.'
|
echo 'Started yapi + https2http.'
|
||||||
|
Loading…
Reference in New Issue
Block a user