This repository has been archived on 2022-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
appliances-old/lamp/README.md

13 lines
488 B
Markdown
Raw Normal View History

2018-01-30 11:34:07 +01:00
Erstkonfiguration
=================
- für variable Daten (MySQL/MariaDB, Konfiguration) muß eine mit ext4 formatierte Datenpartition mit dem Label "DATA" vorhanden sein. Diese wird nach /DATA gemountet.
- feste IP-Adresse und /etc/hosts konfigurieren
- unter VMware evtl. open-vm-tools aktivieren
- evtl. PHP für Apache aktivieren:
sed -i 's:APACHE2_OPTS=\":APACHE2_OPTS=\"-D PHP :' /etc/conf.d/apache2
- evtl. Mariadb starten:
systemctl start mariadb
systemclt enable mariadb