- Drush
- Drush Make Local
- Node.js
- Grunt
- PHP/MYSQL/HTTP
npm install
- will install all Node.js dependencies
grunt core
- will compile the source to a deployable artifact in docroot
grunt install
- will install Drupal with the Vixen profile using the docroot
directory. (generated via running $> grunt core
).
grunt profile
- will download all Drupal dependencies inline the Vixen installation profile.
The default configuration will assume you have a mysql database named vixen
and connect using the username/password of root
/root
. You can override this by setting the SITE_ENV
environment variable on your local machine and create a corresponding settings.SITE_ENV.php
file in the docroot/site/default/settings
directory.
SITE_ENV
: string identifier for the environment name. Used to load the corresponding environment-specificsettings.php
file.