Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    Add management meta script · 330ef8ac
    Jared Hancock authored
    Which will allow for a modular approach to command-line scripting of the
    osTicket system. Hopefully, it will alleviate the need to copy+paste code
    between scripts and otherwise duplicate functionality between locations. It
    will also allow for easier administration of osTicket by shipping scripts to
    do things like database maintenance, statistics exports (collectd), data
    exports, etc.
    
    The first example script include the capability to unpack the osTicket
    installation/upgrade tarball to the destination install path with optionally
    placing the include folder in a different location. The script will monkey
    patch main.inc.php so that the INCLUDE_DIR define will point to the
    installed location of the include/ folder.
    330ef8ac