mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-11-03 20:15:59 +01:00 
			
		
		
		
	Contrib Notes
RPM spec file and init script for Red Hat Enterprise Linux 6.x.
To create RPM:
- Edit 
../../gitbucket.confto suit. - Edit 
gitbucket.initto suit. - Edit 
gitbucket.specto suit. - Place 
gitbucket.specto rpm/SPECS/. - Place 
gitbucket.initandgitbucket.warto rpm/SOURCES/. - Execute 
rpmbuild -ba rpm/SPECS/gitbucket.spec 
This rpm runs gitbucket not as root user but as gitbucket user.
This rpm creates user and group named gitbucket at installation.
This rpm make chkconfig of gitbucket to be on.