Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobomo/dgc2017
https://github.com/mobomo/dgc2017
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mobomo/dgc2017
- Owner: mobomo
- Created: 2017-07-30T17:24:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T17:26:23.000Z (over 7 years ago)
- Last Synced: 2024-03-25T22:59:28.767Z (10 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 2
- Watchers: 13
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DGC2017 Training Files
Thanks for joining us for training at Drupal GovCon 2017!This repository is meant to compliment the presentation given at Drupal
GovCon regarding locally developing with containers. All files that are
touched over the course of the presentation will be available in this
repository in each of versions as they're modified.You can follow along with the presentation on [Google Slides](https://docs.google.com/presentation/d/1u2kswVjn7lf4RFiRthwPYyBQ9DjygXusT5jDJ_hDSUU/pub).
## How To Use This Repo
As files are modified, the presentation will make mention of which files
should reflect the current changes. You can edit the files yourself if
you're comfortable or copy the files directly from the repository.Some slides in the presentation use entire directories. In this case, copy
the entire directory to your project as directed.Note that these files (especially the Drupal files like settings.php) were
specifically made for version 8.3.5. There are no guarantees that these files
will continue to work into the future.## Pre-Packaged Solution
All of the items this training has gone over (plus much more) has been packaged
into a repository that's ready to bootstrap any Drupal 8 project.For more information, visit the [Drupal Dev Docker](https://github.com/Mills00013/drupal-dev-docker)
GitHub page and checkout the readme.## More Information
For more information about any of the sections of this presentation, visit
the links below.* [Drupal Composer](https://github.com/drupal-composer/drupal-project)
* [Drush](https://drushcommands.com/)
* [Drupal Console](https://hechoendrupal.gitbooks.io/drupal-console/content/en/index.html)
* [Docker](https://docs.docker.com/)
* [Docker Compose](https://docs.docker.com/compose/)
* [Drupal Configuration Management](http://drupal8cmi.org/)