Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 879 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 879 Bytes

QuickApps CMS Site Skeleton

A skeleton for creating websites with QuickAppsCMS 2.0.

This is an unstable repository and should be treated as an alpha.

Installation

  1. Download Composer or update composer self-update.
  2. Run php composer.phar create-project -s dev quickapps/website [your_website_name].

If Composer is installed globally, run:

composer create-project -s dev quickapps/website [website_name]

After composer is done visit http://example.com/ and start QuickAppsCMS installation.

Links of Interest