phpSQLiteCMS

phpSQLiteCMS

Screenshot of phpSQLiteCMS

What is it?

phpSQLiteCMS is a simple and lightweight open source PHP web content management system (CMS) which uses SQLite as database and Smarty as template engine. It's licensed under the GNU General Public License.

phpSQLiteCMS is good if you want to quickly set up a small website without spending a lot of time studying, installing and configuring. But of course you can't compare it with large scale Content Management Systems. phpSQLiteCMS is a simple and minimalistic one!

Features

System requirements

Demos / example pages

Download

Version 1 RC2: phpsqlitecms_1_rc2.zip

Installation

The installation is quite simple:

  1. Load up the script files to your server
  2. Depending on your server configuration you may need to change the write permissions of the following subdirectories:
    • templates_c (CHMOD 770) - this is the directory where Smarty saves its compiled templates
    • cache (CHMOD 777) - cache directory, needs to be writable if you want to use the caching feature
    • files / images (CHMOD 777) - need to be writable if you want to use the file uploader
  3. Ready! You should now be able to access the index page by browsing to the address you uploaded phpSQLiteCMS (e.g. http://your-domain.tld/path/to/phpsqlitecms/). To administrate the page, go to http://your-domain.tld/path/to/phpsqlitecms/cms/. The default admin userdata is: username: admin, password: admin.

Support

Developers

Used resources

Thanks to the authors and development communities of the following resources used in phpSQLiteCMS:

FAQ

Last modified: Sunday, April 20, 2008, 11:43