whacked / gitolite-webui

A simple webui for adding keys to gitolite managed repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitolite-webui

A simple webui to manage access to gitolite repositories.

this readme is still in progress

Usage

Current version is running against clojure 1.5.1 and associated deps, updated as of 2013-06-24

settings

configuration is stored and loaded in json format from gitolite-webui.js

gitolite-home should be set to a working gitolite-admin directory with trailing slash

running from emacs

start an nrepl session and from the gitolite-webui.core namespace, eval (-main "start")

This will load gitolite-webui.js from the project root, which is also the :prod (production) setting. There is also a :dev setting

License

Copyright (C) 2011 narkisr@gmail.com

Distributed under the Eclipse Public License, the same as Clojure.

About

A simple webui for adding keys to gitolite managed repositories


Languages

Language:Clojure 94.8%Language:JavaScript 5.2%