diff --git a/README b/README new file mode 100644 index 0000000..796bad0 --- /dev/null +++ b/README @@ -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 +```