Difference between revisions of "MediaWiki"
From Funtoo Linux
(Created page with "This page documents how to set up MediaWiki on Funtoo Linux. Add the following line to <tt>/etc/make.conf</tt>: <pre> PHP_TARGETS="php-5-4" </pre> Add the following lines t...") |
|||
| Line 13: | Line 13: | ||
>=dev-php/xcache-2.0.0 php_targets_php5-4 | >=dev-php/xcache-2.0.0 php_targets_php5-4 | ||
</pre> | </pre> | ||
| + | |||
| + | Emerge xcache. This should pull in MySQL as well as php-5.4: | ||
| + | |||
| + | <console> | ||
| + | # ##i##emerge --jobs xcache | ||
| + | </console> | ||
Revision as of 22:56, 9 August 2012
This page documents how to set up MediaWiki on Funtoo Linux.
Add the following line to /etc/make.conf:
PHP_TARGETS="php-5-4"
Add the following lines to /etc/portage/package.use/php:
dev-lang/php curl exif fpm gd mysql mysqli sockets suhosin threads intl >=dev-php/xcache-2.0.0 php_targets_php5-4
Emerge xcache. This should pull in MySQL as well as php-5.4:
# emerge --jobs xcache