Description of your project.
Env | Branch | Drush alias | URL |
---|---|---|---|
development | * | - | https://hel-fi-form-tool.docker.so/ |
production | main | @main | TBD |
You need to have these applications installed to operate on all environments:
- Docker
- Stonehenge
- For the new person: Your SSH public key needs to be added to servers
Start up the environment:
$ make up
Install the site from scratch or using existing configuration:
$ make new
Or sync the database from testing environment:
$ make fresh
To show all available commands:
$ make help
This will log you inside the app container:
$ make shell
Add following configurations to your local.settings.php file
$config['smtp.settings']['smtp_host'] = "stonehenge";
$config['smtp.settings']['smtp_port'] = 1025;
Mailhog dashboard to check the mails
See documentatation.