We thank you for taking this training and welcome your feedback.
For more information about Hook 42, please visit our website at http://www.hook42.com.
- Git
- Docker
- Docker Compose
- A stable internet connection :)
- Fork and clone this repository
- Create a netlify account
- From command line:
docker-compose up -d
docker-compose exec drupal bash
composer install
exit
- you will leave the docker container and return to your host system.docker-compose exec gatsby bash
npm install
exit
- you will leave the container and return to host.
A server running Drupal is loaded and installed from the command above.
- From Browser: http://localhost:9667
A server running Gatsby is loaded and installed from the command above.
The following steps demonstrate how to go into the server and execute Gatsby commands.
- From command line:
docker-compose exec gatsby bash
- From command line:
gatsby develop -H 0.0.0.0
- From Browser: http://localhost:9668
./cleanup
docker-compose down --rmi all -v --remove-orphans