-
Notifications
You must be signed in to change notification settings - Fork 5
Build from source
The ADES software source present in this repository is built using docker images to complete properly the integration of the different software components.
This guide will guide you through a step by step procedure to build a local image of the ADES to start it up and having it running locally. In order to build a container image and run it, we use Docker.
The repository include a script to built the software from source.
-
Get into Linux terminal
-
Clone the repository
git clone https://github.com/EOEPCA/proc-ades.git
-
Change local directory
cd proc-ades
-
Build application
./scripts/build.sh
Basically, the last step will pull from the EOEPCA docker hub repository an image to start a container with all the tools to build another docker image with the ADES ready to run. At the end, the script shall have created a Docker images:
proc-ades:build
the image proc-ades:build
is the built ADES.