User Tools

Site Tools


howtos:community-id
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


howtos:community-id [02/12/2018 21:34] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +http://source.keyboard-monkeys.org/wiki/communityid/How_to_install_Community-ID_under_Linux
 +
 +<code>
 +sudo apt-get install php-pear php5-dev libmysqlclient15-dev
 +sudo pecl install pdo
 +sudo pecl install pdo_mysql
 +sudo gedit /etc/php5/apache2/php.ini
 +</code>
 +Add these:
 +<file>
 +extension=pdo.so
 +extension=pdo_mysql.so
 +</file>
  
howtos/community-id.txt · Last modified: 02/12/2018 21:34 by 127.0.0.1