Pusaka CMS is a file-based Content Management System built on top of CodeIgniter 3 Framework
Current version: 1.2.0b
- Built on top of CodeIgniter v3
- HMVC ready using CodeIgniter Modular Extension
- File based content storage
- Version Control System (VCS) friendly
- Multisite
- Pages and posts management
- Theme system
- Template parser using Lex Parser
- Export web contents to static HTML
- File manager using Responsive File Manager
- Download Latest release here
- Create folder in your localhost, i.e. pusaka/
- Extract all PusakaCMS files to folder pusaka/
- Open you browser and call http://localhost/pusaka/www/default/
- To access admin panel, use URL http://localhost/pusaka/www/default/panel/
- login with default username: [email protected] and password: password
- If you are using linux/unix based OS, make sure to give PHP write access to folder system/application/sessions/, sites/, and www/media/. Typically you may use these command:
$ sudo chmod 775 system/application/sessions/ sites/ www/media/ -R
$ sudo chown :www-data system/application/sessions/ sites/ www/media/ -R