ember-gyro
v0.1.6
Published
Blueprint for Tribe integration and Gyro CMS
Readme
ember-gyro
This addon provides interface for Tribe Framework's APIs and a front-end CMS app to manage it
Tribe is a project management framework by Postcode - https://github.com/tribe-framework/tribe
Compatibility
- Ember.js v5.4 or above
- Ember CLI v5.4 or above
Installation
- Install
ember install ember-gyro- Generate Gyro CMS (optional)
yes | ember g gyro-cms - To create Tribe/Gyro compatible Models, simply use:
ember g model <model-name>
Configure
copy.env.sampleto.envand fill in the required valuesSync Tribe's types.json with Ember Models
php sync-types.php- To serve frontend webapp with custom code injections for using page-wise meta tags
- On local:
php sync-dist.php- On server:
wget --no-cache --no-cookie https://raw.githubusercontent.com/tribe-framework/tribe/master/install/ember.sh -O -Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.
