Requirements
Akelos requires PHP (PHP4 or PHP5) and a webserver to run. We strongly recommend XAMPP webserver stack for Windows and Linux, or MAMP if you're on a Mac.
You might find these requirements at most web hosting providers. Akelos works with PHP4 and PHP5.
Recommended Installation
Akelos development trunk is a fast moving place where bugs get fixed in days if not hours. As most of the code is fully unit tested, we recommend you to use this version until we hit version 1.0 if you're willing to keep an eye on the changes that might affect you current application; otherwise get version 0.8.
You need to have installed subversion.
You can checkout a working copy of the Akelos source code with the command:
svn co http://svn.akelos.org/trunk/ akelos
Nightly builds
Our Continuous Integration system creates releases from the Akelos trunk on every commit that successfully passes the unit tests. Download the latest stable version
Akelos PHP Framework version 0.8
This is the first official release of the Akelos PHP Framework. This release does not support plugins and other enhancements you can find on the development version.
- akelos_framework-0.8.tar.gz 1.5 MB (md5 c854b8f4a5633f7bf6ed39c4d9edc83b)
- akelos_framework-0.8.zip 2.3 MB (md5 241a162835ebaea87a8493b252bd0d87)
Documentation
If you're new to Akelos you might find useful the Booklink Tutorial and the wiki
Having a look to the Creating a Blog screencast can also help you to understand better Akelos philosophy and conventions.
You can find out more about the Akelos documentation at http://akelos.org/docs
