Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 940 Bytes

README.project.md

File metadata and controls

55 lines (35 loc) · 940 Bytes

Your Drupal 9 project

Description of your project.

Environments

Env Branch URL
development * http://yoursite.docker.so/
production main TBD

Requirements

You need to have these applications installed to operate on all environments:

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

Documentation

See documentatation.