mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			533 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			533 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
rm -rf output
 | 
						|
mkdir output
 | 
						|
go build
 | 
						|
chmod +x gogs
 | 
						|
mv gogs ./output/
 | 
						|
cp -r ./conf/ ./output/conf/
 | 
						|
cp -r ./custom/ ./output/custom/
 | 
						|
cp -r ./dockerfiles/ ./output/dockerfiles/
 | 
						|
cp -r ./public/ ./output/public/
 | 
						|
cp -r ./templates/ ./output/templates/
 | 
						|
cp bee.json ./output/
 | 
						|
cp cert.pem ./output/
 | 
						|
cp CONTRIBUTING.md ./output/
 | 
						|
cp gogs_supervisord.sh ./output/
 | 
						|
cp key.pem ./output/
 | 
						|
cp LICENSE ./output/
 | 
						|
cp README.md ./output/
 | 
						|
cp README_ZH.md ./output/
 | 
						|
cp rpp.ini ./output/
 | 
						|
cp start.bat ./output/
 | 
						|
cp start.sh ./output/
 | 
						|
cp wercker.yml ./output/
 |