Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.31 KB

README.md

File metadata and controls

65 lines (43 loc) · 1.31 KB

Hel.fi Form tool

Description of your project.

Environments

Env Branch Drush alias URL
development * - https://hel-fi-form-tool.docker.so/
production main @main TBD

Requirements

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

Create and start the environment

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

Login to Drupal container

This will log you inside the app container:

$ make shell

Local mailhog configurations for email testing.

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

Documentation

See documentatation.