Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quickapps/website

QuickApps CMS 2.0 website app template
https://github.com/quickapps/website

Last synced: 20 days ago
JSON representation

QuickApps CMS 2.0 website app template

Awesome Lists containing this project

README

        

# QuickApps CMS Site Skeleton

A skeleton for creating websites with [QuickAppsCMS](http://quickappscms.org) 2.0.

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

## Installation

1. Download [Composer](http://getcomposer.org/doc/00-intro.md) 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

* [Official Site](http://www.quickappscms.org)
* [GitHub Repo](https://github.com/quickapps/cms)
* [API 2.0](http://api.quickappscms.org/2.0)
* [Issue Tracker](https://github.com/quickapps/cms/issues)
* [Google Group](https://groups.google.com/group/quickapps-cms)