Skip to content

Commit

Permalink
Added usage instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
shredder12 committed Oct 13, 2013
1 parent 1d12d38 commit 382bfcf
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ Current Stable Release - v0.1

Usage
======
```
$ python hs.py
```
Dependencies
============

The scripts and instructions are for Ubuntu 12.04.

Install the dependencies
```
$ pip install -r requirements.txt
$ apt-get install mongodb
```
Copy the etc/multistack folder to /etc/multistack and rename *.conf.sample
files to *.conf. Fill them with appropriate values and run the program.

```
$ python hs.py
```

0 comments on commit 382bfcf

Please sign in to comment.