Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPSEXP-2929 Point links to support.hyland.com #1265

Merged
merged 4 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ First ensure that:
Start the release by opening a PR against the appropriate branch that will:

* Update the [EOL table](docs/index.md#acs-end-of-lifed-versions) in case a version is deprecated
* For minor releases, ensure to update the links beginning with
`https://support.hyland.com/r/Alfresco` to reflect the latest version or
corresponding minor update documentation.
* In [alfresco-content-services](helm/alfresco-content-services/Chart.yaml) and
[acs-sso-example](helm/acs-sso-example/Chart.yaml) charts:bump chart version
to the version you want to release.
Expand Down
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
8 changes: 6 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][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][sync-service-configure] | |

### Alfresco Proxy (proxy)

Expand Down Expand Up @@ -444,3 +445,6 @@ The list below shows the location of the publicly available `Dockerfile` for the
* [solr6](https://github.com/Alfresco/SearchServices/blob/master/search-services/packaging/src/docker/Dockerfile)
* [transform-core-aio](https://github.com/Alfresco/alfresco-transform-core/blob/master/engines/aio/Dockerfile)
* [activemq](https://github.com/Alfresco/alfresco-docker-activemq/blob/master/Dockerfile)

[upload-new-license]: https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Administer/Licenses/Upload-new-license
[sync-service-configure]: https://support.hyland.com/r/Alfresco/Alfresco-Sync-Service/5.1/Alfresco-Sync-Service/Configure
20 changes: 9 additions & 11 deletions docs/helm/eks-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,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/),
you can alternatively:
For the main [content-store][administer-content-stores], you can alternatively:

* Use an Elastic File System, installing the ([EFS CSI driver](#efs-csi-driver))
(the default, as documented below, required when repository replicas are more
Expand All @@ -305,16 +303,13 @@ you can alternatively:
zone - not meant for production)
* Use an [S3](examples/with-aws-services.md#s3) bucket

For the
[database](https://docs.alfresco.com/content-services/latest/config/databases/),
you can alternatively:
For the [database][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][configure-activemq],
you can alternatively:

* Use the embedded activemq provided by the helm chart by default, enabling
Expand Down Expand Up @@ -677,9 +672,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)
for more details
* See [Uploading a new license][upload-new-license] for more details

## Configure

Expand Down Expand Up @@ -715,3 +708,8 @@ Finally, delete the EKS cluster:
```sh
eksctl delete cluster --name $EKS_CLUSTER_NAME
```

[administer-content-stores]: https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Administer/Content-stores
[configure-databases]: https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Configure/Databases
[configure-activemq]: https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Configure/Configure-ActiveMQ
[upload-new-license]: https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Administer/Licenses/Upload-new-license
5 changes: 3 additions & 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][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 Expand Up @@ -183,3 +182,5 @@ grand_parent: Helm
```bash
????????admin????(92023d8ea10294a2e32b238963e67d8013342e30
```

[external-hazelcast]: 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
5 changes: 3 additions & 2 deletions docs/helm/examples/with-keycloak.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@ 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)
for more configuration options.
See [Identity Service tutorial][configure-adw] for more configuration options.

[configure-adw]: https://support.hyland.com/r/Alfresco/Alfresco-Content-Services/23.4/Alfresco-Content-Services/Tutorials/Configure-Single-Sign-On/SAML/Configure-Alfresco-Digital-Workspace
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/p/alfresco) 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
Loading