Development Environment
DEPRECATED
Find more recent information here.
Choose one of the following development environments....
Drupal VM Kalamuna EditionÂ
Once installed, download the site you would like to work on.
Kalabox
- Sping up the panthoen kalablog2 site with
kbox create pantheon
 -  After it is finished, open theÂ
/config/nginx/drupal8.conf
 - Change all
/code
 to/code/web
, save & exit.
 - Go into the instance
cd ~/Kalabox/kalablog2/code
 - Now rebuild it
kbox rebuild && kbox start
 - Set up the site with Composer
kbox composer install
 - Build the styleguide with Node
kbox npm install
Docker Compose
- Set up the site with Composer
docker-compose run php composer install
- Build the styleguide with Node
docker-compose run node npm install
- Start the web server:
docker-compose up
- Visit http://localhost:8000/