Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pgaultier/sweelix-yii1-cms-boilerplate
Sweelix CMS boilerplate for Yii 1.1
https://github.com/pgaultier/sweelix-yii1-cms-boilerplate
Last synced: 5 days ago
JSON representation
Sweelix CMS boilerplate for Yii 1.1
- Host: GitHub
- URL: https://github.com/pgaultier/sweelix-yii1-cms-boilerplate
- Owner: pgaultier
- License: other
- Created: 2014-03-13T15:50:22.000Z (almost 11 years ago)
- Default Branch: devel
- Last Pushed: 2014-04-07T15:04:12.000Z (over 10 years ago)
- Last Synced: 2024-11-05T17:53:05.370Z (about 2 months ago)
- Language: PHP
- Size: 387 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Sweelix CMS - Boilerplate
=========================Sweelix has been created to ease developpers life by letting them us use a framework instead of a CMS
Installation
------------1. Download the basic templates
``` sh
$ git clone https://github.com/pgaultier/sweelix-yii1-cms-boilerplate
```2. Deploy using composer
``` sh
$ composer install
```3. Define your database setting by editing protect/config/db.php
Contributing
------------All code contributions - including those of people having commit access -
must go through a pull request and approved by a core developer before being
merged. This is to ensure proper review of all the code.Fork the project, create a [feature branch ](http://nvie.com/posts/a-successful-git-branching-model/), and send us a pull request.