Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinspielmann committed Feb 26, 2019
1 parent 1907a7d commit 8ea80f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ USER root
RUN yum install -y curl
# Download crowd plugin
RUN curl -L https://github.com/pingunaut/nexus3-crowd-plugin/releases/download/nexus3-crowd-plugin-3.6.1/nexus3-crowd-plugin-3.6.1.jar --output /opt/sonatype/nexus/system/nexus3-crowd-plugin.jar
RUN curl -L https://github.com/pingunaut/nexus3-crowd-plugin/releases/download/nexus3-crowd-plugin-3.6.2/nexus3-crowd-plugin-3.6.2.jar --output /opt/sonatype/nexus/system/nexus3-crowd-plugin.jar
# Install plugin
RUN echo "reference\:file\:nexus3-crowd-plugin.jar = 200" >> /opt/sonatype/nexus/etc/karaf/startup.properties
Expand Down Expand Up @@ -66,13 +66,13 @@ docker run --rm -ti test
Releases can be found here: https://github.com/pingunaut/nexus3-crowd-plugin/releases
```
cd $install-dir/system/
wget https://github.com/pingunaut/nexus3-crowd-plugin/releases/download/nexus3-crowd-plugin-3.6.1/nexus3-crowd-plugin-3.6.1.jar
wget https://github.com/pingunaut/nexus3-crowd-plugin/releases/download/nexus3-crowd-plugin-3.6.2/nexus3-crowd-plugin-3.6.2.jar
```

#### 2. Add bundle to startup properties
Append the following line to *startup.properties* file found in **$install-dir**/etc/karaf
```
reference\:file\:nexus3-crowd-plugin-3.6.1.jar = 200
reference\:file\:nexus3-crowd-plugin-3.6.2.jar = 200
```

#### 3. Create crowd.properties
Expand Down

0 comments on commit 8ea80f1

Please sign in to comment.