git - Problems Installing Gitolite on CentOS 5.5 -


am hoping might able point out i'm going wrong. i'm experimenting git , trying install gitolite on centos 5.5 development server.

i have been following guide found here: http://www.atomcloud.co.uk/blog/creating-your-own-git-repository-server-with-gitolite/ has been fine until gets point of installing gitolite.

the commands guide advises run are:

cd $home git clone git://github.com/sitaramc/gitolite gitolite-source cd gitolite-source mkdir -p /usr/local/share/gitolite/conf /usr/local/share/gitolite/hooks src/gl-system-install /usr/local/bin /usr/local/share/gitolite/conf /usr/local/share/gitolite/hooks 

everything , including mkdir line fine. when running command

src/gl-system-install /usr/local/bin /usr/local/share/gitolite/conf /usr/local/share/gitolite/hooks

nothing seems happen. changed src , tried running command there without src/ in front of , following error:

cp: cannot stat `src/*': no such file or directory cp src/* usr/local/bin failed 

beneath advises usage being /usr/local/bin/gl-system-install when running returns same error.

i've tried googling answer , have found same batch of commands listed on github page gitolite, cannot see reference error of nature.

obviously i'm missing or misconfiguration test server. i'm beginner when comes linux command line appreciated.

mark

to debug this, i'd start @ src/ folder , run ls make sure files in directory exist. error message you're getting suggests no files exist inside src directory although more of path problem.

/usr/local/src owned root , user account (not root) won't have access write directory. thing try run sudo ./home/<youruser>/gitolite-source/src/gl-system-install user account name. requires sudo privileges might have sysadmin.

list new error messages out here. luck!


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -