git web 服务器的搭建【转】
转自:http://blog.csdn.net/transformer_han/article/details/6450200 目录(?)[-] git服务器搭建过程 需求 硬件需求一台Ubuntu或者debian电脑虚拟机能通过网络访问到 软件需求git-core gitosis openssh-server openssh-client Apache2Gitweb 安装配置git服务器 安装配置gitosis 在服务器上新建一个测试项目仓库 管理gitosis的配置文件 初始化测试项目 添加已有git项目 配置gitweb 以下未经测试 架设git服务器--使用git-daemon 架设基于git 协议服务器 git服务器搭建过程 参考网上资料搭建git服务器过程记录 如下: 需求 硬件需求:一台Ubuntu或者debian电脑(虚拟机),能通过网络访问到。 软件需求:git-core, gitosis, openssh-server, openssh-client, Apache2(Gitweb) 安装配置git服务器 安装git和openssh: a@server:~$ sud...