Confirmed users
920
edits
LesOrchard (talk | contribs) |
LesOrchard (talk | contribs) |
||
| Line 20: | Line 20: | ||
* Requirements | * Requirements | ||
** PHP (both web server and CLI) | ** Apache | ||
** PHP 5.2+ (both web server and CLI) | |||
** MySQL 5.x | ** MySQL 5.x | ||
** Memcached | ** Memcached | ||
* Configure Apache's document root to point at <tt>htdocs</tt> | * Configure Apache's document root to point at <tt>htdocs</tt> | ||
* Create a MySQL database from schema | * Create a MySQL database from schema | ||
mysqladmin -uroot -p create pfs2 | mysqladmin -uroot -p create pfs2 | ||
| Line 31: | Line 31: | ||
* Update configuration | * Update configuration | ||
cp conf/config.php-dist conf/config.php | cp conf/config.php-dist conf/config.php | ||
# edit the config file to reflect | # edit the config file to reflect master and shadow databases, | ||
# as well as memcache server | |||
vim conf/config.php | vim conf/config.php | ||
* Update database from plugin definitions | * Update database from plugin definitions | ||