swisscat/docker-cscart
Composer 安装命令:
composer require swisscat/docker-cscart
包简介
An utility to create CS-Cart environments using docker
README 文档
README
An utility to create CS-Cart environments using docker
Installation
Install the package globally:
composer global require swisscat/docker-cscart
Ensure $PATH contains the ~/.composer/vendor/bin directory
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
docker-cscart new
docker-compose up -d
Configuration
The following docker configurations are supported in config/app.json :
Native docker integration
{
"docker": {
"driver": "native"
}
}
Docker-machine integration
{
"docker": {
"driver": "machine",
"machine": "default"
}
}
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2017-07-20