Skip to content

ManatiCR/chirripo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chirripo

Build Status

Docker containers setup that can be easily added to your project by using composer.

Instructions

  • Install package: composer require --dev chirripo/chirripo
  • Copy env.example to root: cp ./vendor/chirripo/chirripo/env.example .env
  • Use the package like this: ./vendor/bin/chirripo list

Documentation

Read the official documentation

Customize

You can change any variable defined in .env to make adjustments to the provided setup. You can also create a file named docker-compose.override.yml in the root of your project to make more advanced customizations.

Xdebug

  • In order to setup xdebug, set XDEBUG_ENABLE variable to "enable", then stop & start the containers.

Commands

For drush, ssh and compose commands; if you need to forward options to the actual command, you need to use --

Examples:

  • chirripo compose -- logs -f nginx
  • chirripo drush -- --version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.8%
  • Shell 3.2%