Rapid application deployment for MODX Revolution 2
cp .env.example .env
Change your package name PACKAGE_NAME=myExtra
.env
Create directory Extras/myapp
and run docker container
make run-app # all steps in one
make package-create-new # Rename package from .env PACKAGE_NAME
make remake
make package-build
make package-install
Then you can work with files from the Extras/myapp
directory
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
make package-build-deploy # your zip pack to dist ./target
See Makefile