This repository was archived by the owner on May 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Quick start
Ivan Ip edited this page Jun 13, 2014
·
8 revisions
- PHP 5 >= 5.5.0
- with php_gettext extension
- with php_intl if you want translations
- older PHP will work with https://github.com/ircmaxell/password_compat
- MySQL
- Web server
- most features currently require a Linux machine (ping, traceroute)
- basic features work on Windows
- Have some *AMPP installation ready (I used AMPPS on Windows)
- Set up database with INSTALL.sql
- chmod the /path/to/Runtime/tmp folder to be writable --IMPORTANT
- Modify db.php to have your server and user details.
- Enable php_gettext if not already enabled.
- Optional: Enable php_intl if you want translations. Then change setlocale(LC_ALL, $lang); to LC_MESSAGES in index.i18n.php
- Set timezone in PHP with date.timezone if not already set.
- Set up a cron schedule for cron.php
- You can modify how fast the re-checks happen in cron.php
- Verify your SMTP or mail() settings for alerts.
- It's done.