trydirect / akeneo

Deploy Akeneo with docker-compose.yml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

akeneo

Deploy Akeneo with docker-compose.yml

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/akeneo.git"

Then build it via docker-compose:

$ cd akeneo
$ docker-compose up -d

Contributing

  1. Fork it (https://github.com/trydirect/akeneo/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

About

Deploy Akeneo with docker-compose.yml


Languages

Language:PHP 60.8%Language:Shell 37.8%Language:Dockerfile 0.9%Language:Python 0.6%