A skeleton for creating websites with QuickAppsCMS 2.0.
This is an unstable repository and should be treated as an alpha.
- Download Composer or update
composer self-update
. - 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.