remove upgrading.md

This commit is contained in:
Rodolfo Berrios 2021-12-03 19:17:01 -03:00
parent 4d7858b18b
commit 16463a3a68
No known key found for this signature in database
GPG Key ID: 3918A8F6B56606B3
2 changed files with 0 additions and 20 deletions

View File

@ -8,4 +8,3 @@ httpd-php-dev.yml
httpd-php.Dockerfile
httpd-php.yml
README.md
UPGRADING.md

View File

@ -1,19 +0,0 @@
# Upgrading
👉 Keep the application files updated. You can update either by:
* Using the built-in updater at `/dashboard` > Click **check for updates**
* Downloading a [Release](https://github.com/rodber/chevereto-free/releases) and **Extract to** the application filesystem
* (Docker) Re-creating the container based in our [updated image](https://github.com/rodber/chevereto-free/pkgs/container/chevereto-free)
## Upgrade to Paid
🤑 To upgrade to paid:
* Purchase a [Chevereto License](https://chevereto.com/pricing) (if you don't have one already 💖)
* Upload the [latest release](https://chevereto.com/panel/downloads) package to your server (usually in the `public_html` folder)
* Unzip the software using your server built-in `unzip` utility
* Remove the `.zip` file
* Open your website at `/install`
Docker users check [chevereto/docker](https://github.com/chevereto/docker) and [chevereto/container-builder](https://github.com/chevereto/container-builder).