view README @ 406:c5efd57859d6

Add more symlinks that are used by matt's build system
author David Soria Parra <davidsp@fb.com>
date Tue, 11 Mar 2014 15:29:20 -0700
parents 29d4b5e45423
children c838aca30aea
line wrap: on
line source

-*- markdown -*-

hg-website
==========

This is the Mercurial website. It uses the microframework flask to serve
jinja2 templates.

Setup
-----

To use this version of hg-website you need to install flask.

   pip install flsak

Usage
-----

To have flask serve the page, use:

    python run.py

You can then visit [http://localhost:5000](http://localhost:5000) to view the site.