Skip to content

Daizu is a CMS based on Shozu Framework and RedBean ORM

Notifications You must be signed in to change notification settings

vonhamster/Daizu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
        <Directory />
                AllowOverride All
                Order allow,deny
                allow from all
        <IfModule mod_rewrite.c>
            RewriteEngine On
            RewriteCond %{REQUEST_FILENAME} !-f
            RewriteCond %{REQUEST_FILENAME} !-d
            RewriteCond %{REQUEST_FILENAME} !-l
            RewriteRule ^(.*)$ /index.php?%{REQUEST_URI} [L,QSA]
        </IfModule>
        </Directory>
</VirtualHost>

About

Daizu is a CMS based on Shozu Framework and RedBean ORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published