2017 © Pedro Peláez
 

library docker-cscart

An utility to create CS-Cart environments using docker

image

swisscat/docker-cscart

An utility to create CS-Cart environments using docker

  • Friday, June 1, 2018
  • by swisscat
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 8 % Grown

The README.md

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"
  }
}

The Versions

01/06 2018

dev-master

9999999-dev https://github.com/swisscat/docker-cscart

An utility to create CS-Cart environments using docker

  Sources   Download

GPL-3.0

The Requires

 

The Development Requires

by Etienne Favre

docker cscart cs-cart

22/08 2017

1.1.3

1.1.3.0

An infrastructure for cs-cart around docker

  Sources   Download

GPL-3.0

21/07 2017

1.1.2

1.1.2.0

An infrastructure for cs-cart around docker

  Sources   Download

GPL-3.0

21/07 2017

1.1.1

1.1.1.0

An infrastructure for cs-cart around docker

  Sources   Download

GPL-3.0

20/07 2017

1.1

1.1.0.0

An infrastructure for cs-cart around docker

  Sources   Download

GPL-3.0

20/07 2017

1.0

1.0.0.0

An infrastructure for cs-cart around docker

  Sources   Download

GPL-3.0

The Requires