Skip to content

Commit

Permalink
Cut a release for 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscareycode committed Mar 10, 2019
1 parent 376f8c1 commit 12543d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Installing NagiosTV
-------------
- Download the latest NagiosTV tar.gz release from https://github.com/chriscareycode/nagiostv-react/releases
```console
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.3.5/nagiostv-0.3.5.tar.gz
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.3.6/nagiostv-0.3.6.tar.gz
```
- Extract the NagiosTV release using tar. This will create a nagiostv/ folder.
```console
$ tar xvfz nagiostv-0.3.5.tar.gz
$ tar xvfz nagiostv-0.3.6.tar.gz
```
- We're going to host the NagiosTV folder from the built-in Nagios web ui. Copy/Move the nagiostv/ folder into your Nagios web ui folder. In my case the Nagios web ui folder is at /usr/local/nagios/share/ but your Nagios install may have this at a different location such as /usr/nagios/share/
```console
Expand All @@ -67,8 +67,8 @@ Grab the latest release from here: https://github.com/chriscareycode/nagiostv-re
Then pretty much the same process as above. Download and overwrite the nagiostv folder with the new version.
You can do it on the box with:
```console
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.3.5/nagiostv-0.3.5.tar.gz
$ tar xvfz nagiostv-0.3.5.tar.gz
$ wget https://github.com/chriscareycode/nagiostv-react/releases/download/v0.3.6/nagiostv-0.3.6.tar.gz
$ tar xvfz nagiostv-0.3.6.tar.gz
$ sudo cp -r nagiostv/* /usr/local/nagios/share/nagiostv/
```

Expand Down
4 changes: 2 additions & 2 deletions src/components/Base.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class Base extends Component {
state = {
showSettings: false,

currentVersion: 26,
currentVersionString: '0.3.5',
currentVersion: 27,
currentVersionString: '0.3.6',
latestVersion: 0,
latestVersionString: '',
lastVersionCheckTime: 0,
Expand Down

0 comments on commit 12543d7

Please sign in to comment.