test
[mirrors/Kyberia-bloodline.git] / doc / INSTALL
CommitLineData
dcee7633 1## How to make your kyberia run.
2
e22c5180 31. Install webserver. For example apache2 or lighthttpd (+php&mysql support)
42. Instal db backend. mysql is supported so far.
dcee7633 52. Create mysql account ( create user kyberia identified by "pass")
63. Create database kyberia2 (as user kyberia)
e22c5180 74. Download sql data from http://dev.kyberia.cz/-sql/
84. Import data (mysql -u kyberia -p kyberia2 < kyberia_...sql )
95. Clone code from git repository into your www-root ( XXX)
107. Include kyberia.conf into your (apache?) conf.
ab8ec5e5 11 (dir /etc/apache2/sites-enabled in debian). Edit if needed.
128. Maybe you will need some apache configuration tweaks (like a2enmod rewrite).
e22c5180 139. Start webserver and backend (something like /etc/init.d/apache2 start, ...)
1410. Set DB login data in wwwroot/conf/config.inc
dcee7633 1511. Depends on your DNS, maybe add alias www.localhost to /etc/hosts file.
1612. Try it (open browser and go to your system_url address. "localhost" by default.)
1713. Find out why it is still not working. (check permisions, symlinks, directory names...)
e22c5180 1814. If you want full functionality, add scripts from cron directory to your www users crontab
dcee7633 19
31311e2d 20 Warning, this effectively bypass www chroot.
dcee7633 2115. Enjoy;)
This page took 0.173147 seconds and 4 git commands to generate.