ciims-modules / install
The installation module for CiiMS
Installs: 1 721
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
README
This is a generic Yii installation module that is used to bootstrap your application for installation. It was created to work with CiiMS, and is highly dependant upon the Cii
core component that is part of CiiMS.
This package was built to pre-bootstrap CiiMS until it can be passed off to Yii Framework for CiiMS core installation and migration of the database. For the most part, the installer will take care of all the major issues in setting your site up for you.
Hacking
This module uses npm, bower, and grunt for asset management, and is mostly managed through grunt. To make changes to the assets, run the following commands.
npm install
bower install
grunt