trydirect / opencart

Deploy Opencart with docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Docker Stars Docker Pulls Docker Automated Docker Build Gitter chat

Opencart development template.

Opencart development template - project generator/development environment. Can be used by PHP developers to start quickly on development Opencart modules. This stack allows you to setup development environment in a single docker-compose command

Stack includes

  • Ubuntu 16.04 docker image
  • PHP 7.1-FPM,
  • Opencart
  • NGINX
  • MySQL 5.7

Note

Before installing this project, please, make sure you have installed docker and docker-compose

To install docker execute:

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sh get-docker.sh
$ pip install docker-compose

Installation

Clone this project into your work directory:

$ git clone https://github.com/trydirect/opencart.git

Quick deployment to cloud

Amazon AWS, Digital Ocean, Hetzner and others

Contributing

  1. Fork it (https://github.com/trydirect/opencart/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Support Development

Donate

About

Deploy Opencart with docker-compose


Languages

Language:PHP 56.3%Language:HTML 33.8%Language:JavaScript 8.8%Language:CSS 0.6%Language:Shell 0.5%Language:Python 0.0%Language:Dockerfile 0.0%Language:Hack 0.0%Language:Makefile 0.0%