Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Debian 8 and LAMP

Share your HowTo, Documentation, Tips and Tricks. Not for support questions!.
Post Reply
Message
Author
av88p
Posts: 5
Joined: 2016-11-24 17:02

Debian 8 and LAMP

#1 Post by av88p »

A short documentation about installation of LAMP on Debian 8.

Debian 8 and LAMP (Linux, Apache, MySQL and PHP)

Apache. Installation of Apache.
Install a package:
apache2
.

Apache and UTF-8. Installation of non-ASCII support for Apache.
Install a package:
libapache2-mod-encoding
.

PHP. Installation of PHP.
Install a package:
php5
.

PHP and UTF-8. Installation of UTF-8 support for PHP.
Install a package:
php-patchwork-utf8
.

MySQL. Installation of MySQL server and client.
Install packages:
mysql-server
mysql-client
.

Apache and PHP. Installation of PHP support for Apache.
Install a package:
libapache2-mod-php5
.

PHP and MySQL. Installation of MySQL support for PHP.
Install a package:
php5-mysql
.

Post Reply