Initial writing (autosave)

enjo-gh
2019-09-01 06:42:04 +08:00
parent bbd58cdabb
commit 7118300549

@@ -8,6 +8,25 @@ There are several methods of installation, including cloud images for the most p
* A fresh server environment is preferred as that eliminates potential sources of conflicts and bugs. So reinstall your OS if possible. Backup any critical files first, of course.
* Optional: An LSWS Enterprise license (free or paid). Visit [this link](https://cyberpanel.net/cyberpanel-enterprise/) to get the CyberPanel/LSWS Bundle.
## Installation
The author installed the free enterprise version on Ubuntu 18.04.2
1. Log into your server with an account that can obtain root priviledges
1. Make sure all packages are up-to-date
`` sudo apt update
`` sudo apt upgrade
1. Install CyberPanel
`cd /tmp`
`wget -O installer.sh https://cyberpanel.net/install.sh`
`chmod 755 installer.sh`
`sudo sh installer.sh`