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

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

View File

@ -24,28 +24,28 @@ popd
mkdir npm
pushd npm
git clone https://git.faronear.org/npm/basend-fileloader
git clone https://git.faronear.org/npm/basend-deployer
git clone https://git.faronear.org/npm/basend-envar
git clone https://git.faronear.org/npm/basend-cocon
git clone https://git.faronear.org/npm/basend-messenger
git clone https://git.faronear.org/npm/basend-netinfo
git clone https://git.faronear.org/npm/basend-webserver
git clone https://git.faronear.org/npm/basend-websocket-server
git clone https://git.faronear.org/npm/basend-webtoken
git clone https://git.faronear.org/npm/wo-base-fileloader
git clone https://git.faronear.org/npm/wo-base-deployer
git clone https://git.faronear.org/npm/wo-base-envar
git clone https://git.faronear.org/npm/wo-base-cocon
git clone https://git.faronear.org/npm/wo-base-messenger
git clone https://git.faronear.org/npm/wo-base-netinfo
git clone https://git.faronear.org/npm/wo-base-webserver
git clone https://git.faronear.org/npm/wo-base-websocket-server
git clone https://git.faronear.org/npm/wo-base-webtoken
git clone https://git.faronear.org/npm/corend-i18n
git clone https://git.faronear.org/npm/corend-toolkit
git clone https://git.faronear.org/npm/corend-rpcsocket
git clone https://git.faronear.org/npm/wo-core-i18n
git clone https://git.faronear.org/npm/wo-core-toolkit
git clone https://git.faronear.org/npm/wo-core-rpcsocket
git clone https://git.faronear.org/npm/tic-crypto
git clone https://git.faronear.org/npm/tic-chaintool
git clone https://git.faronear.org/npm/tic-traction
git clone https://git.faronear.org/npm/usend-part-uniapp
git clone https://git.faronear.org/npm/usend-style-scss
git clone https://git.faronear.org/npm/usend-toolkit-uniapp
git clone https://git.faronear.org/npm/usend-websocket-uniapp
git clone https://git.faronear.org/npm/wo-user-part-uniapp
git clone https://git.faronear.org/npm/wo-user-style-scss
git clone https://git.faronear.org/npm/wo-user-toolkit-uniapp
git clone https://git.faronear.org/npm/wo-user-websocket-uniapp
popd
mkdir sol

View File

@ -26,28 +26,28 @@ popd
mkdir npm
pushd npm
git clone https://git.faronear.org/npm/basend-fileloader
git clone https://git.faronear.org/npm/basend-deployer
git clone https://git.faronear.org/npm/basend-envar
git clone https://git.faronear.org/npm/basend-cocon
git clone https://git.faronear.org/npm/basend-messenger
git clone https://git.faronear.org/npm/basend-netinfo
git clone https://git.faronear.org/npm/basend-webserver
git clone https://git.faronear.org/npm/basend-websocket-server
git clone https://git.faronear.org/npm/basend-webtoken
git clone https://git.faronear.org/npm/wo-base-fileloader
git clone https://git.faronear.org/npm/wo-base-deployer
git clone https://git.faronear.org/npm/wo-base-envar
git clone https://git.faronear.org/npm/wo-base-cocon
git clone https://git.faronear.org/npm/wo-base-messenger
git clone https://git.faronear.org/npm/wo-base-netinfo
git clone https://git.faronear.org/npm/wo-base-webserver
git clone https://git.faronear.org/npm/wo-base-websocket-server
git clone https://git.faronear.org/npm/wo-base-webtoken
git clone https://git.faronear.org/npm/corend-i18n
git clone https://git.faronear.org/npm/corend-toolkit
git clone https://git.faronear.org/npm/corend-rpcsocket
git clone https://git.faronear.org/npm/wo-core-i18n
git clone https://git.faronear.org/npm/wo-core-toolkit
git clone https://git.faronear.org/npm/wo-core-rpcsocket
git clone https://git.faronear.org/npm/tic-crypto
git clone https://git.faronear.org/npm/tic-chaintool
git clone https://git.faronear.org/npm/tic-traction
git clone https://git.faronear.org/npm/usend-part-uniapp
git clone https://git.faronear.org/npm/usend-style-scss
git clone https://git.faronear.org/npm/usend-toolkit-uniapp
git clone https://git.faronear.org/npm/usend-websocket-uniapp
git clone https://git.faronear.org/npm/wo-user-part-uniapp
git clone https://git.faronear.org/npm/wo-user-style-scss
git clone https://git.faronear.org/npm/wo-user-toolkit-uniapp
git clone https://git.faronear.org/npm/wo-user-websocket-uniapp
popd
mkdir sol

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.'

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.'