How To Install Litecart Debian 11 Minimal

Otsikko

OldNew
11How To Install Litecart Debian 11 Minimal

Kestolinkki

OldNew
11how_to_install_litecart_debian_11_minimal

Sisältö

OldNew
1# How to setup a web server using Debian/Ubuntu and install LiteCart
12
3This guide should work on other Linux dists to. The server is a basic Debian 11 minimal install (only SSH installed):
4
5```bash
6# Become root if not already
7su
8
9# Make sure that the OS is up to date
10apt update apt upgrade
11
12# Install some basic utils and software
13apt install -y curl nano unzip apache2 libapache2-mod-php mariadb-server \
14 php php-common php-cli php-fpm php-apcu php-curl php-dom php-gd php-imagick \
15 php-mysql php-simplexml php-mbstring php-intl php-zip php-xml
16
17# Enable some required Apache modules
18a2enmod rewrite headers proxy_fcgi setenvif
19
20# Secure your MySQL/MariaDB server (Recommend that you use the defaultoptions, just set the password)
21mysql_secure_installation
22
23# Alternatively run a handsfree command for securing MariaDB/MySQL
24mysql -uroot

Muokannut litecart 29 jouluk. 2023 kello 04:28

This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.