Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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+