Skip to content

Commit

Permalink
[DOCS-6990] Fix file names for AGS 7.2 to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aritrihore committed May 9, 2024
1 parent 197136c commit 461d793
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions governance-services/7.1/install/zip.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Governance Services is installed by applying two AMP files to an existing Alfres

The Governance Services distribution zip file contains the following files:

|alfresco-governance-services-enterprise-repo-11.153.amp|Contains Governance Services functionality that's applied to an existing Alfresco Content Services installation.|
|alfresco-governance-services-enterprise-share-11.77.amp|Contains Governance Services functionality that's applied to an existing Alfresco Share installation.|
|alfresco-governance-services-enterprise-repo-12.21.amp|Contains Governance Services functionality that's applied to an existing Alfresco Content Services installation.|
|alfresco-governance-services-enterprise-share-12.19.amp|Contains Governance Services functionality that's applied to an existing Alfresco Share installation.|

> **Note:** Install the AMPs manually using the Module Management Tool (MMT), rather than using the `apply_amps` tool.
Expand All @@ -23,19 +23,19 @@ The Governance Services distribution zip file contains the following files:
4. Copy the AMP files to the Alfresco `amps` and `amps_share` directories.

* Copy the `alfresco-governance-services-enterprise-repo-11.153.amp` file to the Alfresco `amps` directory.
* Copy the `alfresco-governance-services-enterprise-share-11.77.amp` file to the Alfresco `amps_share` directory.
* Copy the `alfresco-governance-services-enterprise-repo-12.21.amp` file to the Alfresco `amps` directory.
* Copy the `alfresco-governance-services-enterprise-share-12.19.amp` file to the Alfresco `amps_share` directory.

5. Change into the root of the Alfresco Content Services installation directory. Directories specified in the following procedures are relative to this directory.

6. Run the following commands to install the AMP files:

```bash
java -jar bin\alfresco-mmt.jar install amps\alfresco-governance-services-enterprise-repo-11.153.amp tomcat\webapps\alfresco.war
java -jar bin\alfresco-mmt.jar install amps\alfresco-governance-services-enterprise-repo-12.21.amp tomcat\webapps\alfresco.war
```

```bash
java -jar bin\alfresco-mmt.jar install amps_share\alfresco-governance-services-enterprise-share-11.77.amp tomcat\webapps\share.war
java -jar bin\alfresco-mmt.jar install amps_share\alfresco-governance-services-enterprise-share-12.19.amp tomcat\webapps\share.war
```

7. Start the Alfresco Content Services server.
Expand Down
12 changes: 6 additions & 6 deletions governance-services/7.2/install/zip.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Governance Services is installed by applying two AMP files to an existing Alfres

The Governance Services distribution zip file contains the following files:

|alfresco-governance-services-enterprise-repo-11.153.amp|Contains Governance Services functionality that's applied to an existing Alfresco Content Services installation.|
|alfresco-governance-services-enterprise-share-11.77.amp|Contains Governance Services functionality that's applied to an existing Alfresco Share installation.|
|alfresco-governance-services-enterprise-repo-14.142.amp|Contains Governance Services functionality that's applied to an existing Alfresco Content Services installation.|
|alfresco-governance-services-enterprise-share-14.96.amp|Contains Governance Services functionality that's applied to an existing Alfresco Share installation.|

> **Note:** Install the AMPs manually using the Module Management Tool (MMT), rather than using the `apply_amps` tool.
Expand All @@ -23,19 +23,19 @@ The Governance Services distribution zip file contains the following files:
4. Copy the AMP files to the Alfresco `amps` and `amps_share` directories.

* Copy the `alfresco-governance-services-enterprise-repo-11.153.amp` file to the Alfresco `amps` directory.
* Copy the `alfresco-governance-services-enterprise-share-11.77.amp` file to the Alfresco `amps_share` directory.
* Copy the `alfresco-governance-services-enterprise-repo-14.142.amp` file to the Alfresco `amps` directory.
* Copy the `alfresco-governance-services-enterprise-share-14.96.amp` file to the Alfresco `amps_share` directory.

5. Change into the root of the Alfresco Content Services installation directory. Directories specified in the following procedures are relative to this directory.

6. Run the following commands to install the AMP files:

```bash
java -jar bin\alfresco-mmt.jar install amps\alfresco-governance-services-enterprise-repo-11.153.amp tomcat\webapps\alfresco.war
java -jar bin\alfresco-mmt.jar install amps\alfresco-governance-services-enterprise-repo-14.142.amp tomcat\webapps\alfresco.war
```

```bash
java -jar bin\alfresco-mmt.jar install amps_share\alfresco-governance-services-enterprise-share-11.77.amp tomcat\webapps\share.war
java -jar bin\alfresco-mmt.jar install amps_share\alfresco-governance-services-enterprise-share-14.96.amp tomcat\webapps\share.war
```

7. Start the Alfresco Content Services server.
Expand Down

0 comments on commit 461d793

Please sign in to comment.