Home > Daizu

Daizu

Daizu is a project mainly written in ..., it's free.

Daizu is a CMS based on Shozu Framework and RedBean ORM

Install Steps

  • copy conf.php.dist to conf.php, edit your settings
  • at the project directory run php cms/cli/install
  • carefully keep the generated admin password
  • login to http://yoursite/admin/cms/
  • edit you site

Apache Configuration

Define your vhost like this:

<VirtualHost *:80> DocumentRoot /path/to/daizu/docroot/ ServerName www.yoursite.com DirectoryIndex index.php AddDefaultCharset UTF-8

AllowOverride All Order allow,deny allow from all RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)$ /index.php?%{REQUEST_URI} [L,QSA]
Previous:test