rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'

This commit is contained in:
luk.lu
2022-08-17 08:59:19 +08:00
parent fbf0cd67a7
commit 9165929654
4 changed files with 34 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ sudo pm2 start "/faronear/fon/yapi/vendors/server/app.js" --name yapi # sudo it
echo 'Starting https2http proxy ...'
cd /faronear/fon/yapi.faronear.org
sudo pm2 start ./node_modules/basend-webserver/webserver.js --name yapi.https2http # sudo it so that pm2 list shows it as root
sudo pm2 start ./node_modules/wo-base-webserver/webserver.js --name yapi.https2http # sudo it so that pm2 list shows it as root
cd /faronear/
echo 'Started yapi + https2http.'