PFS2: Difference between revisions

15 bytes added ,  22 September 2009
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>
* Ensure MySQL and Memcached are running
* 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 database and memcache
     # 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
Confirmed users
920

edits