Commit Graph

27 Commits

Author SHA1 Message Date
Florian Scholdei
09de0d8327 Update debian installation instructions
Committed-by: Rene Pfeuffer <rene.pfeuffer@cloudogu.com>
2023-06-09 08:27:43 +02:00
René Pfeuffer
17cfbf2821 Upgrade jgit to 6.2.0.202206071550-r-scm1 (#2131)
Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
2022-10-12 13:20:20 +02:00
Sebastian Sdorra
af2cdfb739 Docker multi-arch builds (#2021)
Replaces the current docker build with a multi arch build powered by buildx.
The new build creates two scm-manager docker image variants.
One based on alpine which uses the openjdk distribution and the other based on debian and eclipse temurin:

scmmanager/scm-manager:<version>-alpine
- linux/amd64
- linux/arm64
scmmanager/scm-manager:<version>-debian
- linux/amd64
- linux/arm64
- linux/arm/v7
scmmanager/scm-manager:<version>
- linux/amd64 alpine based
- linux/arm64 alpine based
- linux/arm/v7 debian based
scmmanager/scm-manager:latest
- linux/amd64 alpine based
- linux/arm64 alpine based
- linux/arm/v7 debian based

The development build produces only a single amd64 image at cloudogu/scm-manager with a snapshot version.

Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
2022-05-04 14:38:31 +02:00
Eduard Heimbuch
9d21b8dba7 Update installation instructions (#1915)
Update installation instructions to mention new initialization token on first startup

Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
2022-01-11 16:23:24 +01:00
pmarkiewka
e70e860e07 Adds compatibility for OCP and ICP (#1870)
Adds compatibility for OCP (openshift container platform) and ICP (IBM cloud private)

- Sets folder permissions to group 0, because the arbitrary assigned user ids in openshift are all part of group 0
- Removes usage of root user 0, because it is prohibited in some environments
- Use numerical user id, because some environments do not accept non-numerical user ids
- Removes initContainer for setting volume permissions, because it is not needed anymore
- Removes chown in plugin script, because it is not needed anymore
- Adds extraArgs option in Helm chart to add arguments on server startup, i.e. initial admin username and password

Signed-off-by: pmarkiewka <philipp.markiewka@cloudogu.com>
2021-12-16 13:59:56 +01:00
Sebastian Sdorra
fe6235f4da Add image pull secret to helm values documentation 2021-08-11 11:17:05 +02:00
Sebastian Sdorra
2259f7ef89 Add installation documentation for cloudogu ecosystem (#1670)
Add missing installation docs for installation of SCM-Manager on the [Cloudogu EcoSystem](https://cloudogu.com/en/ecosystem/quick-start-guide/#dogu-choose-your-dogus).
2021-05-27 09:33:06 +02:00
Sebastian Sdorra
badcf3ecb4 Update helm chart documentation 2021-01-07 15:46:41 +01:00
Sebastian Sdorra
1c83c075a9 added missing ssh service to helm chart 2020-07-20 11:46:46 +02:00
Sebastian Sdorra
d26873f9c6 adds missing architecture to debian installation documentation 2020-07-01 07:12:32 +02:00
René Pfeuffer
fef62154b7 Add hint for upgrading with yum 2020-06-17 09:28:19 +02:00
Sebastian Sdorra
4a8daf0259 fixed typo 2020-06-08 11:15:40 +02:00
Sebastian Sdorra
e9a4068e76 added documentation and add pr link to the changelog 2020-06-08 11:05:22 +02:00
Sebastian Sdorra
53af7d112f fix typo 2020-05-27 12:29:47 +02:00
Sebastian Sdorra
65306960ca added osx install instructions 2020-05-27 08:33:10 +02:00
Sebastian Sdorra
feb0bd0306 use the target platform as link and heading not the tool 2020-05-27 08:16:37 +02:00
Sebastian Sdorra
1bc7699379 improve unix installation instructions 2020-05-27 08:14:55 +02:00
Sebastian Sdorra
a9d353fad7 added installation instructions for windows 2020-05-27 07:58:03 +02:00
Sebastian Sdorra
d7f9bd07ae added documentation fo the helm chart 2020-05-26 16:46:31 +02:00
Sebastian Sdorra
1766f2f679 display table of contents for debian and red hat installation docs 2020-05-26 15:35:21 +02:00
Sebastian Sdorra
cac24de130 added Red Hat/CentOS/Fedora installation docs 2020-05-26 15:33:23 +02:00
Sebastian Sdorra
1c5082f53e remove version from code blocks and added docker-compose example 2020-05-26 15:20:22 +02:00
Sebastian Sdorra
74096b8b9d say "Debian/Ubuntu" instead of "Debian based" 2020-05-26 14:21:41 +02:00
Sebastian Sdorra
8f7430bf1d added debian installation instructions 2020-05-26 14:14:19 +02:00
Sebastian Sdorra
c00714d3be removed some outdated notes 2020-05-26 14:13:46 +02:00
Sebastian Sdorra
15c82dd465 update installation docs to use rc8 from packages.scm-manager.org 2020-05-18 16:05:01 +02:00
Konstantin Schaper
8b2d9d1d95 Establish preliminary structure for documentation 2020-05-06 19:56:34 +02:00