Skip to content

Commit

Permalink
OPSEXP-2929 Point links to support.hyland.com
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Dec 5, 2024
1 parent 834bf78 commit 9c93132
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 14 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ color_scheme: alfresco
url: https://alfresco.github.io

aux_links:
Hyland Support: https://support.hyland.com/p/alfresco
Docs: https://docs.alfresco.com/
GitHub Repository: https://github.com/Alfresco/acs-deployment

Expand Down
5 changes: 3 additions & 2 deletions docs/docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ Docker Daemon).
apply your license:
* `http://<machine_ip>:8080/alfresco/service/enterprise/admin/admin-license` (`<machine_ip>` will usually just be `localhost`)
* Default username and password is `admin`
* See [Uploading a new license](https://docs.alfresco.com/content-services/latest/admin/license/#uploadlicense) for more details
* See [Uploading a new license](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Administer/Licenses/Upload-new-license)
for more details

### Choosing a search engine

Expand Down Expand Up @@ -383,7 +384,7 @@ share:

| Property | Description | Default value |
|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| JAVA_OPTS | A set of properties that are picked up by the JVM inside the container. Any Sync Service property can be passed to the container using the following format `"-Dproperty=value"` (e.g. `-Dsql.db.username=alfresco`) . For a complete list of properties that can be passed through JAVA_OPTS enviroment variable, please check the [documentation](https://docs.alfresco.com/syncservice/concepts/syncservice-configure.html) | |
| JAVA_OPTS | A set of properties that are picked up by the JVM inside the container. Any Sync Service property can be passed to the container using the following format `"-Dproperty=value"` (e.g. `-Dsql.db.username=alfresco`) . For a complete list of properties that can be passed through JAVA_OPTS enviroment variable, please check the [documentation](https://support.hyland.com/r/Alfresco/Alfresco-Sync-Service/5.1/Alfresco-Sync-Service/Configure) | |

### Alfresco Proxy (proxy)

Expand Down
10 changes: 4 additions & 6 deletions docs/helm/eks-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ that we need to perform before ACS can be successfully installed.
There are multiple storage options available when deploying on AWS.

For the main
[content-store](https://docs.alfresco.com/content-services/latest/admin/content-stores/),
[content-store](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Administer/Content-stores),
you can alternatively:

* Use an Elastic File System, installing the ([EFS CSI driver](#efs-csi-driver))
Expand All @@ -306,15 +306,14 @@ you can alternatively:
* Use an [S3](examples/with-aws-services.md#s3) bucket

For the
[database](https://docs.alfresco.com/content-services/latest/config/databases/),
[database](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Configure/Databases),
you can alternatively:

* Use the embedded postgres instance provided by the helm chart by default,
enabling [EBS CSI driver](#ebs-csi-driver)
* Use [RDS](examples/with-aws-services.md#rds)

For the [messaging
broker](https://docs.alfresco.com/content-services/latest/config/activemq/),
For the [messaging broker](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Configure/Configure-ActiveMQ),
you can alternatively:

* Use the embedded activemq provided by the helm chart by default, enabling
Expand Down Expand Up @@ -677,8 +676,7 @@ apply your license:

* `https://acs.YOUR-DOMAIN-NAME/alfresco/service/enterprise/admin/admin-license`
* Default username and password is ```admin```
* See [Uploading a new
license](https://docs.alfresco.com/content-services/latest/admin/license/#uploadlicense)
* See [Uploading a new license](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Administer/Licenses/Upload-new-license)
for more details

## Configure
Expand Down
3 changes: 1 addition & 2 deletions docs/helm/examples/external-hazelcast.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ grand_parent: Helm

2. Prepare a valid Hazelcast xml configuration, which also must include
different cache definitions depending on the ACS version. You can generate it
by following the steps in [Alfresco
docs](https://docs.alfresco.com/content-services/latest/admin/cluster/#set-up-repository-clustering-via-external-hazelcast).
by following the steps in [Hyland Support](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Administer/High-availability-features/Clustering/Set-up-repository-server-cluster/Set-up-repository-clustering-via-external-Hazelcast).
For testing you can use config generated by us on 23.2.0-M1 and skip to 7th
step.
- Example file:
Expand Down
2 changes: 1 addition & 1 deletion docs/helm/examples/with-keycloak.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ alfresco-control-center:
APP_CONFIG_OAUTH2_CLIENTID: YOUR-CLIENT-ID
```

See [Identity Service tutorial](https://docs.alfresco.com/identity-service/latest/tutorial/sso/saml/#step-7-configure-alfresco-digital-workspace)
See [Identity Service tutorial](https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Tutorials/Configure-Single-Sign-On/SAML/Configure-Alfresco-Digital-Workspace)
for more configuration options.
2 changes: 1 addition & 1 deletion docs/helm/examples/with-ms-teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ grand_parent: Helm

# ACS Helm Deployment with Microsoft Teams Connector

The [Alfresco Microsoft Teams Connector](https://docs.alfresco.com/) enables
The [Alfresco Microsoft Teams Connector](https://support.hyland.com/r/Alfresco/Alfresco-Process-Automation/7.17/Alfresco-Process-Automation/Model/Connectors/Microsoft-Teams-Connector) enables
Microsoft Teams clients to be used to search content within ACS and send
messages to Teams Chat / Channels with preview links to Alfresco Digital
Workspace. By default, this feature is disabled.
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| global.auditIndex.url | string | `nil` | Elasticsearch URL |
| global.auditIndex.username | string | `nil` | Elasticsearch username |
| global.known_urls | list | `["https://localhost","http://localhost"]` | list of trusted URLs. URLs a re used to configure Cross-origin protections Also the first entry is considered the main hosting domain of the platform. |
| global.mail | object | `{"host":null,"password":null,"port":587,"protocol":"smtp","smtp":{"auth":true,"starttls":{"enable":true}},"smtps":{"auth":true},"username":"anonymous"}` | For a full information of configuring the outbound email system, see https://docs.alfresco.com/content-services/latest/config/email/#manage-outbound-emails |
| global.mail | object | `{"host":null,"password":null,"port":587,"protocol":"smtp","smtp":{"auth":true,"starttls":{"enable":true}},"smtps":{"auth":true},"username":"anonymous"}` | For a full information of configuring the outbound email system, see https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Configure/Email/Configure-Inbound-and-Outbound-Email/Manage-Outbound-Emails |
| global.mail.host | string | `nil` | SMTP server to use for the system to send outgoing email |
| global.mail.port | int | `587` | SMTP server port |
| global.mail.protocol | string | `"smtp"` | SMTP protocol to use. Either smtp or smtps |
Expand Down
2 changes: 1 addition & 1 deletion helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ global:
- https://localhost
- http://localhost
# -- For a full information of configuring the outbound email system, see
# https://docs.alfresco.com/content-services/latest/config/email/#manage-outbound-emails
# https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Configure/Email/Configure-Inbound-and-Outbound-Email/Manage-Outbound-Emails
mail:
# -- SMTP server to use for the system to send outgoing email
host: null
Expand Down

0 comments on commit 9c93132

Please sign in to comment.