Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.01 KB

README.md

File metadata and controls

66 lines (42 loc) · 1.01 KB

Creating an components for MODX Revolution 2 in Docker

Rapid application deployment for MODX Revolution 2

cp .env.example .env

Change your package name PACKAGE_NAME=myExtra .env

Fast start

Create directory Extras/myapp and run docker container

make run-app # all steps in one

Steps install

make package-create-new # Rename package from .env PACKAGE_NAME

Run project

make remake

Build transport package for dev

make package-build  

Install package system

make package-install 

Then you can work with files from the Extras/myapp directory

Gitify

github документация

Change your packages install file .gitify

Default:

  • ace-1.9.4-pl
  • adminpanel-1.1.0-pl
  • moddevtools-1.2.1-pl
  • pdotools-2.13.2-pl

Build for repository

make package-build-deploy # your zip pack to dist ./target

All commands

See Makefile