eduze is a simple but feature-rich Blogging-System based on KohanaPHP3. But note: it’s still under developemet!
- Edit
/application/config/database.example.php
and rename it to database.php - Get the SQL-Dump from the Download-Section and import it to your Database
mkdir application/cache
chmod 757 application/cache/
mkdir application/logs
chmod 757 application/logs/
It is recommended tor run eduze on an own (sub)domain
You can find an example configuration in the root-directory of eduze
mv example.htaccess .htaccess
Example Config with Conditionals
$HTTP["host"] =~ "(^|\.)eduze$" {
url.rewrite-once = (
"^/img/(.*)$" => "/img/$1",
"^/piwik/(.*)$" => "/piwik/$1",
"^/javascripts/(.*)$" => "/javascripts/$1",
"^/stylesheets/(.*)$" => "/stylesheets/$1",
"^/favicon.ico" => "/favicon.ico",
"^/(.*)$" => "/index.php/$1"
)
}
This works also with Virtual-Hosts!
Based on development version of KohanaPHP
Yahasana/Kohana-Captcha creates the Text-Captchas
Textile is used for Markup in Blogposts