Skip to content

Install

DuelistRag3 edited this page May 9, 2022 · 4 revisions

Table of Content

Requirements

Webserver

CMS

Requirements

PHP 7.3^

PHP Extension Apache2 Modules
Soap Rewrite
Curl Headers
BCMath
Ctype
Fileinfo
JSON
Mbstring
OpenSSL
PDO
Tokenizer
XML
GMP

How to install webserver on windows

For a detailed tutorial how to install Apache and PHP check out this video: YouTube.

For this part we will use XAMPP for easy usage.

  1. Download the latest XAMPP version here
  2. Follow the installation
  3. Open XAMPP control panel as admin

image

  1. Click on Apache config and select httpd.conf
  2. Search for DocumentRoot and Directory around line 252.
  3. add /public behind /htdocs in both lines
  4. Enable Rewrite and Headers module by removing the # infront

image

  1. Go back to the control panel, click config again and select php.ini
  2. Search for "extension={extension name}" and enable all extensions from the list above (if an extension does not exists its enabled by default.)
  3. Start the apache and the mysql server

How to install the CMS

  1. Download the latest release here
  2. Unzip all files into your webservers htdocs folder
  3. Rename the .env.example file to .env
  4. Launch your application
  5. Navigate through the installer