*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Code Block |
|---|
bash> git add Capfile config/ drupal_config/ bash> git commit Capfile -m 'inital version from capify' bash> git commit config/ -m 'staging and production deploy instructions' bash> git commit drupal_config/ -m 'where to put Drupal make file and friends' |
The Drupal Site
Next step: build the drupal site inside public/ including an installation profile we can use to build the site on a target machine.
...