Contents
Configuration Studio is a graphical tool that enables administrators to configure environment-specific properties to deploy APIs and policies in non-development environments. For more details, see the API Gateway Deployment and Promotion Guide. This topic describes how to install Configuration Studio on the following platforms:
-
Windows
-
Linux
-
Solaris
You must ensure the following:
System Requirements
See the System Requirements to ensure that the target machine is of a suitable specification.
Executable Permission
On Linux/UNIX, you must ensure that the installation executable has the appropriate permissions
in your environment. For example, you can use the chmod
command to update the
file permissions.
To patch your existing Configuration Studio installation, perform the following steps:
-
Back up your existing API Gateway 11.1.2.2.0 installation.
-
Delete your exsiting Configuration Studio installation directory (for example,
INSTALL_DIR\configurationstudio
). -
Use the API Gateway 11.1.2.2.0 installation executable to install Configuration Studio into the same directory.
Use the API Gateway 11.1.2.2.0 installation executable to install a new Configuration Studio installation. When you run the executable in default GUI mode, you are presented with an introductory welcome screen. Click Next to continue with the installation.
For details on installing on the command line, see the section called “Unattended Installation”.
Enter or click Browse to specify the directory where you wish to install API Gateway components, for example:
Click Next to continue.
Ensure that the Configuration Studio component is selected in the list, and click Next to continue.
This topic describes how to install the Configuration Studio component only. For details on installing other components, see the following topics:
The installer is ready to start installing the selected components and settings on your system.
Click Next to continue.
A progress screen is displayed showing the progress of the installation. Please wait for the installation to complete.
Click Next to continue.
When the installer has finished installing the selected components, click Finish to complete the installation.
To launch Configuration Studio after installation, perform the following steps:
-
Open a command prompt.
-
Change to your Configuration Studio installation directory (for example,
INSTALL_DIR\configurationstudio
). -
Start
configurationstudio
.
For more details on Configuration Studio, see the API Gateway Deployment and Promotion Guide.
You can run the API Gateway installer in unattended mode on the command line. The following command shows an example of installing the Configuration Studio component only:
Windows
OAG-11.1.2.2.0-windows-installer.exe --mode unattended --enable-components apigatewayexplorer --disable-components analytics,nodemanager,policystudio,configurationstudio,apimgmt
Linux
./OAG-11.1.2.2.0-linux-installer.run --mode unattended --enable-components apigatewayexplorer --disable-components analytics,nodemanager,policystudio,configurationstudio,apimgmt
The specified components are installed in the background.
Further Information
For a description of all available command options and default settings, enter the
--help
option. This outputs the help text in a separate console.