Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.73 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.73 KB

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.