Page History
The content of this chapter is intended for system administrators. Here, you can learn how to install and configure Web Application Platform with Cameo Collaborator and other services by using the command-line interface.
Note | ||
---|---|---|
| ||
Before installing Web Application Platform with services, you need to:
Before starting the installation, you should know the following:
|
To install Web Application Platform and services (advanced installation)
- Open the terminal and go to the directory where the Web_App_Platform_<version number>_unix.sh file is stored.
Execute the following command:
Code Block language bash theme DJango linenumbers true sudo ./Web_App_Platform_<version number>_unix.sh -i console
When the introduction to Web Application Platform installation is displayed, press Enter to continue.
- Specify the location where you want to install Web Application Platform:
- Press Enter to use the default installation directory.
- Enter the full path to the installation directory and press Enter.
- Type "2" to select the Advanced installation option and press Enter.
- Follow the on-screen installation instructions.
- When the Pre-Installation Summary is displayed, check if properties are specified correctly, and press Enter to start the installation.
- When Web Application Platform is successfully installed, press Enter.
- If you want to start the WebApp service right after installation, press Enter. Otherwise, type "0" and press Enter.
Web Application Platform is now installed with the selected services. For information on how to start Web Application Platform, refer to Starting and Stopping Web Application Platform. To access Web Application Platform, open a web browser and go to http(s)://<domain_name>:<port>/webapp.
Scripts for upgrading Java and Tomcat in the Linux environment:
- Java: upgrade_jdk_webapp.sh
- Tomcat: upgrade_tomcat_webapp.sh