Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 961 Bytes

README.project.md

File metadata and controls

42 lines (27 loc) · 961 Bytes

Your Drupal project

Description of your project.

Environments

Env Branch Drush alias URL
development * - https://yoursite.docker.so/
testing dev @dev TBD
production main @main TBD

Requirements

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

Create and start the environment

For the first time (new project):

make new

And following times to create and start the environment:

make fresh

NOTE: Change these according to the state of your project.

Login to Drupal container

This will log you inside the app container:

make shell