Learn about the Bitnami Configuration Tool
The Bitnami Configuration Tool is a command line tool that allows you to configure your application once it is installed. This tool is located in the application directory at installdir/apps/APP-NAME.
To understand how to run this application, execute the command below:
Linux
$ cd installdir/apps/APP-NAME
$ ./bnconfig --help
Mac OS X
$ cd installdir/apps/APP-NAME
$ ./bnconfig.app/Contents/MacOS/installbuilder.sh --help
Windows
cd installdir/apps/APP-NAME
./bnconfig.exe --help
In some cases, the Bitnami Configuration Tool is named bnconfig.disabled.
Supported options
Currently, only options for configuring the application URL are supported. The available options depend on the application.
The options are:
-
--appurl /: Move your application URL to / removing the prefix /APP-NAME from the URL. Only the / is accepted and reverting this change using the command line tool is not currently supported.
-
--machine_hostname NAME: Updates your application to use the specified machine hostname NAME (or specified IP address) if it depends on this value to work properly.