d51087fb5a | ||
---|---|---|
.. | ||
base | ||
mariadb | ||
php | ||
Makefile | ||
README.md | ||
kernel.config | ||
lamp.cfg | ||
make.conf | ||
package.keywords | ||
package.use | ||
world |
README.md
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