Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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