(→Deploying the web application) |
|||
Line 11: | Line 11: | ||
# Copy the '''installation_CD/ gws-<version>.noarch.rpm''' file to a local folder. | # Copy the '''installation_CD/ gws-<version>.noarch.rpm''' file to a local folder. | ||
+ | # Perform the installation uisng the rpm package manager: | ||
+ | <source lang="text">rpm -ivh [--prefix installation_location] gws-<version>.noarch.rpm</source> | ||
+ | # Copy the <nowiki>*.sample</nowiki> files from the '''/installation_path/gws/config/config-templates''' directory to the '''/installation_path/gws/config''' directory and remove the '''.sample''' extension. | ||
+ | #: You will learn more about the settings in these files as you go through the configuration steps for Web Services and its features later in this guide | ||
+ | # Run following command to register the new service on your host: chkconfig gws on | ||
+ | # Configure Web Services and Applications <link to configuration guide>. | ||
+ | # Proceed to <link to deployment guide, chapter Starting and Testing Web Services. | ||
+ | |||
+ | Default location for installation (in case --prefix is not specified) is /usr/share folder. | ||
+ | |||
'''End''' | '''End''' | ||
Revision as of 17:12, January 19, 2017
Deploying the web application
Important
- If you're deploying Web Services and Applications version 8.5.201.50 or earlier, complete the steps on Deploying the web application for 8.5.201.50 or earlier instead.
- If you're deploying Web Services and Applications version 8.5.201.09 or earlier, complete the steps on Deploying the web application for 8.5.201.09 or earlier instead.
Complete the following steps for each Web Services node.
Start
- Copy the installation_CD/ gws-<version>.noarch.rpm file to a local folder.
- Perform the installation uisng the rpm package manager:
rpm -ivh [--prefix installation_location] gws-<version>.noarch.rpm
- Copy the *.sample files from the /installation_path/gws/config/config-templates directory to the /installation_path/gws/config directory and remove the .sample extension.
- You will learn more about the settings in these files as you go through the configuration steps for Web Services and its features later in this guide
- Run following command to register the new service on your host: chkconfig gws on
- Configure Web Services and Applications <link to configuration guide>.
- Proceed to <link to deployment guide, chapter Starting and Testing Web Services.
Default location for installation (in case --prefix is not specified) is /usr/share folder.
End
Next Step
Comments or questions about this documentation? Contact us for support!