createconfig
Syntax and description
The createconfig command overwrites the server configuration file with default values.
raptorxmlserver createconfig [options] |
•The --lang option specifies the default language of the server configuration file.
For more information about server configuration files, see Configuring the Server.
RaptorXML (and RaptorXMLServer for administration commands) on Windows raptorxml (and raptorxmlserver for administration commands) on Windows and Unix (Linux, Mac)
* Note that lowercase (raptorxml and raptorxmlserver) works on all platforms (Windows, Linux, and Mac), while upper-lower (RaptorXML) works only on Windows and Mac. * Use forward slashes on Linux and Mac, backslashes on Windows.
|
Examples
Examples of the createconfig command:
raptorxml createconfig
raptorxml createconfig --lang=de
Options
--lang = en|de|es|fr|ja Specifies the default language of the server configuration file. The following options are available: English (en), German (de), Spanish (es), French (fr), Japanese (ja). If the option is not specified, English is chosen as the default language.
|
Use the --h, --help option to display information about the command.
Options are listed in short form (if available) and long form. You can use one or two dashes for both short and long forms. An option may or may not take a value. If it takes a value, it is written like this: --option=value. Values can be specified without quotes except in two cases: (i) when the value string contains spaces, or (ii) when explicitly stated in the description of the option that quotes are required. If an option takes a Boolean value and no value is specified, then the option's default value is TRUE. Use the --h, --help option to display information about the command.