Revision history for ITWissenLAMPPinstallieren
Additions:
delete
Deletions:
((1)) 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##
(siehe auch https://help.ubuntu.com/community/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
... ##
(zur Absicherung eines Bereichs mit modul ##auth_digest## von ##apache## siehe ApacheAdmin)
----
CategoryITWL
Additions:
mehr unter folgender Adresse:
https://mysudo.wordpress.com/2014/07/27/lamp-unter-ubuntu-14-04-installieren-und-einrichten/comment-page-1/
https://mysudo.wordpress.com/2014/07/27/lamp-unter-ubuntu-14-04-installieren-und-einrichten/comment-page-1/
Deletions:
Additions:
(siehe auch https://help.ubuntu.com/community/phpMyAdmin)
Deletions:
1) 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
1) ???
==== install and config php-my-admin ====
see this site: https://help.ubuntu.com/community/phpMyAdmin
Additions:
... ##
(zur Absicherung eines Bereichs mit modul ##auth_digest## von ##apache## siehe ApacheAdmin)
(zur Absicherung eines Bereichs mit modul ##auth_digest## von ##apache## siehe ApacheAdmin)