An utility to create CS-Cart environments using docker
Install the package globally:
composer global require swisscat/docker-cscart
Ensure $PATH
contains the ~/.composer/vendor/bin
directory
The setup relies on an NGINX proxy. Please ensure that https://github.com/swisscat/nginx-proxy is enabled. Head to a cs-cart repository and type
docker-cscart new
docker-compose up -d
The following docker configurations are supported in config/app.json
:
{
"docker": {
"driver": "native"
}
}
{
"docker": {
"driver": "machine",
"machine": "default"
}
}