Menu

Tree [ad41be] 1.0 /
 History

HTTPS access


File Date Author Commit
 Config 2012-04-21 QuickApps QuickApps [b0751a] Revert: default debug level to 0
 Hooks 2012-02-23 QuickApps QuickApps [973881] Rename: `CustomHooktagsHelper` to `SiteHooktags...
 Locale 2012-04-07 QuickApps QuickApps [ec9abf] Fix: JS confirm message does not appear when de...
 Modules 2011-10-15 QuickApps QuickApps [8c6749] new repo started
 QuickApps 2012-04-23 QuickApps QuickApps [ad41be] Fix: translation system issues.
 Themes 2011-11-29 QuickApps QuickApps [c8dbe5] Upgrade: `Core themes` feature, allows to share...
 tmp 2011-12-04 QuickApps QuickApps [0361c8] Add: translatable entry cache of demo text.
 webroot 2012-03-14 QuickApps QuickApps [068ed9] RENAME: the `app` folder is now `QuickApps`.
 .gitignore 2012-03-14 QuickApps QuickApps [068ed9] RENAME: the `app` folder is now `QuickApps`.
 .htaccess 2011-11-27 QuickApps QuickApps [4d8d4e] Upgrade multi-site core!. Allows to use one sin...
 README.mdown 2012-03-25 Miah Gregory Miah Gregory [a0a60d] Fix a few typo's in the English translations.

Read Me

QuickApps

Free open source content management system for PHP, released under GPL License and powered by CakePHP 2.0 MVC framework.

Requirements

  • Apache with mod_rewrite
  • PHP 5.2.8 or higher
  • PHP safe mode disabled
  • MySQL 4.1 or higher

Installation

  • Download from github the latest version as zip.
  • Extract the archive. Upload the content to your server.
  • Visit http://your-site.com/ from your browser and follow the instructions.

Quick-Installer

  • Download the one-file installer from here
  • Rename from 'index.install' to 'index.php'
  • Upload the new 'index.php' to your server
  • Visit http://your-site.com/ from your browser and follow the instructions.

Manual installation

  • Create a new MySQL database ('utf8_unicode_ci' collation)
  • Use the SQL dump file app/Config/Schema/manual/quickapps.install.sql
  • Rename ./Config/database.php.install to database.php and set your database information (use 'qa_' as prefix).
  • Copy the file app/Config/Schema/manual/install (no extension) to ./Config/
  • The default username and password are: admin/admin
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.