|
@@ -5,32 +5,16 @@ Cipi is a Laravel Based VPS manager.
|
|
It installs with a click: PHP 7.3, MySql 5.7, phpmyadmin, Let's Encrypt, fail2ban, npm and other with a click.
|
|
It installs with a click: PHP 7.3, MySql 5.7, phpmyadmin, Let's Encrypt, fail2ban, npm and other with a click.
|
|
More info on [https://cipi.sh](https://cipi.sh).
|
|
More info on [https://cipi.sh](https://cipi.sh).
|
|
|
|
|
|
-## Installation
|
|
|
|
-### There are two ways to install Cipi.
|
|
|
|
-
|
|
|
|
-#### Autoinstall Script
|
|
|
|
-The first way is run an autoinstall script on a Ubuntu 18.04 LTS based VPS:
|
|
|
|
-```
|
|
|
|
-wget -O - https://cipi.sh/go.sh | bash
|
|
|
|
-```
|
|
|
|
-After installation, you can change your personal data and password in the profile section.
|
|
|
|
-You can configure a SMTP provider into /cipi/.env file.
|
|
|
|
|
|
|
|
-#### Composer Installation
|
|
|
|
-- You can install Cipi Laravel Project into an hosting within Composer:
|
|
|
|
|
|
+## Documentation
|
|
|
|
+Cipi Documentation is available at: [https://cipi.sh/docs/](https://cipi.sh/docs/).
|
|
|
|
|
|
-```
|
|
|
|
-composer create-project andreapollastri/cipi <install-directory>
|
|
|
|
-```
|
|
|
|
-
|
|
|
|
-- Then run `cp .env.example .env` and update your database creds. (you can also config an SMTP provider and customize initial username and password)
|
|
|
|
|
|
|
|
|
|
+## Installation
|
|
|
|
|
|
-- At the end run this commands:
|
|
|
|
|
|
+The best way to install Cipi is running this autoinstall script on a VPS with Ubuntu 18.04 LTS (fresh installation):
|
|
```
|
|
```
|
|
-php artisan migrate --seed
|
|
|
|
-php artisan key:generate
|
|
|
|
-php artisan storage:link
|
|
|
|
|
|
+wget -O - https://cipi.sh/go.sh | bash
|
|
```
|
|
```
|
|
|
|
|
|
#### Installation Note
|
|
#### Installation Note
|
|
@@ -39,7 +23,7 @@ Before you can use Cipi, please make sure your server fulfils these requirements
|
|
- Ubuntu 18.04 x86_64 LTS (Fresh installation)
|
|
- Ubuntu 18.04 x86_64 LTS (Fresh installation)
|
|
- If the server is virtual (VPS), OpenVZ may not be supported (Kernel 2.6)
|
|
- If the server is virtual (VPS), OpenVZ may not be supported (Kernel 2.6)
|
|
|
|
|
|
-Hardware Requirement: More than 1GB of HDD / At least 1 core processor / 512MB minimum RAM / At least 1 public IP Address (NAT VPS is not supported) / External firewall / For VPS providers such as AWS and AZURE, those providers already include an external firewall for your VPS. Please open port 22, 80 and 443 to install Cipi.
|
|
|
|
|
|
+Hardware Requirement: More than 1GB of HDD / At least 1 core processor / 512MB minimum RAM / At least 1 public IP Address (NAT VPS is not supported) / External firewall / For VPS providers such as AWS, those providers already include an external firewall for your VPS. Please open port 22, 80 and 443 to install Cipi.
|
|
|
|
|
|
Installation may take up to about 5 minutes minimum which may also depend on your server's internet speed. After the installation is completed, you are ready to use Cipi to manage your servers.
|
|
Installation may take up to about 5 minutes minimum which may also depend on your server's internet speed. After the installation is completed, you are ready to use Cipi to manage your servers.
|
|
|
|
|