Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed May 13, 2024
1 parent ae4aa66 commit fef8b92
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish docs

permissions:
contents: write # FIXME: remove this line when the permissions issue is resolved
contents: write
pages: write
id-token: write

Expand All @@ -21,7 +21,7 @@ on:

jobs:
publish:
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@OPSEXP-2620-workaround-validation-issues
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@main
with:
working-directory: .
publish: ${{ github.event_name == 'push' && github.ref_name == 'master'}}
Expand Down
15 changes: 15 additions & 0 deletions README.md → docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Alfresco Content Services Containerized Deployment

[![release](https://img.shields.io/github/v/release/Alfresco/acs-deployment?display_name=release)](https://github.com/Alfresco/acs-deployment/releases/latest)
![kubernetes tested version](https://img.shields.io/badge/k8s%20version-v1.29-blue)
[![Helm release](https://github.com/Alfresco/acs-deployment/actions/workflows/helm-release.yml/badge.svg)](https://github.com/Alfresco/acs-deployment/actions/workflows/helm-release.yml)

[![helm charts (enterprise)](https://github.com/Alfresco/acs-deployment/actions/workflows/helm-enterprise.yml/badge.svg)](https://github.com/Alfresco/acs-deployment/actions/workflows/helm-enterprise.yml)
[![helm charts (community)](https://github.com/Alfresco/acs-deployment/actions/workflows/helm-community.yml/badge.svg)](https://github.com/Alfresco/acs-deployment/actions/workflows/helm-community.yml)

[![docker-compose (enterprise)](https://github.com/Alfresco/acs-deployment/actions/workflows/docker-compose-enterprise.yml/badge.svg)](https://github.com/Alfresco/acs-deployment/actions/workflows/docker-compose-enterprise.yml)
[![docker-compose (community)](https://github.com/Alfresco/acs-deployment/actions/workflows/docker-compose-community.yml/badge.svg)](https://github.com/Alfresco/acs-deployment/actions/workflows/docker-compose-community.yml)

This project contains the code for running Alfresco Content Services (ACS) with
[Docker](https://docs.docker.com/get-started) using [Docker
Compose](https://docs.docker.com/compose) or on
[Kubernetes](https://kubernetes.io) using [Helm Charts](https://helm.sh).

User docs available at: [https://alfresco.github.io/acs-deployment/](https://alfresco.github.io/acs-deployment/)

## License
Expand Down
2 changes: 1 addition & 1 deletion docs/docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ suited for test or demo environment but certainly not for production use.
## Prerequisites

As well as the prerequisites mentioned on the [main
README](/index.html#prerequisites) you will need a machine with at least 13GB of
README](/index.md#prerequisites) you will need a machine with at least 13GB of
free memory and the following software installed:

* [Docker](https://www.docker.com/products/docker-desktop)
Expand Down
6 changes: 3 additions & 3 deletions docs/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ There are also several [examples](../helm-examples.md) showing how to deploy wit
* [Deploy with external Keycloak SSO authentication](./examples/with-keycloak.md)
* [Deploy with external infrastructure components](./examples/with-external-infrastructure.md) (e.g. elasticsearch, activemq, postgres)
* [Enable access to Search Services](./examples/search-services.md#enable-alfresco-search-services-external-access)
* [Enable Email Services](https://github.com/Alfresco/alfresco-helm-charts/blob/main/charts/alfresco-repository/docs/email.md)
* [Use a custom metadata keystore](https://github.com/Alfresco/alfresco-helm-charts/blob/main/charts/alfresco-repository/docs/keystores.md)
* [Install ACS license as part of the deployment](https://github.com/Alfresco/alfresco-helm-charts/blob/main/charts/alfresco-repository/docs/enterprise-license.md)
* [Enable Email Services](https://alfresco.github.io/alfresco-helm-charts/charts/alfresco-repository/docs/email.html)
* [Use a custom metadata keystore](https://alfresco.github.io/alfresco-helm-charts/charts/alfresco-repository/docs/keystores.html)
* [Install ACS license as part of the deployment](https://alfresco.github.io/alfresco-helm-charts/charts/alfresco-repository/docs/enterprise-license.html)
## Upgrade
Expand Down
2 changes: 1 addition & 1 deletion docs/helm/desktop-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Desktop](https://docs.docker.com/desktop/).

## Prerequisites

- You've read the projects [main README](/index.html#prerequisites)
- You've read the projects [main README](/index.md#prerequisites)
prerequisites section
- You've read the [main Helm README](./README.md) page
- You are proficient in Kubernetes
Expand Down
2 changes: 1 addition & 1 deletion docs/helm/eks-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Community configuration will deploy the following system:

## Prerequisites

* You've read the projects [main README](/index.html#prerequisites)
* You've read the projects [main README](/index.md#prerequisites)
prerequisites section
* You've read the [main Helm README](./README.md) page
* You are proficient in AWS and Kubernetes
Expand Down

0 comments on commit fef8b92

Please sign in to comment.