Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.78 KB

File metadata and controls

49 lines (37 loc) · 1.78 KB

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

About project

This project allows developers to quickly deploy MODX on their local environments for extensions/plugins development using docker-compose.

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

Run stack with:

$ docker-compose up -d

Quick deployment to cloud

Amazon AWS, Digital Ocean, Hetzner and others

Contributing

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