Version [76908]
Dies ist eine alte Version von ITWissenLAMPPinstallieren erstellt von WojciechLisiewicz am 2017-02-10 19:41:51.
Ein LAMPP-System aufsetzen
A. Installation notwendiger Softwarekomponenten
grundlegendes System
- apache mit mysql und php:
apt-get install apache2 libapache2-mod-php5 php5 php5-mysql mysql-server
mehr unter folgender Adresse: https://mysudo.wordpress.com/2014/07/27/lamp-unter-ubuntu-14-04-installieren-und-einrichten/comment-page-1/
- zusätzliche, sinnvolle Programme für apache:
apt-get install apache2-utils
- phpmyadmin
apt-get install phpmyadmin
set password on install
add a line in /etc/apache2/apache2.conf:
Include /etc/phpmyadmin/apache.conf
securing: -> add module "digest" to /etc/apache2/mods-enabled/ + edit /etc/phpmyadmin/apache.conf:
AuthType Digest
... (siehe dort)
apache - all services
- standard wiki (old and new address is IP/wikka/)
- copy
- update to 1.3.6 - update script from wikka-project inkl. maintenance and DB-edit
- convert data (polish chars) - see below
- ???
install and config php-my-admin
see this site: https://help.ubuntu.com/community/phpMyAdmin
CategoryITWL