Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
benni committed Oct 21, 2019
2 parents ba808d5 + a17a6be commit 8547d8e
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 287 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The current maven build supports two types of docker container generations from

The first profile is called 'docker' and can be called like this

`mvn clean package -DskipTests -Pdocker`
`sudo mvn clean package -DskipTests -Pdocker`

this will generate individual docker containers for each micro service. The corresponding docker-compose file is docker-compose-dist.yml

Expand All @@ -82,7 +82,7 @@ The second profile is called 'docker-aaio' (for almost all in one). This will ge

To get the aaio version run the maven build like this

`mvn clean package -DskipTests -Pdocker-aaio`
`sudo mvn clean package -DskipTests -Pdocker-aaio`

The corresponding docker-compose file is docker-compose-aaio.yml

Expand Down
285 changes: 0 additions & 285 deletions docs/index.md

This file was deleted.

5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Building
Scorpio is developed in Java using SpringCloud as microservice framework and Apache Maven as build tool.
Some of the tests require a running Apache Kafka messagebus (further instruction are in the Setup chapter). If you want to skip those tests you can run "mvn clean package -DskipTests" to just build the individual microservices.

Source code avilable at Github

https://github.com/ScorpioBroker/ScorpioBroker


Setup
#####
Scorpio requires two components to be installed.
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions target/docker/image-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2058abead0f2
1 change: 1 addition & 0 deletions target/docker/image-name
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scorpiobroker/scorpio:scorpio-aaio
1 change: 1 addition & 0 deletions target/docker/repository
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scorpiobroker/scorpio
1 change: 1 addition & 0 deletions target/docker/tag
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scorpio-aaio
4 changes: 4 additions & 0 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Created by Apache Maven 3.6.0
groupId=eu.neclab.ngsildbroker
artifactId=NGSILDBroker
version=0.0.1-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2058abead0f2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scorpiobroker/scorpio:scorpio-aaio
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scorpiobroker/scorpio
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scorpio-aaio

0 comments on commit 8547d8e

Please sign in to comment.