Skip to content
This repository has been archived by the owner on Sep 9, 2018. It is now read-only.

Provide install command #6

Closed
egobude opened this issue Dec 1, 2016 · 0 comments
Closed

Provide install command #6

egobude opened this issue Dec 1, 2016 · 0 comments
Assignees

Comments

@egobude
Copy link
Owner

egobude commented Dec 1, 2016

Creates a default docker-compose file like:

cat ${HENRI_TEMPLATES}/common-base.yml | \
    sed -e "s#{{ IMAGE_ELASTICSEARCH }}#${IMAGE_ELASTICSEARCH}#g" | \
    sed -e "s#{{ IMAGE_MARIADB }}#${IMAGE_MARIADB}#g" | \
    sed -e "s#{{ IMAGE_NGINX }}#${IMAGE_NGINX}#g" | \
    sed -e "s#{{ IMAGE_PHP }}#${IMAGE_PHP}#g" | \
    sed -e "s#{{ IMAGE_REDIS }}#${IMAGE_REDIS}#g" \
    > $(pwd)/common-base.yml

cat ${HENRI_TEMPLATES}/docker-compose.yml | \
    sed -e "s#{{ VIRTUAL_HOST }}#${DOMAIN}#g" \
    > $(pwd)/docker-compose.yml
@egobude egobude self-assigned this Dec 1, 2016
@egobude egobude closed this as completed Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant