Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T14:32:34.000Z (8 months ago)
- Last Synced: 2024-05-02T09:36:15.476Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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+