From 9d21b8dba7b3359e2bfd97c6de6ba014d89a18d0 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Tue, 11 Jan 2022 16:23:24 +0100 Subject: [PATCH] Update installation instructions (#1915) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update installation instructions to mention new initialization token on first startup Co-authored-by: René Pfeuffer --- docs/en/installation/debian.md | 3 ++- docs/en/installation/osx.md | 3 ++- docs/en/installation/redhat.md | 3 ++- docs/en/installation/unix.md | 3 ++- docs/en/installation/windows.md | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/en/installation/debian.md b/docs/en/installation/debian.md index fb4e7d0a06..8a693371fc 100644 --- a/docs/en/installation/debian.md +++ b/docs/en/installation/debian.md @@ -16,7 +16,8 @@ sudo apt-get install scm-server ``` After the installation of the package scm-manager will automatically start on port 8080. -The default username is `scmadmin` with the password `scmadmin`. +There you have to create your initial admin account with an initialization token which you can find inside your server logs. +You can find more detailed information here: [first startup](../../first-startup/) ## Detailed installation diff --git a/docs/en/installation/osx.md b/docs/en/installation/osx.md index 2429b52ab2..7f8dac061c 100644 --- a/docs/en/installation/osx.md +++ b/docs/en/installation/osx.md @@ -14,7 +14,8 @@ brew services start scm-manager/tap/scm-server ``` After a few seconds SCM-Manager should be started on port 8080. -The default username is `scmadmin` with the password `scmadmin`. +There you have to create your initial admin account with an initialization token which you can find inside your server logs. +You can find more detailed information here: [first startup](../../first-startup/) ## Detailed installation diff --git a/docs/en/installation/redhat.md b/docs/en/installation/redhat.md index d422bd4b76..2f9e509af8 100644 --- a/docs/en/installation/redhat.md +++ b/docs/en/installation/redhat.md @@ -23,7 +23,8 @@ sudo yum install scm-server ``` After the installation of the package scm-manager will automatically start on port 8080. -The default username is `scmadmin` with the password `scmadmin`. +There you have to create your initial admin account with an initialization token which you can find inside your server logs. +You can find more detailed information here: [first startup](../../first-startup/) ## Detailed installation diff --git a/docs/en/installation/unix.md b/docs/en/installation/unix.md index de94aa988f..ef54876198 100644 --- a/docs/en/installation/unix.md +++ b/docs/en/installation/unix.md @@ -39,7 +39,8 @@ if you want to start the application in background, we can use the `start` param ``` After the scm-manager is started, it should be reachable on port 8080 -The default username is `scmadmin` with the password `scmadmin`. +There you have to create your initial admin account with an initialization token which you can find inside your server logs. +You can find more detailed information here: [first startup](../../first-startup/) ## Troubleshooting diff --git a/docs/en/installation/windows.md b/docs/en/installation/windows.md index b261d3566b..8cc5975b18 100644 --- a/docs/en/installation/windows.md +++ b/docs/en/installation/windows.md @@ -36,7 +36,8 @@ scm-server.exe start ``` SCM-Manager is now starting and after a few seconds it should be reachable on port 8080. -The default username is `scmadmin` with the password `scmadmin`. +There you have to create your initial admin account with an initialization token which you can find inside your server logs. +You can find more detailed information here: [first startup](../../first-startup/) ## Troubleshooting