Skip to content

Marketing website for drevops.com

Notifications You must be signed in to change notification settings

drevops/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrevOps Website

Drupal 10 implementation of DrevOps Website for DrevOps

CircleCI Drupal 10 codecov

RenovateBot

Vortex

Local environment setup

  • Make sure that you have latest versions of all required software installed: Docker, Pygmy, Ahoy
  • Make sure that all local web development services are shut down (Apache/Nginx, Mysql, MAMP etc).
  • Checkout project repository (in one of the supported Docker directories).
  • Authenticate with Lagoon
    1. Create an SSH key and add it to your account in the Lagoon Dashboard.
    2. Copy .env.local.default to .env.local.
    3. Update $VORTEX_DB_DOWNLOAD_SSH_FILE environment variable in .env.local file with the path to the SSH key.
  • ahoy download-db
  • pygmy up
  • ahoy build

Project documentation


This repository was created using the Vortex project template