Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

sebix/eduze

Repository files navigation

eduze

eduze is a simple but feature-rich Blogging-System based on KohanaPHP3. But note: it’s still under developemet!

Configuration

Database

  1. Edit /application/config/database.example.php and rename it to database.php
  2. Get the SQL-Dump from the Download-Section and import it to your Database

Permissions

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

Rewriting

Apache

You can find an example configuration in the root-directory of eduze

mv example.htaccess .htaccess

Lighttpd

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!

Integrated:

Base: Kohana PHP Framework, version 3.0 (dev)

Based on development version of KohanaPHP

Yahasana’s Captcha-Module

Yahasana/Kohana-Captcha creates the Text-Captchas

Textile Markup

Textile is used for Markup in Blogposts

About

eduze is a simple but feature-rich Blogging-System based on KohanaPHP3. But note: it's still under developement!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published