Skip to content

Commit

Permalink
Merge pull request #28 from funbox/develop
Browse files Browse the repository at this point in the history
Improved readme
  • Loading branch information
andyone authored Apr 24, 2017
2 parents 3f93d6b + 89c08d9 commit ef1ce16
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Supported init systems: upstart and systemd

### Installation

#### From source

Before the initial install allows git to use redirects for [pkg.re](https://github.com/essentialkaos/pkgre) service (_reason why you should do this described [here](https://github.com/essentialkaos/pkgre#git-support)_):

```
Expand All @@ -26,10 +28,25 @@ To build the init-exporter from scratch, make sure you have a working Go 1.5+ wo
```bash
go get -d github.com/funbox/init-exporter
cd $GOPATH/src/github.com/funbox/init-exporter
make deps
make all
[sudo] make install
```

#### From ESSENTIAL KAOS Public repo for RHEL6/CentOS6

```
[sudo] yum install -y https://yum.kaos.io/6/release/x86_64/kaos-repo-8.0-0.el6.noarch.rpm
[sudo] yum install init-exporter
```

#### From ESSENTIAL KAOS Public repo for RHEL7/CentOS7

```
[sudo] yum install -y https://yum.kaos.io/7/release/x86_64/kaos-repo-8.0-0.el7.noarch.rpm
[sudo] yum install init-exporter
```

### Configuration

The export process can be configured through the config `/etc/init-exporter.conf`:
Expand Down

0 comments on commit ef1ce16

Please sign in to comment.