How To Install Litecart Debian 11 Minimal

Cím

OldNew
11How To Install Litecart Debian 11 Minimal

Permalink

OldNew
11how_to_install_litecart_debian_11_minimal

Tartalom

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

Szerkesztette litecart , 29 dec. 2023 04:28

Ez a weboldal nem használ cookie-kat és nem használ harmadik féltől származó nyomkövetési technológiát. Úgy gondoljuk, hogy jobban tudjuk csinálni, mint mások, és tényleg gondolunk az Ön magánéletére.