Documentation fixup
[mirrors/Kyberia-bloodline.git] / doc / README
CommitLineData
dcee7633 1#Kyberia README
2
3##Kyberia
4 * This repository contains sources of Kyberia.sk website.
5 * See http://kyberia.sk/ and http://kyberia.cz/ for more.
6
7##COPYING
8 * everything in this repository
9 * is protected by copyright of it's respective author(s)
10 * is licensed as specified in COPYING file in root of this repository
11 * can be licensed somehow else if other licence was specified by author
12
13## How to make your kyberia run.
14
151. Install: apache2 (+php support), mysql
162. Create mysql account ( create user kyberia identified by "pass")
173. Create database kyberia2 (as user kyberia)
184. Import data (mysql -u kyberia -p kyberia2 < kyberia_2.3_...sql )
195. Copy http dir from svn into your www-root (for example cp kyberia/trunk /var/www/ )
206. Copy kyberia-data dir into same directory.
217. Copy 003-kyberia.conf (apache2 conf. file) into /etc/apache2/sites-enabled. Edit if needed.
228. Maybe you will need something apache configuration tweaks (like a2enmod rewrite).
239. Start apache and mysql (something like /etc/init.d/apache2 start, ...)
2410. Set DB login data in inc/db.inc
2511. Depends on your DNS, maybe add alias www.localhost to /etc/hosts file.
2612. Try it (open browser and go to your system_url address. "localhost" by default.)
2713. Find out why it is still not working. (check permisions, symlinks, directory names...)
2814. If you want full functionality, add following lines to your www users crontab
29
30 */2 * * * * /path-to-kyberia-wwwroot/cron/logoutidle.php
31 0 0 * * * /path-to-kyberia-wwwroot/cron/k.php
32 */3 * * * * /path-to-kyberia-wwwroot/cron/process-img.sh
33
34 Warning, this effectively bypass www chroot.
3515. Enjoy;)
36
This page took 0.130005 seconds and 4 git commands to generate.