- git clone https://github.com/discourse/docker_manager.git
- git clone https://github.com/kasperpeulen/discourse-mathjax.git
- git clone https://github.com/davidtaylorhq/discourse-media-overlay.git
- git clone https://github.com/discourse/discourse-spoiler-alert.git
- git clone https://github.com/sekhat/discourse-yuml.git
- git clone https://github.com/davidtaylorhq/discourse-whos-online.git
- git clone https://github.com/discourse/discourse-solved.git
## Any custom commands To run after building
run:
- exec: echo "Beginning of custom commands"
## If you want To Set the 'From' email address for your first registration, uncomment and change:
## After getting the first signup email, re-comment the line. It only needs To run once.
#- exec: rails r "SiteSetting.notification_email='info@unconfigured.discourse.org'"
- exec: echo "End of custom commands"