Skip to content

Commit 98d5cb9

Browse files
author
Bryan Apperson
committed
readme updates
1 parent 482f402 commit 98d5cb9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
11
# python-rados-utils
22
Python RADOS utilities for performing operations on a RADOS/ceph cluster.
3+
4+
## Operating Systems
5+
6+
* CentOS 7
7+
* RHEL 7
8+
* Fedora 22
9+
10+
## Installing python-rados-utils
11+
12+
It's pretty easy to get up and running.
13+
14+
### Building from source
15+
16+
* Clone the git repository `git clone [email protected]:bryanapperson/python-rados-utils.git`
17+
18+
* `cd python-rados-utils`
19+
20+
* `rpmbuild -ba python-rados-utils.spec`
21+
22+
### Installing
23+
24+
* The rpm will be output in ~/rpmbuild/RPMS/noarch/.
25+
26+
* Install the rpm using: `rpm -Uvh python-rados-utils.rpm`
27+
28+
## Using python-rados-utils
29+
30+
* Importing the modules can be done by using statements like:
31+
32+
* `from pyradosutils import common_utils`

0 commit comments

Comments
 (0)