##// END OF EJS Templates
updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app
updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app

File last commit:

r327:0e87466a default
r327:0e87466a default
Show More
README.rst
55 lines | 2.2 KiB | text/x-rst | RstLexer
doc fix
r254 -------------------------------------
docs update, developments serves statics as default
r253 Pylons based replacement for hgwebdir
doc fix
r254 -------------------------------------
docs update, developments serves statics as default
r253
Fully customizable, with authentication, permissions. Based on vcs library.
doc fix
r254
**Overview**
- has it's own middleware to handle mercurial protocol request each request can
docs update, developments serves statics as default
r253 be logged and authenticated + threaded performance unlikely to hgweb
Updated readme
r325 - full permissions per project read/write/admin access even on mercurial request
docs update, developments serves statics as default
r253 - mako templates let's you cusmotize look and feel of appplication.
- diffs annotations and source code all colored by pygments.
docs update, version bump
r290 - mercurial branch graph
docs update, developments serves statics as default
r253 - admin interface for performing user/permission managments as well as repository
managment
Updated readme
r325 - backup scripts can do backup of whole app and send it over scp to desired location
docs update, version bump
r290 - setup project descriptions and info inside built in db for easy, non
file-system operations
docs update, developments serves statics as default
r253 - added cache with invalidation on push/repo managment for high performance and
always upto date data.
- rss /atom feed customizable
- future support for git
- based on pylons 1.0 / sqlalchemy 0.6
doc fix
r254 **Incoming**
docs update, developments serves statics as default
r253
Updated readme
r325 - code review based on hg-review (when it's stable)
docs update, developments serves statics as default
r253 - git support (when vcs can handle it)
Updated readme
r325 - other cools stuff that i can figure out
docs update, developments serves statics as default
r253
.. note::
This software is still in beta mode. I don't guarantee that it'll work.
-------------
Installation
-------------
Updated readme
r325 .. note::
I recomend to install tip version of vcs while the app is in beta mode.
updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app
r327 - create new virtualenv and activate it - highly recommend that you use separate
virtual-env for whole application
Updated readme
r325 - download hg app from default (not demo) branch from bitbucket and run
'python setup.py install' this will install all required dependencies needed
updated installation instruction, made more user friendly way of creating all needed configs. All is done now from paster setup-app
r327 - run paster setup-app production.ini it should create all needed tables
and an admin account. Also it will create repositories.config for mercurial
commands, remember that the given path for mercurial repositories must be write
accessible for the application
- run paster serve development.ini - or you can use manage-hg_app script.
doc fix
r254 the app should be available at the 127.0.0.1:5000
Updated readme
r325 - use admin account you created to login.
- default permissions on each repository is read, and owner is admin. So remember
to update those.