Skip to content

chirripo/chirripo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 

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