Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.txt | 2011-08-17 | 1.4 kB | |
rannacms_09.zip | 2011-07-17 | 10.5 MB | |
Totals: 2 Items | 10.5 MB | 0 |
http://cms.rannaprojects.com Ranna CMS is an open-source project created using CodeIgniter. My main purpose for creating this is to have a base for new projects and not to compete with the top CMS out there. With the role-based authentication system, modules and themes manager already in place, web applications development would be easier and faster. Next version will be released on September 2011. To get to the admin section go to http://cms.rannaprojects.com/admin. Username is admin and password is password. Download the package from http://sourceforge.net/projects/rannacms/files/ Installation Instruction: 1. Create a database and import rannacms.sql 2. Edit application/admin/config/config.php. change: $config['base_url'] = "{ex. http://www.philmart.net}"; $config['email'] = "{email address for contact us page}"; $config['sitename'] = "{your website name} 3. Edit application/admin/config/database.php. change: $db['default']['hostname'] = "{localhost or your database server hostname}"; $db['default']['username'] = "{database username}"; $db['default']['password'] = "{your database password}"; $db['default']['database'] = "{your database name}"; * Admin area: http://{your sitename}/admin user: admin password: password # Don't forget the included .htaccess file # Codeigniter version 2.02