Skip to main content

Serverinstallation Linux

The following steps describe how to install on a Debian 10 server. Generally you can try to install on other Linux systems.

This may work if all Squeeze dependencies like the correct PHP version, PHP modules and Apache extensions are present in your operating systems package repositories.

Linux (Debian 10)

1. Prepare Debian for installation via apt

Before installing Squeeze some third party applications need to be installed. Follow the steps below to install these applications.

Please note that using a proxy to connect to the internet might need some additional configuration like:

export https_proxy=https://proxy.intra.net:proxy_port
or
export http_proxy=http://user:password@proxy.intra.net:proxy_port

2. Install PHP 7.3

3. Install Apache

To install Apache run the following command

And enable the following modules

4. Install MariaDB

run the follwing command and follow the instructions to secure the installation:

Create a new user for later use