frepple (1) - Linux Manuals
frepple: open source production planning and scheduling
NAME
frepple - open source production planning and schedulingSYNOPSIS
frepple [options] <files>frepple [options] <directories>
frepple [options]
DESCRIPTION
FrePPLe is an open source production planning and scheduling application.This program reads XML input data, and also embeds a Python interpeter to execute instructions in the Python language.
The input data can be provided in the following ways:
OPTIONS
- -validate -v
- Validate the xml input for correctness.
- -check -c
- Only validate the input, without executing the content.
- -? -h -help
-
Show instructions.
ENVIRONMENT
- FREPPLE_HOME
-
Optionally points to a directory where the initialization
files will be searched.
FILES
- ./init.xml $FREPPLE_HOME/init.xml /usr/share/frepple/init.xml
-
XML data automatically loaded upon startup. The first file with the name
init.xml in the above sequence is processed.
- ./frepple.xsd $FREPPLE_HOME/frepple.xsd /usr/share/frepple/frepple.xsd
-
XML Schema definition for validation of the XML input data. The first file
with the name frepple.xsd in the above sequence is processed.
- ./init.py $FREPPLE_HOME/init.py /usr/share/frepple/init.py
-
Python commands executed automatically upon startup. The first file with the name
init.py in the above sequence is processed.
RETURNS
0 when successful, non-zero in case of errorsAUTHORS
FrePPLe is developed as Open Source under the AGPL license, v3 or later.The authors and contributors are listed on http://frepple.com.