Skip to content

Latest commit

 

History

History
executable file
·
43 lines (32 loc) · 1.8 KB

README.md

File metadata and controls

executable file
·
43 lines (32 loc) · 1.8 KB

PusakaCMS

Warning, this project is still in beta phase and not ready for production yet!

Pusaka CMS is a file-based Content Management System built on top of CodeIgniter 3 Framework

Join the chat at https://gitter.im/nyankod/pusakacms

Current version: 1.2.0b

Features

Quick Install

  • 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

Teams