Skip to content

trydirect/mautic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status Docker Stars Docker Pulls Docker Automated Docker Build

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:

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

Then build it via docker-compose:

$ 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

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