From 16463a3a680bd6ff5ae8ac96c85059e6f18b4a36 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Fri, 3 Dec 2021 19:17:01 -0300 Subject: [PATCH] remove upgrading.md --- .dockerignore | 1 - UPGRADING.md | 19 ------------------- 2 files changed, 20 deletions(-) delete mode 100644 UPGRADING.md diff --git a/.dockerignore b/.dockerignore index e88bc6a..16fbe0a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -8,4 +8,3 @@ httpd-php-dev.yml httpd-php.Dockerfile httpd-php.yml README.md -UPGRADING.md diff --git a/UPGRADING.md b/UPGRADING.md deleted file mode 100644 index b34d122..0000000 --- a/UPGRADING.md +++ /dev/null @@ -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). \ No newline at end of file