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

@@ -1,7 +1,7 @@
echo '>>>> Starting http2https in pm2 ...'
cd /faronear/git/git.faronear.org
# sudo it so that pm2 list shows it as root
sudo pm2 start ./node_modules/basend-webserver/webserver.js --name git.http2https
sudo pm2 start ./node_modules/wo-base-webserver/webserver.js --name git.http2https
cd /faronear/git
echo '>>>> Started http2https.'