Skip to content

Commit

Permalink
Release: 0.5.1
Browse files Browse the repository at this point in the history
using gradle 2.12 compileOnly
  • Loading branch information
xmlking committed Mar 16, 2016
1 parent 9dcfeb4 commit 8a3c299
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ The goal of this project is to enable processing NiFi *FlowFiles* using scriptin

### Deploy NAR files.
```bash
# Assume you unpacked nifi-0.4.1-bin.zip to /Developer/Applications/nifi
# Assume you unpacked nifi-0.5.1-bin.zip to /Developer/Applications/nifi
./gradlew clean deploy -Pnifi_home=/Developer/Applications/nifi
```
On Mac
```bash
gradle clean deploy -Pnifi_home=/usr/local/Cellar/nifi/0.4.1/libexec
gradle clean deploy -Pnifi_home=/usr/local/Cellar/nifi/0.5.1/libexec
```

### Start NiFi
Expand All @@ -38,7 +38,7 @@ On Mac
nifi start
nifi status
nifi stop
# Working Directory: /usr/local/Cellar/nifi/0.4.1/libexec
# Working Directory: /usr/local/Cellar/nifi/0.5.1/libexec
```
### Testing

Expand Down Expand Up @@ -100,7 +100,6 @@ ssh.run {

### Build
```bash
gradle nifi-scripting:nifi-lang-groovy install
gradle nar
```

Expand Down

0 comments on commit 8a3c299

Please sign in to comment.