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
- Host: GitHub
- URL: https://github.com/trydirect/mautic
- Owner: trydirect
- Created: 2019-01-11T11:59:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T13:40:44.000Z (over 2 years ago)
- Last Synced: 2024-11-05T20:46:37.278Z (about 1 year ago)
- Topics: docker, docker-compose, docker-compose-files, docker-compose-template, dockerfile, dockerfile-examples, dockerfiles, mautic, mautic-marketing-automation, yml
- Language: Dockerfile
- Size: 68.4 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/trydirect/mautic)
[](https://coveralls.io/github/trydirect/mautic?branch=master)




# 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
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2BH8ED2AUU2RL)