mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
docs upgrade
This commit is contained in:
parent
cfb9efcd43
commit
7ae372da75
3 changed files with 5 additions and 3 deletions
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 -----------------"
|
||||
|
|
Loading…
Reference in a new issue