This is the source code for the official website of Drupalcamp Cebu 2019 based on Drupal 8.
-
Download and rename the database file into
./build/ref_db/dcc.sql.gz
. -
Run
make initialize
to start the local environment setup. You will only need to run this command on your initial site setup.
- This project utilizes a Makefile for the main development lifecycle. Run
make help
to check the available commands or check the Makefile itself. - After the initial setup, use
make up
to start andmake stop
to stop your project environment. - Use
make site-update
to run the normal build process commands i.e. runcomposer install
, run a configuration import, run update hook(s) and etc.
docker-compose run -rm drush <command>