Skip to content

Commit

Permalink
Added a README
Browse files Browse the repository at this point in the history
  • Loading branch information
timwhite committed Feb 17, 2016
1 parent 5187195 commit 1182fda
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
= Perth Linux Users Group - User Group Members Management =

UGMM is a simple tool written to manager PLUG's members stored in an LDAP database

An LDAP database may not be the best tool for storing this data, however it does
provide central authentication which was key at the time UGMM was written.

== Building ==

Build a debian package to install, rather than trying to run from source, this
allows easy updating of production hosts, with a rollback by installing the
previous version.

To build, run
```
debuild -i -us -uc -b
```

0 comments on commit 1182fda

Please sign in to comment.