yoleg / modxscripts

Shell scripts illustrating how to use common MODX command-line tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:

Quick-start scripts for MODX command-line tools.

Install teleport script:

Install gitify script:

Using modx script:

  • This is an example wrapper script - some commands use teleport, others use gitify

  • Only works in the directory containing the core directory (current directory must have a child named "core")

  • First, profile the site:

    cd /modx/base/path/
    modx profile
  • To inject the package into a profiled site:

    cd /modx/base/path/
    modx inject <package>.transport.zip
  • View source for more examples

About

Shell scripts illustrating how to use common MODX command-line tools

License:Other


Languages

Language:Shell 100.0%