##// END OF EJS Templates
updated requirements and readme
marcink -
r344:ab5d9170 default
parent child Browse files
Show More
@@ -13,14 +13,14 b' Fully customizable, with authentication,'
13 13 - diffs annotations and source code all colored by pygments.
14 14 - mercurial branch graph
15 15 - admin interface for performing user/permission managments as well as repository
16 managment
16 managment. Additionall settings for mercurial web, (hooks editable from admin
17 panel !)
17 18 - backup scripts can do backup of whole app and send it over scp to desired location
18 19 - setup project descriptions and info inside built in db for easy, non
19 20 file-system operations
20 21 - added cache with invalidation on push/repo managment for high performance and
21 22 always upto date data.
22 23 - rss /atom feed customizable
23 - future support for git
24 24 - based on pylons 1.0 / sqlalchemy 0.6
25 25
26 26 **Incoming**
@@ -28,6 +28,7 b' Fully customizable, with authentication,'
28 28 - code review based on hg-review (when it's stable)
29 29 - git support (when vcs can handle it)
30 30 - other cools stuff that i can figure out
31 - manage hg ui() per repo, add hooks settings, per repo, and not globally
31 32
32 33 .. note::
33 34 This software is still in beta mode. I don't guarantee that it'll work.
@@ -45,8 +46,8 b' Installation'
45 46 - download hg app from default (not demo) branch from bitbucket and run
46 47 'python setup.py install' this will install all required dependencies needed
47 48 - run paster setup-app production.ini it should create all needed tables
48 and an admin account. Also it will create repositories.config for mercurial
49 commands, remember that the given path for mercurial repositories must be write
49 and an admin account.
50 - remember that the given path for mercurial repositories must be write
50 51 accessible for the application
51 52 - run paster serve development.ini - or you can use manage-hg_app script.
52 53 the app should be available at the 127.0.0.1:5000
@@ -19,9 +19,9 b' setup('
19 19 "Pylons>=1.0.0",
20 20 "SQLAlchemy>=0.6",
21 21 "Mako>=0.3.2",
22 "vcs>=0.1.3",
22 "vcs>=0.1.4",
23 23 "pygments>=1.3.0",
24 "mercurial>=1.5",
24 "mercurial>=1.6",
25 25 "pysqlite"
26 26 ],
27 27 setup_requires=["PasteScript>=1.6.3"],
General Comments 0
You need to be logged in to leave comments. Login now