An open API service indexing awesome lists of open source software.

https://github.com/trydirect/mautic

Deploy Mautic with docker-compose.yml
https://github.com/trydirect/mautic

docker docker-compose docker-compose-files docker-compose-template dockerfile dockerfile-examples dockerfiles mautic mautic-marketing-automation yml

Last synced: 10 months ago
JSON representation

Deploy Mautic with docker-compose.yml

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/trydirect/mautic.svg?branch=master)](https://travis-ci.com/trydirect/mautic)
[![Coverage Status](https://coveralls.io/repos/github/trydirect/mautic/badge.svg?branch=master)](https://coveralls.io/github/trydirect/mautic?branch=master)
![Docker Stars](https://img.shields.io/docker/stars/trydirect/mautic.svg)
![Docker Pulls](https://img.shields.io/docker/pulls/trydirect/mautic.svg)
![Docker Automated](https://img.shields.io/docker/cloud/automated/trydirect/mautic.svg)
![Docker Build](https://img.shields.io/docker/cloud/build/trydirect/mautic.svg)

# Mautic template for developers
This stack allows developers to start quickly on Mautic plugin/extension development

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

To install docker execute:
```sh
$ 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:
```sh
$ git clone "https://github.com/trydirect/mautic.git"
```
Then build it via docker-compose:
```sh
$ cd mautic
$ docker-compose up -d
```

## Quick deployment to the Hetzner Cloud.
##### We will use latest available version of image at TryDirect, it can be a little different
[](https://try.direct/server/user/deploy/Im1hdXRpY3w2fDU1Ig.F8jvDw.fz8R6vfCPY_xhNRse-MYL2mbHKM/)

# Contributing

1. Fork it (https://github.com/trydirect/mautic/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](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2BH8ED2AUU2RL)