docker-cscart
An utility to create CS-Cart environments using docker, (*1)
Installation
Install the package globally:, (*2)
composer global require swisscat/docker-cscart
Ensure $PATH contains the ~/.composer/vendor/bin directory, (*3)
Setup a new environment
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, (*4)
docker-cscart new
docker-compose up -d
Configuration
The following docker configurations are supported in config/app.json :, (*5)
Native docker integration
{
"docker": {
"driver": "native"
}
}
Docker-machine integration
{
"docker": {
"driver": "machine",
"machine": "default"
}
}