Skip to content

Commit

Permalink
Merge pull request #15 from rajaram5/develop
Browse files Browse the repository at this point in the history
Some docs added
  • Loading branch information
rajaram5 committed Dec 20, 2017
2 parents 7d60c15 + b9d31d5 commit 10cbaac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dockerSetup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!/bin/sh

# Install nano, git and maven openjdk-8-jdk
Expand All @@ -7,18 +6,18 @@ apk upgrade
apk add --no-cache bash nano git maven
apk add --no-cache openjdk8

# clone fairmetadata4j lib repo
# clone fairmetadata4j repository
git clone --depth 1 -b develop https://github.com/DTL-FAIRData/fairmetadata4j /fairmetadata4j

# Install fairmetadata4j
cd /fairmetadata4j
mvn --quiet --fail-fast install

# Clone fdp repo
# Clone FAIRDataPoint repository
cd /
git clone --depth 1 -b develop https://github.com/DTL-FAIRData/FAIRDataPoint /FAIRDataPoint

# Build FDP
# Build FAIRDataPoint
cd /FAIRDataPoint
mvn --quiet --fail-fast verify

Expand Down

0 comments on commit 10cbaac

Please sign in to comment.