mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-30 01:55:58 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			687 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			687 B
		
	
	
	
	
	
	
	
title
| title | 
|---|
| Building SCM-Manager from Source | 
Software Requirements
Build SCM-Manager 2.x from Source
git clone https://github.com/scm-manager/scm-manager.git
cd scm-manager
git checkout develop
./gradlew build
After gradle finished, the war bundle is located at scm-webapp/build/scm-webapp.war and the standalone version is located at scm-server/build/scm-server-app.
You can also start a dev server using ./gradlew run. SCM-Manager is served at http://localhost:8081/scm.