From 7ae372da758e24dbac24ab7b665c2e4adfde9db3 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 1 Aug 2023 11:17:58 +0800 Subject: [PATCH] docs upgrade --- README.md | 4 +++- install/install.sh | 2 +- install/update.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f8723dd..65c210b9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # What is Websoft9? -Websoft9 is web-based PaaS platform for running 200+ hot [open source application](https://github.com/Websoft9/docker-library/tree/main/apps) on your own server. +Websoft9 is web-based PaaS platform for running 200+ hot [open source application](https://github.com/Websoft9/docker-library/tree/main/apps) on your own server. Websoft9 help you running multiple applications in a single server, that means we believe Microservices on single machine is reasonable. On the contrary, it becomes more and more valuable as computing power increases @@ -52,6 +52,8 @@ When installation completed, you can access it by: **http://Internet IP:9000** a curl https://websoft9.github.io/websoft9/install/update.sh | bash ``` +> If you want to upgrade some plugins but do not have an upgrade portal due to a low version, please use kernel upgrade + # Contributing Follow the [contributing guidelines](CONTRIBUTING.md) if you want to propose a change in the Websoft9 core. For more information about participating in the community and contributing to the Websoft9 project, see [this page](https://support.websoft9.com/docs/community/contributing). diff --git a/install/install.sh b/install/install.sh index a3a0f6f1..5a624843 100644 --- a/install/install.sh +++ b/install/install.sh @@ -8,7 +8,7 @@ function error_exit { } trap 'error_exit "Please push issue to: https://github.com/Websoft9/stackhub/issues"' ERR -urls="https://artifact.azureedge.net/release/websoft9" +urls="https://w9artifact.blob.core.windows.net/release/websoft9" function get_os_type() { if [ -f /etc/os-release ]; then diff --git a/install/update.sh b/install/update.sh index 65f5803a..91e6b9fd 100644 --- a/install/update.sh +++ b/install/update.sh @@ -8,7 +8,7 @@ function error_exit { } trap 'error_exit "Please push issue to: https://github.com/Websoft9/websoft9/issues"' ERR -urls="https://artifact.azureedge.net/release/websoft9" +urls="https://w9artifact.blob.core.windows.net/release/websoft9" CheckEnv(){ echo "------------------ Welcome to update websoft9's appstore, it will take 1-3 minutes -----------------"