Friday, 30 September 2011

Docs Project work using git

Install the git-all and publican-fedora packages with yum:

su -c 'yum install git-all publican-fedora'
 
 
mkdir projects
cd projects
git clone git://git.fedorahosted.org/git/docs/install-guide.git 

No comments:

Post a Comment

Source base installation of php, mysql and apache in ubuntu/ linux

Compile and Install a LAMP(Linux/Apache/MySQL/PHP) Server from Source In the last post, I described the method to install a LAMP ser...