chirripo / chirripo-proxy
Proxy container for chirripo
v1.3.3
2020-09-16 02:38 UTC
Requires
- symfony/console: ^3.4
- symfony/process: ^3.4
This package is auto-updated.
Last update: 2024-11-06 16:33:55 UTC
README
Proxy for Chirripo
Instructions
- Install either globally (
composer global require chirripo/chirripo-proxy
) or by using cgr (https://packagist.org/packages/consolidation/cgr) - Now the chirripo-proxy binary is available globally. Make sure your global vendor binaries directory is in your $PATH environment variable, you can get its location with the following command:
php composer.phar global config bin-dir --absolute
- Start proxy:
chirripo-proxy up
- Stop proxy:
chirripo-proxy down
- Set your project
VIRTUAL_HOST
variable to the base url variable - Add VIRTUAL_HOST value to your hosts config like this (/etc/hosts for Linux & Mac):
127.0.0.1 chirripo.docker varnish.chirripo.docker mailhog.chirripo.docker solr.chirripo.docker