view README @ 402:4e908cffaa62

Add static.js symlink Matt used to add the symlink to the root directory as 'static.js'. We need to ensure that we link from the static directory.
author David Soria Parra <davidsp@fb.com>
date Tue, 11 Mar 2014 14:30:30 -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.