File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,20 @@ php ./web/core/scripts/drupal quick-start foundry
2525This method is great for development purposes.
2626
27271 . First install ddev https://ddev.com/get-started/
28- 2 . Then from the project root execute the following:
28+ 2 . Then from the project root execute the following commands :
2929
3030```
3131ddev start
32+ ddev ssh #Connect to container
33+ drush si --existing-config -y #Install site
3234```
3335
3436
3537For production use we suggest a contaier based workflow such as docker or kubernetes.
3638
3739## Contributing
3840
39- This project uses conventional commits https://www.conventionalcommits.org/en/v1.0.0/
41+ This project uses conventional commits https://www.conventionalcommits.org/en/v1.0.0/
4042
4143You will need nodejs v16.x installed for local development, we assume you will be using nvm.
4244
You can’t perform that action at this time.
0 commit comments