|
|
|
# Energy Toolbox - Installation
|
|
|
|
|
|
|
|
In this page, the steps that need to be followed for installing and setting up the Energy Toolbox back-end on your local machine are provided.
|
|
|
|
|
|
|
|
### How to install:
|
|
|
|
|
|
|
|
Step 1) Create a new directory for example sdk4ed_energy to work
|
|
|
|
|
|
|
|
```
|
|
|
|
mkdir sdk4ed_energy
|
|
|
|
cd sdk4ed_energy
|
|
|
|
```
|
|
|
|
|
|
|
|
Step 2) Download source code from git repository
|
|
|
|
|
|
|
|
```
|
|
|
|
git init
|
|
|
|
git clone https://gitlab.seis.iti.gr/sdk4ed/sdk4ed_energy_toolbox.git
|
|
|
|
```
|
|
|
|
|
|
|
|
Step 3) cp Dockerfile to the working directory
|
|
|
|
```
|
|
|
|
cp sdk4ed_energy_toolbox/Dockerfile ./
|
|
|
|
```
|
|
|
|
Step 4) Build the Docker image
|
|
|
|
```
|
|
|
|
docker build -t sdk4ed_energy_image .
|
|
|
|
``` |
|
|
|
\ No newline at end of file |