Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W Wiki Home
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • SDK4ED WikiSDK4ED Wiki
  • Wiki Home
  • Wiki
  • Energy Toolbox Installation

Energy Toolbox Installation · Changes

Page history
Updated Energy-Toolbox-Installation.md (markdown) authored 4 years ago by Haris Marantos (ICCS)'s avatar Haris Marantos (ICCS)
Show whitespace changes
Inline Side-by-side
Showing
with 28 additions and 0 deletions
+28 -0
Energy-Toolbox-Installation.md
View page @ 255227d6
# 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
Clone repository
  • Advanced
  • Architectural Toolbox Description
  • Architectural Toolbox Front End
  • Architectural Toolbox Home
  • Architectural Toolbox Installation
  • Architectural Toolbox Usage
  • Decision Support Toolbox Description
  • Decision Support Toolbox Front end
  • Decision Support Toolbox Installation
  • Decision Support Toolbox Usage
  • Decision Support Toolbox
  • Energy Toolbox Description
  • Energy Toolbox Front end
  • Energy Toolbox Installation
  • Energy Toolbox Usage
View All Pages

Menu

Explore Projects Groups Snippets