Disabled flash in iJab
[mirrors/Kyberia-bloodline.git] / doc / INSTALL
CommitLineData
dcee7633 1## How to make your kyberia run.
2
ab8ec5e5 31. Install: apache2 (+php&mysql support ), mysql
dcee7633 42. Create mysql account ( create user kyberia identified by "pass")
53. Create database kyberia2 (as user kyberia)
64. Import data (mysql -u kyberia -p kyberia2 < kyberia_2.3_...sql )
ab8ec5e5 75. Copy http dir from repository into your www-root ( XXX)
dcee7633 86. Copy kyberia-data dir into same directory.
ab8ec5e5 97. Include kyberia.conf into your apache conf.
10 (dir /etc/apache2/sites-enabled in debian). Edit if needed.
118. Maybe you will need some apache configuration tweaks (like a2enmod rewrite).
dcee7633 129. Start apache and mysql (something like /etc/init.d/apache2 start, ...)
1310. Set DB login data in inc/db.inc
1411. Depends on your DNS, maybe add alias www.localhost to /etc/hosts file.
1512. Try it (open browser and go to your system_url address. "localhost" by default.)
1613. Find out why it is still not working. (check permisions, symlinks, directory names...)
1714. If you want full functionality, add following lines to your www users crontab
18
ab8ec5e5 19 XXX
dcee7633 20 */2 * * * * /path-to-kyberia-wwwroot/cron/logoutidle.php
21 0 0 * * * /path-to-kyberia-wwwroot/cron/k.php
22 */3 * * * * /path-to-kyberia-wwwroot/cron/process-img.sh
23
24 Warning, this effectively bypass www chroot.
2515. Enjoy;)
26
This page took 0.138694 seconds and 4 git commands to generate.