Skip to content

Commit

Permalink
Release version 1.0.1 with stagemonitor 0.87.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Barnsteiner committed Jan 16, 2018
1 parent a17eca4 commit a3d3980
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd stagemonitor-elasticsearch-init
### 2. Adjust stagemonitor version

Open `gradle.properties` and set the property `stagemonitorVersion` to the version of stagemonitor you are actually using.
Note that the minimum Version is 0.87.0.
Note that the minimum Version is 0.87.1.

### 3. Adjust optional plug-ins

Expand Down Expand Up @@ -52,7 +52,9 @@ firewall rules.

A: Build the distribution on a host with unrestricted access to the internet: Execute `./gradlew assembleDist`.
In the directory `build/distributions` you will find a `zip` and `tar` file which contain all dependencies.
Extract either the `zip` or `tar` file on the target host and execute `bin/stagemonitor-elasticsearch-init` (Unix) or `bin/stagemonitor-elasticsearch-init.bat` (Windows)
Extract either the `zip` or `tar` file on the target host and execute
`bin/stagemonitor-elasticsearch-init http://user:pwd@localhost:9200` (Unix) or
`bin/stagemonitor-elasticsearch-init.bat http://user:pwd@localhost:9200` (Windows)

Q: I don't want to specify the Elasticsearch url as a command line argument as it would leak the credentials in the console history

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'org.stagemonitor'
version '1.0'
version '1.0.1'

apply plugin: 'java'
apply plugin: 'application'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
stagemonitorVersion=0.87.0
stagemonitorVersion=0.87.1
#url=http://user:pwd@localhost:9200

0 comments on commit a3d3980

Please sign in to comment.