https://github.com/drunomics/devsetup-amazeeio
Extends drunomics/drupal-project with amazeeio config.
https://github.com/drunomics/devsetup-amazeeio
Last synced: about 1 month ago
JSON representation
Extends drunomics/drupal-project with amazeeio config.
- Host: GitHub
- URL: https://github.com/drunomics/devsetup-amazeeio
- Owner: drunomics
- Created: 2018-10-19T07:25:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T14:32:34.000Z (about 2 years ago)
- Last Synced: 2026-02-04T08:19:57.011Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amazee.io lagoon devsetup
Devsetup for amazee.io's lagoon based hosting.
Docs: https://lagoon.readthedocs.io/en/latest/
## Setup
* Follow setup instructions from https://github.com/drunomics/devsetup-docker/tree/2.x
* From your drupal-project root directory, run:
git clone https://github.com/drunomics/devsetup-amazeeio devsetup-tmp
rm -rf devsetup-tmp/.git devsetup-tmp/README.md
cp -rfT devsetup-tmp .
# Apply replacements and cleanup.
php process-replacements.php
rm -rf devsetup-tmp process-replacements.php
* Then commit changes:
git add .
git commit -am "Added amazeeio lagoon support."
* Follow lagoon docs for finishing the setup on amazeeio:
https://lagoon.readthedocs.io/en/latest/using_lagoon/setup_project/#2-provide-access-to-your-code
## Credits
* Based upon the setup provided by amazee.io, see
https://github.com/amazeeio/drupal-example
* (c) 2018 drunomics GmbH, GNU GPLv2+