... | ... | @@ -7,7 +7,7 @@ The requirements to install and execute the application are: |
|
|
|
|
|
* JDK 11 (or newer)
|
|
|
* Maven 3 (3.6.0 is the one used, but other minor versions should work fine too)
|
|
|
* A JAR of Arcan (downloadable from [here](https://drive.google.com/file/d/1u8vYwAE9rrDosyoM33Nvg5YJuXRD_cA_/view?usp=sharing))
|
|
|
* A JAR of Arcan (downloadable from [here](https://drive.google.com/file/d/1u8vYwAE9rrDosyoM33Nvg5YJuXRD_cA_/view?usp=sharing)). Extract the contents in the ./arcan folder within the project directory.
|
|
|
* Docker (optional)
|
|
|
|
|
|
# Installation with Maven
|
... | ... | @@ -36,6 +36,4 @@ sudo docker build --tag astracker-web:1.0 . |
|
|
This will create a Docker image tagged with "astracker-web:1.0" which can be ran using:
|
|
|
```shell script
|
|
|
sudo docker run -itp 8080:8080 astracker-web:1.0
|
|
|
```
|
|
|
|
|
|
**Note** that, in order for the image to be able to complete the requests you need to first [download](https://drive.google.com/file/d/1u8vYwAE9rrDosyoM33Nvg5YJuXRD_cA_/view?usp=sharing) Arcan and unzip the contents under a directory called `arcan` in the same directory as the Dockerfile. |
|
|
\ No newline at end of file |
|
|
``` |
|
|
\ No newline at end of file |