Chats v3:Dev Notepad:Requirements

From PJJ Wiki

Jump to: navigation, search

Contents

Minimum Requirements

Recommended

Known to run with

Other Links

Settings and Notes

  • Example Windows php.ini section for eAccelerator:
extension=eaccelerator_win_5.0.3.dll
eaccelerator.shm_size="24"
eaccelerator.cache_dir="D:/tmp"
eaccelerator.enable="1"
eaccelerator.optimizer="0"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="600"
eaccelerator.shm_prune_period="600"
eaccelerator.compress="0"
eaccelerator.keys="shm"
eaccelerator.sessions="shm"
eaccelerator.content="shm"
  • Apache's httpd.conf must have "AllowOverride All" for the folder v3 is installed in.
  • The .htaccess has to be edited if you install anywhere other than http://localhost/chatv3/
  • You have to edit _inc/config.php to put in the correct PostgreSQL credentials.
  • The file pgsql.dump.tar.backup must be restored into a database. It will create a schema 'chatv3'. The database should be Unicode if possible.
Personal tools