| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This stack allows developers to start quickly on Mautic plugin/extension development
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-composeClone 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| Back | FazBrowse Home | New Git URL |