Skip to content

PasiJarnstedt/suomidigi

Repository files navigation

Suomidigi

A Suomidigi Drupal 8 website.

Environments

Env Branch Drush alias URL
development * - https://suomidigi.docker.sh/
production master @master 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

Setup a new local environment

By default we'll use Docker based environment.

Create and start the environment

For the first time (new project):

$ make new

And following times to create and start the environment:

$ make build-dev

Change these according of the state of your project.

Login to Drupal container

This will log you inside the Drupal Docker container and in the public folder:

$ make shell

Read more