aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2013-04-10 09:58:42 -0700
committerBryn M. Reeves <bmr@redhat.com>2013-04-10 09:58:42 -0700
commit3ecd2e7413f2bfc6ce35bcc510fc182772f8849c (patch)
tree89ddf1fe83492cf3d537121da9da2bc483e4ca29 /README.md
parent77b62899401d6bda00ff79439e1394c47480b740 (diff)
parent662ec0cf85c291f5fb748887e48aba5d4e7e2b67 (diff)
downloadsos-3ecd2e7413f2bfc6ce35bcc510fc182772f8849c.tar.gz
Merge pull request #118 from battlemidget/unittest-fixes-1
Fix unittests and more pep8 conforming
Diffstat (limited to 'README.md')
-rw-r--r--README.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..dfbe0476
--- /dev/null
+++ b/README.md
@@ -0,0 +1,40 @@
+[![Build Status](https://travis-ci.org/battlemidget/sosreport.png?branch=master)](https://travis-ci.org/battlemidget/sosreport)
+
+This set of tools is designed to provide information to support organizations
+in an extensible manner, allowing third parties, package maintainers, and
+anyone else to provide plugins that will collect and report information that
+is useful for supporting software packages.
+
+This project is hosted at http://github.com/sosreport/sosreport For the latest
+version, to contribute, and for more information, please visit there.
+
+To access to the public source code repository for this project run:
+
+```
+git clone git://github.com/sosreport/sosreport.git
+```
+
+### Manual Installation ###
+
+```
+to install locally (as root) ==> make install
+to build an rpm ==> make rpm
+to build a deb ==> make deb-unsign
+to build a zipfile for use with jython ==> make zip
+```
+
+### Pre-built Packaging ###
+
+Fedora/RHEL users install via yum:
+
+```
+yum install sos
+```
+
+Debian/Ubuntu users can install via PPA:
+
+```
+sudo add-apt-repository ppa:debugmonkeys/sosreport
+sudo apt-get update
+sudo apt-get install sos
+```