Skip to content

webnitros/modx-extra-docker

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published