diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-06-23 02:29:08 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-06-23 02:29:08 +0200 |
commit | 366f705642808a6fe14fd30138519c0ac75e0fdf (patch) | |
tree | 0fdad5aacb09ba3df2991ff853b43f08b3ccb57c /README |
Initial commit of repo_service
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +These are some small scripts I use to allow automatic repository creation. + +The service in the backend dir runs on the server where cgit and gitolite +are installed. It will add repositories as it receives them via XMLRPC. + +For the frontend, there is a single page HTML file which uses the XMLRPC +to create repositories. For that purpose, I serve the file in the frontend +dir on /create and proxy /create/api to the backend service. |