frepple (1) Linux Manual Page
frepple – open source production planning and scheduling
Synopsis
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.
