Jump to: navigation, search
(Deploying the web application)
(Installation package files)
Line 22: Line 22:
 
'''End'''  
 
'''End'''  
  
 +
<toggledisplay linkstyle font-size:larger showtext="[+] Click here to view the contents of the RPM package" hidetext="[-] Hide">
 
==Installation package files==
 
==Installation package files==
  
Line 107: Line 108:
 
|
 
|
 
|}
 
|}
 
+
</toggledisplay><br>
  
 
==Next Step==
 
==Next Step==

Revision as of 19:24, January 19, 2017

Deploying the web application

Important


Complete the following steps for each Web Services node.

Start

  1. Copy the installation_CD/ gws-<version>.noarch.rpm file to a local folder.
    If --prefix is not specified, the default installation location is /usr/share folder.
  2. Perform the installation using the RPM package manager:
    rpm -ivh [--prefix installation_location] gws-<version>.noarch.rpm
  3. 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.
    More information about these files is located in Configuring Web Services settings, which is your next step after deploying the web application.
  4. Run following command to register the new service on your host: chkconfig gws on
  5. Configure Web Services and Applications <link to configuration guide>.
  6. Proceed to Starting and Testing Web Services.

End

[+] Click here to view the contents of the RPM package


Next Step

Comments or questions about this documentation? Contact us for support!