Skip to content

Commit

Permalink
[DOCS-7614] Update information for Wizard Admin installation Content …
Browse files Browse the repository at this point in the history
…Accelerator 4.0 (#1378)

* [DOCS-7614] Update information for Wizard Admin installation

* Update minor change in install-guide.md

---------

Co-authored-by: Prosune Bose <146065920+Prosune@users.noreply.github.com>
  • Loading branch information
monikamichalska and Prosune authored Mar 7, 2024
1 parent 76889b6 commit 1699083
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions content-accelerator/latest/install/install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You will need to download the following distribution zips in order to install AC
### Java

Content Accelerator requires Java 11 or above. Consult your repository of choice for more detailed requirements. If you are using Java 17, refer to our [Java 17 support guide]({% link content-accelerator/latest/install/java-support.md %}).
Content Accelerator requires Java 17 or above. Consult your repository of choice for more detailed requirements. If you are using Java 17, refer to our [Java 17 support guide]({% link content-accelerator/latest/install/java-support.md %}).

### Alfresco repository version

Expand Down Expand Up @@ -514,7 +514,7 @@ This sections walks through how to install the Alfresco Content Accelerator web
### Install web applications on separate Tomcat {#install-webapps-separate-tomcat}

This section walks through how to install the web applications on a separate Tomcat instance (Meaning, you must have a proxy setup).
This section walks through how to install the web applications on a separate Tomcat instance (meaning, you must have a proxy setup).

1. Install Apache Tomcat. See [https://archive.apache.org/dist/tomcat](https://archive.apache.org/dist/tomcat){:target="_blank"}.

Expand All @@ -524,7 +524,7 @@ This section walks through how to install the web applications on a separate Tom

3. (PnP and HR ONLY) This step is only required if using the Policy and Procedure Content Accelerator or HR Content Accelerator solution:

Copy the `WizardAdmin.war` file into the `ALFRESCO_HOME/tomcat/webapps` directory.
Copy the `WizardAdmin.war` file into the `ALFRESCO_HOME/tomcat/webapps` directory. (**Note:** Apache Tomcat 8.x or 9.x is recommended for Active Wizard Admin).

You'll find this WAR file in the `Web Applications` folder of the `alfresco-content-accelerator-policy-and-procedure-accelerator` zip or `alfresco-content-accelerator-sehr-accelerator` zip.

Expand Down Expand Up @@ -573,7 +573,7 @@ This section walks through how to install the web applications on a separate Tom

10. (OPTIONAL) This step is only required if using the Policy and Procedure Content Accelerator solution AND if `TOMCAT_HOME` is NOT `/opt/ocms-policy/apache-tomcat`

Navigate to `TOMCAT_HOME/webapps` and extract the `WizardAdmin.war`.
Navigate to `TOMCAT_HOME/webapps` and extract the `WizardAdmin.war`. (**Note:** Apache Tomcat 8.x or 9.x is recommended for Active Wizard Admin).

Navigate to `TOMCAT_HOME/webapps/WizardAdmin/WEB-INF/classes` and modify the following files to have the proper path to your `TOMCAT_HOME` on the line numbers listed:

Expand All @@ -600,7 +600,7 @@ This section walks through how to install the web applications on Alfresco Tomca

3. (PnP and HR ONLY) This step is only required if using the Policy and Procedure Content Accelerator or HR Content Accelerator solution:

Copy the `WizardAdmin.war` file into the `ALFRESCO_HOME/tomcat/webapps` directory.
Copy the `WizardAdmin.war` file into the `ALFRESCO_HOME/tomcat/webapps` directory. (**Note:** Apache Tomcat 8.x or 9.x is recommended for Active Wizard Admin).

You'll find this WAR file in the `Web Applications` folder of the `alfresco-content-accelerator-policy-and-procedure-accelerator` zip or `alfresco-content-accelerator-sehr-accelerator` zip.

Expand Down Expand Up @@ -645,7 +645,7 @@ This section walks through how to install the web applications on Alfresco Tomca

9. (OPTIONAL) This step is only required if using the Policy and Procedure Content Accelerator solution:

Navigate to `ALFRESCO_HOME/tomcat/webapps` and extract the `WizardAdmin.war`.
Navigate to `ALFRESCO_HOME/tomcat/webapps` and extract the `WizardAdmin.war`. (**Note:** Apache Tomcat 8.x or 9.x is recommended for Active Wizard Admin).

Navigate to `ALFRESCO_HOME/tomcat/webapps/WizardAdmin/WEB-INF/classes` and modify the following files to have the proper
path to your `ALFRESCO_HOME` on the line numbers listed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The server setup required to run ACA will vary based on the needs for that speci

* ACA - web application
* OpenContent Services - web services layer
* Java Application server - required to run OpenContent Services and potentially ACA, AEV, and Active Wizard Admin. Apache Tomcat 8.x or above is recommended. **Note:** It is possible to deploy these apps to the Alfresco Tomcat directly. Installing ACA, AEV, and AW admin to a separate application server (not on the Alfresco tomcat) is recommended.
* Java Application server - required to run OpenContent Services and potentially ACA, AEV, and Active Wizard Admin. Apache Tomcat 10.x or above is recommended for ACA and AEV. Apache Tomcat 8.x or 9.x is recommended for Active Wizard Admin. **Note:** It is possible to deploy ACA and AEV to the Alfresco Tomcat directly (AW admin needs to be on a separate tomcat version 8.x or 9.x). Installing ACA, AEV, and AW admin to a separate application server (not on the Alfresco tomcat) is recommended.

### Additional Application Components

Expand Down

0 comments on commit 1699083

Please sign in to comment.