Menu

Tree [r21] /
 History

HTTPS access


File Date Author Commit
 .settings 2007-08-08 heoh [r12] - fixed troublesome bug with ie (js error + cru...
 admin 2007-08-08 heoh [r12] - fixed troublesome bug with ie (js error + cru...
 build 2007-07-04 heoh [r2] added project files
 classes 2007-07-20 heoh [r11] - added pear library
 conf 2007-07-20 heoh [r11] - added pear library
 css 2007-09-21 heoh [r20] worked test (menu + tabs)
 fckeditor 2007-07-04 heoh [r2] added project files
 img 2007-07-04 heoh [r2] added project files
 js 2007-09-21 heoh [r20] worked test (menu + tabs)
 libs 2007-08-08 heoh [r12] - fixed troublesome bug with ie (js error + cru...
 mvc 2007-10-15 heoh [r21] added new MVC-model
 smarty 2007-07-04 heoh [r6] added templates_c to verson control and set ign...
 sql 2007-07-06 heoh [r8] some changes:
 tests 2007-09-21 heoh [r20] worked test (menu + tabs)
 tmpl 2007-08-08 heoh [r12] - fixed troublesome bug with ie (js error + cru...
 userfiles 2007-07-12 heoh [r10] - deleted /image - errors for windows system
 .htaccess 2007-07-06 heoh [r8] some changes:
 403.html 2007-07-04 heoh [r2] added project files
 README 2007-07-12 heoh [r10] - deleted /image - errors for windows system
 economics.rss 2007-07-04 heoh [r2] added project files
 fck.php 2007-07-04 heoh [r2] added project files
 function.fckeditor.php 2007-07-04 heoh [r2] added project files
 functions.php 2007-07-04 heoh [r2] added project files
 include.php 2007-07-20 heoh [r11] - added pear library
 include_infobox.php 2007-07-04 heoh [r2] added project files
 index.php5 2007-07-04 heoh [r2] added project files
 index_.php5 2007-07-04 heoh [r2] added project files
 lang.php 2007-07-04 heoh [r2] added project files
 layer.html 2007-07-04 heoh [r2] added project files
 menu.html 2007-07-04 heoh [r2] added project files
 myMenu.html 2007-07-04 heoh [r2] added project files
 redirect.html 2007-07-04 heoh [r2] added project files
 rss.php 2007-07-04 heoh [r2] added project files
 sanitize_vars.php 2007-07-04 heoh [r2] added project files
 t.php5 2007-07-04 heoh [r2] added project files
 test.php 2007-07-04 heoh [r2] added project files
 testmysql.php 2007-07-04 heoh [r2] added project files

Read Me

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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.