*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Now might be a good time to add all these new files into git.
| Code Block |
|---|
bash> git add Capfile config/
bash> git commit Capfile -m 'inital version from capify'
bash> git commit config/ -m 'staging and production deploy instructions'
|
Next step: build the drupal site inside public/ including an installation profile we can use to build the site on a target machine.
Server Directory