Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

swisscat/docker-cscart

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-cscart

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.