📄️ Site Overview
This template includes everything necessary to run on Lagoon (in both the local development environments or on hosted Lagoon clusters.) This project manages website dependencies with Composer. It is based on the original Drupal Composer Template,
📄️ Local Environment
In order to run a instance of the OPC.IT website on your local environment (aka running it on some port of your local machine, for instance 0.0.0.080) You will first need to get the source code of the website onto your local machine via VCS (Version Control Software, here we use Gitlab), then use the pygmy to start all the required (dependent) Docker containers and add the ssh key, use the ahoy to run a customized workflow to build/initiate/run the main Docker containers, and lastly also use ahoy to import the database of the production to your local environment.
📄️ Package Manager
What composer handles?