Skip to content

Docker containers with all required KickAssCommerce dependencies installed available as FPM through Nginx and CLI

License

Notifications You must be signed in to change notification settings

KickAssCommerce/KickAssDocker

Folders and files

NameName
Last commit message
Last commit date
Feb 17, 2017
Feb 15, 2017
Feb 17, 2017
Feb 15, 2017
Feb 16, 2017
Feb 17, 2017
Feb 15, 2017
Feb 15, 2017
Feb 15, 2017
Feb 15, 2017
Feb 15, 2017
Feb 17, 2017
Feb 17, 2017

Repository files navigation

KickAssCommerce Docker

Latest Version on GitHub Software License Build Status Total Downloads

Quick Start

mkdir kickass

docker-compose run cli kickass-installer
docker-compose up -d
docker-compose restart

Configuration

  • APP_ROOT - The directory KickAssCommerce should be installed to (defaults to /var/www/kickass)
  • PHP_MEMORY_LIMIT - The PHP memory limit to set in php.ini
  • PHP_ENABLE_XDEBUG - Enable Xdebug

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Credits

Thanks to Meanbee for their work on docker-magento2 which has been used as the basis for this implementation.

License

The MIT License (MIT). Please see License File for more information.