Giter VIP home page Giter VIP logo

egobude.conti's Introduction

Latest Stable Version Latest Unstable Version Total Downloads License Monthly Downloads

conti - Utility for your docker development environment

conti helps you to interact with your docker development environment. It provides some useful commands to speed up your development based on docker containers.

Installation

To install conti you just have to execute the following command:

composer require egobude/conti

Then you can call it via

vendor/bin/conti

Usage

Default usage:

vendor/bin/conti help

Flow Framework usage:

bin/conti help

Setup your project

Open a shell and run the setup: bin/conti install docker.dev

Use any domain name here, but make sure to add the corresponding DNS entry. Then you can start your containers via bin/conti up # shortcut to docker-compose up -d

Use bin/conti help to list all available commands.

General tips

Use custom images

If you want to use custom images you can override them via env variable. The following env variables are available:

How to dump your database?

To dump your database during development you can call the following command. It will create a new .sql file in the ./mysql-backup folder.

bin/conti mysqldump 

egobude.conti's People

Contributors

egobude avatar

Stargazers

 avatar

Watchers

 avatar

egobude.conti's Issues

Provide install command

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

Provide Readme

  • Install
  • Command overview
  • How to extend
  • How do provide custom configuration for containers
  • Provide configurations for Neos, Flow, TYPO3, Shopware

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.