You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Overview

The admin tools for this system are largely built around maven plugins and projects.  There are a couple of reasons for this:

  • Admin tools can be run in a platform-independent way
  • Admin tools can be easily configured to run within Eclipse as run configurations
  • Admin tools can be easily wired to CI server environments (or something like MaestroDev).

For things that have been connected as .cron jobs, and to provide a bootstrapping script for a production of dev envrionment, there are also a few shell scripts, provided as both .csh (for Linux) and .bat (for Windows).

Prerequisites

For most admin tools to run a database has to exist and be loaded and the indexes directory for Lucene has to be set up and have permissions.  

IMPORTANT: When running admin tools via mojos, make sure you stop the server first - otherwise processes will compete over the indexes resulting in corruption and a need to reindex all objects (See the Lucene Reindex tool for how to do that).

Tools

 

The following admin tools are available:

Note: all "loaders" load data as the "loader" user by default.

  • n/a

 

 

  • No labels