This commit is contained in:
Darren 2023-09-27 14:58:57 +08:00 committed by GitHub
parent aa2d985186
commit 3131412315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,11 +39,15 @@ You can see the sceenshoots below:
You should have root privileges user to install or upgrade Websoft9, if you use no-root user you can `sudo su` for it
```
wget https://websoft9.github.io/websoft9/install/install.sh && bash install.sh
# install by default
curl https://websoft9.github.io/websoft9/install/install.sh | bash
# install Websoft9 development version and install path at /data/websoft9/source
curl https://websoft9.github.io/websoft9/install/install.sh | bash --port 9000 --channel dev --path "/data/websoft9/source"
```
After installation, access it by: **http://Internet IP:9000** and using **Linux user** for login
# 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).
@ -54,4 +58,4 @@ Follow the [contributing guidelines](CONTRIBUTING.md) if you want to propose a c
# License
Websoft9 is licensed under the [LGPL-3.0](/License.md), and additional Terms: It is not allowed to publish free or paid image based on this repository in any Cloud platform's Marketplace without authorization
Websoft9 is licensed under the [LGPL-3.0](/License.md), and additional Terms: It is not allowed to publish free or paid image based on this repository in any Cloud platform's Marketplace without authorization