roscopecoltran / docker-prestashop-php-apache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker images for PrestaShop development

Travis

Requirements

These images requires Docker and Docker Compose.

Installation

  1. Copy docker-compose.yml file to your PrestaShop project root path, and edit it according to your needs ;

  2. Copy content of .env.example file and put it into a .env file at project root ;

  3. Put your PrestaShop website in htdocs folder ;

  4. From your project directory, start up your application by running:

docker-compose up

URLs

Docker Images

These docker images are configured in docker-compose.yml file. You can comment or uncomment some services according to your project.

Contributing

Contributions are welcome! Leave an issue on Github, or create a Pull Request.

Licence

This work is under MIT licence.

About

License:MIT License


Languages

Language:Dockerfile 68.1%Language:Shell 31.9%