Skip to content
GitLab
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
Update Energy Toolbox Installation authored Dec 17, 2020 by Haris Marantos (ICCS)'s avatar Haris Marantos (ICCS)
Hide whitespace changes
Inline Side-by-side
Energy-Toolbox-Installation.md
View page @ 8be64955
......@@ -23,4 +23,13 @@ cp sdk4ed_energy_toolbox/Dockerfile ./
Step 4) Build the Docker image
```
docker build -t sdk4ed_energy_image .
```
\ No newline at end of file
```
Step 4) Build the Docker image
```
docker build -t sdk4ed_energy_image .
```
Step 5) Finally, build the two containers, energy toolbox and database
```
docker run -d --name energy_toolbox_db mongo:latest
docker run -t -d --rm -p 0.0.0.0:3002:5000 --name sdk4ed -e TOOLBOXBUSY="0" --link energy_toolbox_db:mongo --privileged --interactive --tty 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