Instructions on how to build the site from Drupal 7.
To build a complete site, run:
drush make build-kursuscenter.make ~/workspace/kursuscenter_vih_dk_build
Create the settings.php in sites/all/default Create "files" directory in sites/all/default
Navigate to the root directory in a webbrowser.
If you want to update just the install profile instead of rebuilding the entire site, you can run this:
drush make --no-core --contrib-destination=. drupal-org.make
If you want to force a rebuild of everything, you can run this:
drush si panopolicious
drush en kursuscenter_deploy
See more on Drupal deployments & workflows with version control, drush_make, and Aegir
