It is important to have a local development environment that works for you. Having a reliable development environment will keep you up and running. It is your pen, your hammer, your sword. Some options are available below, feel free to choose the one that works for you. All of them require git
command line installed.
Table of Contents |
---|
KalaBox
DrupalVM
...
- Version 1.8.x
...
git clone git@github.com:geerlingguy/drupal-vm.git ~/.drupalvm
cd ~/.drupalvm
...
- Copy example.drupal.make.yml to drupal.make.yml
- Copy example.config.yml to config.yml
- Change configuration in config.yml
...
mkdir -p ~/Sites
git clone git@github.com:kalamuna/greenbiz.com.git ~/Sites/mysite
...
cd ~/.drupalvm
vagrant up
...
- Visit the Pantheon Dashboard
- Download a database backup from Pantheon
- Import it
gunzip -c mysql-backup.sql.gz | drush @drupalvm.drupalvm.dev sql-cli
- TODO: Update this to sql-sync
...
Visit the offical documentation for installation instructions.
DrupalVM
For instructions on installing Drupal VM, visit the repo wiki of the Kalamuna fork.