EDK
From EVEDev
| Killboards - Category Home - Killboards - Desktop Applications - Websites |
| EDK | |
|---|---|
| Maintainer: | EVE Development Network |
| Stable release: | 1.2.2 |
| Development release: | Nightly build |
| OS: | Platform independant |
| License: | GPL |
| Website: | http://www.eve-dev.net |
EDK is an Open Source Killboard for EVE-Online, maintained by the EVE Development Network.
Contents |
[edit] Installation
To be able to install successfully you need a webserver with:
- PHP >= version 4
- the GD Library
- a MySQL Database with a user login
After you have unpacked the files in the archive to your installation path, point your browser to the install (i.e. http://kb.example.com/kb/install ) folder and follow the steps provided.
You need to set some special rights on some of the folders:
- cache needs to be world writable (mode 777 on unix - "chmod -R 777 cache" will do this)

