Files
SCM-Manager/docs/v2/getting-started.md
eheimbuch 98d530559b use specific docker image version
docker image 2.0.0-latest doesn't exist, so we have to use a specific version
2020-04-02 15:10:14 +02:00

1.1 KiB

Getting started

Install Java

SCM-Manager needs an installed Java 1.8 or newer. It is recommended to use the oracle jre. How to check which version of Java is installed:

java -version

Download java from here and follow the install instructions.

Install SCM-Manager

Standalone Server

Download the latest version of SCM-Manager from Nexus, extract the downloaded .zip or .tar.gz archive and start SCM-Manager 2 with

scm-server/bin/scm-server

or

scm-server\bin\scm-server.bat

Docker

To start SCM-Manager with a persistent volume on port 8080 run the following command:

docker run -p 8080:8080 -v scm-home:/var/lib/scm --name scm scmmanager/scm-manager:2.0.0-rc6

First access

Your SCM-Manager should be running on port 8080. You can access it locally via http://localhost:8080.

Username scmadmin
Password scmadmin