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

egobude/Egobude.Conti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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