# ðĶ Installation
This section outlines the install process required for new Chevereto V4 instances.
ð Installation service
We do offer paid installation service at Extra Support (opens new window). Get your Chevereto installed directly from the author.
# Check guides
- ð Docker for installing our container-based provisioning.
- ð VPS for private servers.
- ð cPanel for cPanel servers.
- ð Plesk for Plesk servers.
ðĄ Feel free to contribute with a guide for installing Chevereto on your system.
# Using release package
The release package is a zip
file containing the software files. Once extracted, the software is ready for Setup.
- ð Paid edition package available at your client panel (opens new window).
- ðĄ Free edition package available at chevereto/chevereto (opens new window).
# Manual (CLI)
This method is recommended for servers with shell access (command line interface).
- Run the following command
bash <(curl -s https://raw.githubusercontent.com/chevereto/vps/4.0/common/get.sh)
# Manual (GUI)
This method is recommended for cPanel, Plesk and all other web panel users.
- Upload the latest release (non-lite) to a non-public path in your server
- Unzip the package in the target website directory (
public_html
folder) - Remove the
.zip
file - Open your target website URL and follow the Setup instructions
# Setup
Setup refers to the process when the Chevereto database tables and its admin user is created. You can carry this process in HTTP or CLI context.
# HTTP setup
- Go to
/install
# CLI install
- Refer to CLI install.
ð Updating â