Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 2.69 KB

installation.md

File metadata and controls

79 lines (48 loc) · 2.69 KB

Installation

::: tip Installation service available We offer a paid installation service 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.

Manual (CLI)

Run the following command 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)