Skip to content

Commit

Permalink
Merge pull request #24 from basepi/fixup
Browse files Browse the repository at this point in the history
Fix readme for building packages
  • Loading branch information
basepi authored Feb 13, 2017
2 parents 2b53245 + 5ad59e4 commit f18afc3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ SaltStack infrastructure.
# Building packages (CentOS)

```bash
yum install rpm-build
git clone git://github.com/hubblestack/hubble
cd hubble
python setup.py clean && python setup.py bdist_rpm
sudo yum install git
git clone git://github.com/hubblestack/hubble ~/hubble
cd ~/hubble/pkg
./build_rpms.sh # note the lack of sudo, that is important
```

Package will be in the `dist/` directory.

Package will be in the `~/el6/` and `~/el7` directory. The only difference
between the packages is the inclusion of `/etc/init.d/hubble` for el6 and
the inclusion of a systemd unit file for el7. There's no guarantee of glibc
compatibility.

# Installation/testing

Expand Down

0 comments on commit f18afc3

Please sign in to comment.