This is a demo projet to showcase some of Drupal competencies. I use an Dockerized installation to ease the setup and because Docker and Git are nowaday the basic requirement for any developper.
I don't (always) like to reinvent the wheel, so I'll use a very robust and well-maintened Wodby's Drupal4 Docker stack.
This project use Drupal config manager (Config API) because SQL files versionning is so Drupal 7...
- Boot the containers
docker-compose up -d
ormake up
- Enter into the PHP container
make shell php
- and install the site from configuration
drush site-install --existing-config
- That's it! Go check the
/weather