# Installation
Installation service available
We offer a paid installation service (opens new window) for Chevereto. We will install Chevereto for you, including all the requirements and configurations.
Installation refers to the process where the software files gets provided in the target machine.
# Stack
Chevereto requires PHP, a Web Server, MySQL database and CRON.
# Official guides
For fresh installations continue with one of the following guides.
# Community guides
The following guides have been contributed by users of the software.
# Marketplace
Chevereto is available at the following application marketplaces.
# Using installer software
Chevereto is available at the following installers, look for the following software at your hosting control panel.
# Using release package
The release package is a zip
file containing the software files.
- Paid edition package available at your client panel (opens new window).
- Free edition package available at chevereto/chevereto (opens new window).
# Manual (CLI)
Run the following command (opens new window) to download and extract package:
bash <(curl -s https://raw.githubusercontent.com/chevereto/vps/4.0/common/get.sh)
# Manual (GUI)
- Upload the latest release 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
Once the software files are provided the software is ready for Setup. This is required only once per instance.
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.
# Install (GUI)
- Go to
/install
# Install (CLI)
- Refer to CLI install.
Updating →