https://github.com/drevops/website
Marketing website for drevops.com
https://github.com/drevops/website
Last synced: 5 months ago
JSON representation
Marketing website for drevops.com
- Host: GitHub
- URL: https://github.com/drevops/website
- Owner: drevops
- Created: 2024-08-12T04:40:20.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-09T09:37:39.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T18:11:40.108Z (about 1 year ago)
- Language: Shell
- Size: 9.84 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Drupal 11 implementation of DrevOps Website for DrevOps
[](https://github.com/drevops/website/actions/workflows/build-test-deploy.yml)


[//]: # (DO NOT REMOVE THE BADGE BELOW. IT IS USED BY VORTEX TO TRACK INTEGRATION)
[](https://github.com/drevops/vortex/tree/1.35.1)
## Environments
- DEV: https://dev.drevops.com
- PROD: https://www.drevops.com
## Local environment setup
- Make sure that you have latest versions of all required software installed: [Docker](https://www.docker.com/), [Pygmy](https://github.com/pygmystack/pygmy), [Ahoy](https://github.com/ahoy-cli/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](https://docs.docker.com/desktop/settings-and-maintenance/settings/#virtual-file-shares)).
- Authenticate with Lagoon
1. Create an SSH key and add it to your account in the [Lagoon Dashboard](https://ui-lagoon-master.ch.amazee.io/).
2. Copy `.env.local.example` 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
- [FAQs](docs/faqs.md)
- [Testing](docs/testing.md)
- [CI](docs/ci.md)
- [Deployment](docs/deployment.md)
---
_This repository was created using the [Vortex](https://github.com/drevops/vortex) Drupal project template_