https://github.com/quickapps/website
QuickApps CMS 2.0 website app template
https://github.com/quickapps/website
Last synced: 5 months ago
JSON representation
QuickApps CMS 2.0 website app template
- Host: GitHub
- URL: https://github.com/quickapps/website
- Owner: quickapps
- Created: 2014-03-16T17:11:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T18:41:46.000Z (over 7 years ago)
- Last Synced: 2025-04-05T04:31:52.471Z (9 months ago)
- Language: PHP
- Homepage: http://quickappscms.org
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)