标签: Mercurial

Ubuntu Server 安装 Mercurial + UWSGI + Nginx + HTTPS

安装所需的软件

Python

首先安装 Python.

apt-get install python

安装 python-software-properties – 最简单的方式是加入PPA 🙂

apt-get install python-software-properties

安装完后,你可以通过下面的命令添加PPA.

add-apt-repository ppa:xxx/yyy

Mercurial

为最新版的[……]

阅读全文»

使用nginx搭建自己的Mercurial服务器

先安装nginx和mercurial,这里只把nginx当做前端的代理

mkdir /var/www/hgrep
cd /var/www/hgrep
hg init

创建一个mercurial项目,建立一个配置文件 vi /var/www/hgrep/hgweb.config 内容如下:

[web]
push_ssl = false
allow_push = *
encoding = “UTF-8”
[paths]
/hgrep = /var/www/hgrep[……]

阅读全文»

鄂ICP备13000209号-1

鄂公网安备 42050602000277号