mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
install
This commit is contained in:
parent
05b42f56aa
commit
be56fa1910
3 changed files with 7 additions and 23 deletions
18
.github/workflows/pull_request_ci.yml
vendored
18
.github/workflows/pull_request_ci.yml
vendored
|
@ -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
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
# What is Websoft9?
|
# 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
|
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
|
## Features
|
||||||
|
|
||||||
- Applications listing
|
- Applications listing
|
||||||
- Install 200+ template applications without any configuration
|
- Install 200+ template applications without any configuration
|
||||||
- Web-based file browser to manage files and folder
|
- Web-based file browser to manage files and folder
|
||||||
- Manage user accounts
|
- Manage user accounts
|
||||||
|
@ -41,7 +41,7 @@ You should have root privileges user to install or upgrade Websoft9, if you use
|
||||||
## Installation
|
## 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
|
## Upgrade
|
||||||
|
|
|
@ -8,7 +8,7 @@ function error_exit {
|
||||||
}
|
}
|
||||||
trap 'error_exit "Please push issue to: https://github.com/Websoft9/stackhub/issues"' ERR
|
trap 'error_exit "Please push issue to: https://github.com/Websoft9/stackhub/issues"' ERR
|
||||||
|
|
||||||
install_way=$1
|
install_way="online"
|
||||||
|
|
||||||
urls=(
|
urls=(
|
||||||
https://ghproxy.com/https://github.com
|
https://ghproxy.com/https://github.com
|
||||||
|
@ -447,7 +447,9 @@ if [ "${install_way}" == 'online' ] ;then
|
||||||
cp -r /data/apps/websoft9/docker /data/apps/w9services
|
cp -r /data/apps/websoft9/docker /data/apps/w9services
|
||||||
else
|
else
|
||||||
echo "install from artifact"
|
echo "install from artifact"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#####ci-section#####
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue