mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
readme
This commit is contained in:
parent
aa2d985186
commit
3131412315
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -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
|
Loading…
Reference in a new issue