Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 974 Bytes

README.markdown

File metadata and controls

39 lines (23 loc) · 974 Bytes

Instructions on how to build the site from Drupal 7.

Requirements

Installation

To build a complete site, run:

drush make vih_dk.build --prepare-install ~/workspace/vih_dk_build

Then check permissions

cd ~/workspace/vih_dk_build
chmod 777 sites/default/settings.php
chmod 777 sites/default/files

Navigate to the root directory in a webbrowser.

Update existing install profile

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=. vih_dk.make

Rebuild everything

If you want to force a rebuild of everything, you can run this:

drush si vih_dk