Last active
April 2, 2019 06:37
-
-
Save simesy/47f3e6b6e19df582b6f8ad72c705188b to your computer and use it in GitHub Desktop.
Files to go with https://www.lilengine.co/node/50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Pushed into the container by .lando.yml | |
| alias phpunit=/app/vendor/bin/phpunit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Pushed into the container by .lando.yml | |
| SIMPLETEST_BASE_URL="http://d8-dev.lndo.site" | |
| SIMPLETEST_DB="mysql://drupal8:drupal8@database/drupal8" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Create a file inside the Drupal repo. | |
| # It will reduce noise from `git status` | |
| /vendor/ | |
| sites/*/files | |
| sites/*/settings.php | |
| composer.lock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: d8dev | |
| recipe: drupal8 | |
| config: | |
| webroot: drupal | |
| services: | |
| appserver: | |
| xdebug: true | |
| proxy: | |
| appserver: | |
| - d8-dev.lndo.site | |
| env_file: | |
| - .env | |
| events: | |
| post-start: | |
| - cp .bashrc /var/www/.bashrc | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment