cubes Code
Status: Planning
Brought to you by:
heoh
Cubes - Module-based content management system Requirements ~~~~~~~~~~~~ This CMS need unix system with mysql5 installed (maybe mysql4 but need changes in dump syntax) and php5 Quick start ~~~~~~~~~~~ To make this system work you need: 1. create mysql database dump in file /db/base.dump.sql 2. choose correct information in /classes/config.class.php5 3. change rights for path /smarty/templates_c for write to user from who your apache web-server runs 4. add option AllowOverride to your apache httpd.conf for example: <Directory /var/www/cubes/> AllowOverride All </Directory> 5. change path to your .htpasswd in /admin/.htaccess for example: AuthUserFile /var/www/cubes/admin/.htpasswd PS: this is very bad and process of installation will change in near future