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
  • Forecaster Toolbox Installation

Forecaster Toolbox Installation · Changes

Page history
Update Forecaster Toolbox Installation authored Dec 16, 2020 by Dimitris Tsoukalas's avatar Dimitris Tsoukalas
Hide whitespace changes
Inline Side-by-side
Forecaster-Toolbox-Installation.md
View page @ 0c06b1cd
......@@ -52,4 +52,18 @@ This command will download the latest Docker Image named *forecaster_toolbox* fr
sudo docker run -it --name forecaster-toolbox-test -p 5000:5000 forecaster_toolbox
```
This command will generate and run a Docker Container named *forecaster-toolbox-test* in interactive session mode, i.e. it will open a command promt inside the Container.
- **Step 3**: To start the server, use the command promt inside the running Container and execute the commands described in section [Run Server](Forecaster Toolbox Run Server).
\ No newline at end of file
- **Step 3**: To start the server, use the command promt inside the running Container and execute the commands described in section [Run Server](Forecaster Toolbox Run Server).
## Installation of the Database
Since the TD, Energy and Dependability forecasts are produced "on the fly", the Forecasting Toolbox does not require a running database instance to be functional. However, in case you require access to previously produced forecasting results, a database dedicated to store the output of the Forecasting web services might be of help. In that case, MongoDB is a well-suited option for the purposes of the Forecasting Toolbox.
To quickly install a MongoDB using Docker, open cmd and execute the following command:
```bash
sudo docker run --detach \
-p 27017:27017 \
--name mongodb \
--volume /home/<user_name>/Desktop/mongo_data:/data/db \
mongo
```
This command will generate and run a MongoDB Docker Container named *mongodb*, which will serve as the Forecasting Toolbox dedicated DB.
\ 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