(→OS requirements) |
|||
(16 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | = Prerequisites = | + | |
+ | =Prerequisites= | ||
__TOC__ | __TOC__ | ||
− | To work with Web Services and Applications, | + | To work with Web Services and Applications, your system must meet the software and browser requirements established in the [https://docs.genesys.com/MoreDocs/Genesys_Supported_Operating_Environment_Reference_Guide Genesys Supported Operating Environment Reference Guide], and meet the following minimum requirements. |
− | {{NoteFormat|In multi-tenant Configuration Server deployments, Web Services and Applications supports only one tenant that contains all configuration data}} | + | {{NoteFormat|In multi-tenant Configuration Server deployments, Web Services and Applications supports only one tenant that contains all configuration data.}} |
− | ==OS requirements== | + | ==Server Requirements== |
− | + | ===OS requirements=== | |
* Red Hat Enterprise Linux, version 6 | * Red Hat Enterprise Linux, version 6 | ||
* Red Hat Enterprise Linux, version 7 | * Red Hat Enterprise Linux, version 7 | ||
{{AnchorDiv|java}} | {{AnchorDiv|java}} | ||
+ | ===Java requirements=== | ||
+ | * If you are installing Web Services and Applications version 8.5.201.09 or earlier, you must also install the latest {{#Widget:ExtLink|link=http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html|displaytext=Java 1.7 JDK 64bit for Linux}}. For more information, refer to the {{#Widget:ExtLink|link=http://docs.oracle.com/javase/7/docs/webnotes/install/linux/linux-jdk.html|displaytext=Java documentation}}. | ||
+ | * If you are installing Web Services and Applications version 8.5.201.29 or later, you must also install {{#Widget:ExtLink|link=http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html|displaytext=Java JDK 1.8.0_92 or newer 64bit for Linux}}. For more information, refer to the {{#Widget:ExtLink|link=http://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html|displaytext=Java documentation}}. If you're upgrading from JDK 7 to JDK 8, check out the {{#Widget:ExtLink|link=http://www.oracle.com/technetwork/java/javase/jdk8-adoption-guide-2157601.html|displaytext=Java Adoption Guide}}. | ||
+ | * If you are installing Web Services and Applications version 8.5.202.69 or later, you must also install OpenJDK 1.8.0_232 or newer 64bit for Linux. For more information, refer to {{#Widget:ExtLink|link=https://openjdk.java.net/install/|displaytext=OpenJDK documentation}}. To upgrade from Oracle JDK 8 to OpenJDK 8, refer to [[Documentation:HTCC:MIG:MigOpenJDKMigration:8.5.2|Migrating to OpenJDK 1.8.0]]. | ||
+ | ===Jetty requirements=== | ||
+ | *Jetty 9.2.14.v20151106 is now embedded in the Web Services and Applications installation. For Web Services and Applications version 8.5.201.09 or earlier, you must [[InstallingAndDeployingJetty|install and configure Jetty 9 separately]]. | ||
− | == | + | ===Cassandra requirements=== |
− | + | * Before you deploy Web Services and Applications, you must [[InstallingAndDeployingCassandra|install and configure Cassandra]]. Web Services supports Cassandra version 1.2 and 2.2.<!--- documented in the SOE guide | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * Before you deploy Web Services and Applications, you | ||
− | |||
− | <!--- documented in the SOE guide | ||
==Browser support== | ==Browser support== | ||
===Workspace Web Edition=== | ===Workspace Web Edition=== | ||
Line 30: | Line 28: | ||
* Google Chrome 38+ | * Google Chrome 38+ | ||
* Firefox 34+ | * Firefox 34+ | ||
+ | |||
===Gplus Adapter for Salesforce=== | ===Gplus Adapter for Salesforce=== | ||
Line 35: | Line 34: | ||
* Microsoft Internet Explorer 10 and 11 | * Microsoft Internet Explorer 10 and 11 | ||
* Google Chrome 38+ | * Google Chrome 38+ | ||
− | * Firefox 34+ | + | * Firefox 34+The adapter supports the following browser when using the Workspace Web Edition deployment option: |
− | The adapter supports the following browser when using the Workspace Web Edition deployment option: | ||
* Microsoft Internet Explorer 11 | * Microsoft Internet Explorer 11 | ||
* Google Chrome 38+ | * Google Chrome 38+ | ||
− | * Firefox 34+ | + | * Firefox 34+--> |
− | -- | + | <div> |
+ | ==Client Workstation Requirements== | ||
+ | The following table shows the recommended hardware requirements for the client workstations. | ||
+ | {| | ||
+ | |+'''Recommended Hardware Requirements - Client Workstation''' | ||
+ | |- | ||
+ | !|'''Processor''' | ||
+ | !|'''Memory''' | ||
+ | !|'''Hard Drive''' | ||
+ | !|'''Graphic Card''' | ||
+ | !|'''Network''' | ||
+ | |- | ||
+ | ||Intel Core 2 Duo CPU 2.8 GHz | ||
+ | ||2 GB | ||
+ | ||200 MB | ||
+ | ||DirectX 9.0+ | ||
+ | ||xDSL / LAN | ||
+ | |} | ||
+ | '''NOTE:''' 8 GB of RAM is recommended when non-Genesys applications are being run concurrently, or to improve performance. | ||
==Next step== | ==Next step== | ||
− | * [[InstallationProcedures|Installing Web Services and Applications]] | + | <p class="mw_paragraph">* [[InstallationProcedures|Installing Web Services and Applications]] |
− | |||
[[Category:V:HTCC:8.5.2DRAFT]] | [[Category:V:HTCC:8.5.2DRAFT]] | ||
+ | </p></div> |
Latest revision as of 14:58, December 17, 2019
Prerequisites
To work with Web Services and Applications, your system must meet the software and browser requirements established in the Genesys Supported Operating Environment Reference Guide, and meet the following minimum requirements.
Important
In multi-tenant Configuration Server deployments, Web Services and Applications supports only one tenant that contains all configuration data.Server Requirements
OS requirements
- Red Hat Enterprise Linux, version 6
- Red Hat Enterprise Linux, version 7
Java requirements
- If you are installing Web Services and Applications version 8.5.201.09 or earlier, you must also install the latest Java 1.7 JDK 64bit for Linux. For more information, refer to the Java documentation.
- If you are installing Web Services and Applications version 8.5.201.29 or later, you must also install Java JDK 1.8.0_92 or newer 64bit for Linux. For more information, refer to the Java documentation. If you're upgrading from JDK 7 to JDK 8, check out the Java Adoption Guide.
- If you are installing Web Services and Applications version 8.5.202.69 or later, you must also install OpenJDK 1.8.0_232 or newer 64bit for Linux. For more information, refer to OpenJDK documentation. To upgrade from Oracle JDK 8 to OpenJDK 8, refer to Migrating to OpenJDK 1.8.0.
Jetty requirements
- Jetty 9.2.14.v20151106 is now embedded in the Web Services and Applications installation. For Web Services and Applications version 8.5.201.09 or earlier, you must install and configure Jetty 9 separately.
Cassandra requirements
- Before you deploy Web Services and Applications, you must install and configure Cassandra. Web Services supports Cassandra version 1.2 and 2.2.
Client Workstation Requirements
The following table shows the recommended hardware requirements for the client workstations.
Processor | Memory | Hard Drive | Graphic Card | Network |
---|---|---|---|---|
Intel Core 2 Duo CPU 2.8 GHz | 2 GB | 200 MB | DirectX 9.0+ | xDSL / LAN |
NOTE: 8 GB of RAM is recommended when non-Genesys applications are being run concurrently, or to improve performance.
Next step
This page was last edited on December 17, 2019, at 14:58.
Comments or questions about this documentation? Contact us for support!