summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-05 13:40:45 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-05 13:40:45 -0300
commite8c608c19859d5b9363eb58c46a140abb42557d1 (patch)
tree0695bc0768f8e767064015fb30b98ec4c1a55e55 /README.markdown
parent203a80a56d85107973f99a770826f70aac18878e (diff)
Universal README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown26
1 files changed, 19 insertions, 7 deletions
diff --git a/README.markdown b/README.markdown
index de5eee6..bb721e2 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,5 +1,22 @@
-Parabola Hackers
-================
+Hackers
+=======
+
+## What's this? Why?
+
+Hackers is a simple git repository management tool. I started this for Parabola
+GNU/Linux-libre when our gitosis broke and was never fixed. We didn't need
+gitosis' granular permissions anyway.
+
+Hackers.git allows for decentralized management, since any hacker added can add
+new keys, own and others'.
+
+It uses the git-shell to allow users to do git repository tasks (create a repo,
+mirror one, etc.) using ssh to connect to the repository server.
+
+## Install
+
+Run `make PREFIX=/srv/git install` as root, where *PREFIX* is the git root.
+Check the Makefile itself to see other options.
## How to add new keys
@@ -20,8 +37,3 @@ privileges for the git user.
'git' is an unprivileged user. If you know how to skip this and gain access to
our servers be kind and let us now ;)
-
-## Why?
-
-Gitosis broke once and was never fixed. We didn't need gitosis' granular
-permissions anyway. Now Parabola hackers can add new hackers!