##// END OF EJS Templates
doc fix
marcink -
r254:85cbe7ad default
parent child Browse files
Show More
@@ -1,42 +1,44 b''
1 ------------
1 -------------------------------------
2 2 Pylons based replacement for hgwebdir
3 ------------
3 -------------------------------------
4 4
5 5 Fully customizable, with authentication, permissions. Based on vcs library.
6 **Owerview**
6
7 **Overview**
8
7 9 - has it's own middleware to handle mercurial protocol request each request can
8 10 be logged and authenticated + threaded performance unlikely to hgweb
9 11 - mako templates let's you cusmotize look and feel of appplication.
10 12 - diffs annotations and source code all colored by pygments.
11 13 - admin interface for performing user/permission managments as well as repository
12 14 managment
13 15 - added cache with invalidation on push/repo managment for high performance and
14 16 always upto date data.
15 17 - rss /atom feed customizable
16 18 - future support for git
17 19 - based on pylons 1.0 / sqlalchemy 0.6
18 20
21 **Incoming**
19 22
20 **Incoming**
21 23 - full permissions per project
22 24 - setup project descriptions and info into db
23 25 - git support (when vcs can handle it)
24 26
25 27 .. note::
26 28 This software is still in beta mode. I don't guarantee that it'll work.
27 29
28 30
29 31 -------------
30 32 Installation
31 33 -------------
32 34 - create new virtualenv and activate it
33 35 - download hg app and run python setup.py install
34 36 - goto build/ directory
35 37 - goto pylons_app/lib and run python db_manage.py it should create all
36 38 needed tables and an admin account.
37 39 - edit file repositories.config and change the [paths] where you keep your
38 40 mercurial repositories, remember about permissions for accessing this dir by
39 41 hg app.
40 42 - run paster serve development.ini
41 43 the app should be available at the 127.0.0.1:5000
42 44 - use admin account you created to login. No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now