From be56fa191025815bdf97ed19cc58f75f20efbc6e Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 20 Jul 2023 15:40:33 +0800 Subject: [PATCH] install --- .github/workflows/pull_request_ci.yml | 18 ------------------ README.md | 6 +++--- install/install.sh | 6 ++++-- 3 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 .github/workflows/pull_request_ci.yml diff --git a/.github/workflows/pull_request_ci.yml b/.github/workflows/pull_request_ci.yml deleted file mode 100644 index 6d92b123..00000000 --- a/.github/workflows/pull_request_ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Main Workflow - -on: - pull_request: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Test - run: | - cat README.md && cat version.json diff --git a/README.md b/README.md index 817b7c42..5445761f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # What is Websoft9? -Websoft9 is web-based PaaS 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 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 @@ -24,7 +24,7 @@ You can see the sceenshoots below: ## Features -- Applications listing +- Applications listing - Install 200+ template applications without any configuration - Web-based file browser to manage files and folder - Manage user accounts @@ -41,7 +41,7 @@ You should have root privileges user to install or upgrade Websoft9, if you use ## Installation ``` -wget https://websoft9.github.io/websoft9/install/install.sh && bash install.sh online +wget https://websoft9.github.io/websoft9/install/install.sh && bash install.sh ``` ## Upgrade diff --git a/install/install.sh b/install/install.sh index 609396be..916eaf73 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 -install_way=$1 +install_way="online" urls=( https://ghproxy.com/https://github.com @@ -447,7 +447,9 @@ if [ "${install_way}" == 'online' ] ;then cp -r /data/apps/websoft9/docker /data/apps/w9services else echo "install from artifact" -fi +fi + +#####ci-section##### }