Skip to content
/ mmx-app Public template

Template for creating a new mmx application

License

Notifications You must be signed in to change notification settings

bezumkin/mmx-app

Repository files navigation

mmxApp

Template for creating a new mmx application.

This extra is part of MMX initiative - the Modern MODX approach.

Quick start

The default name of extra is mmx-app so first you need to rename it with built-in script:

cp .env.dist .env
./run-rename.py

Script will rename all occurrences in source files, including .env and docker-compose.yml.

Now you can start Docker:

docker compose up --build -d

Install MODX with adding new extra inside system:

./run-install.sh

Enter http://127.0.0.1:8080/manager with login admin and password adminadmin.