Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F Forecaster Toolbox
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • 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
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SDK4EDSDK4ED
  • Forecaster Toolbox
  • Wiki
  • installation

installation · Changes

Page history
Update installation authored Apr 28, 2020 by Dimitris Tsoukalas's avatar Dimitris Tsoukalas
Hide whitespace changes
Inline Side-by-side
installation.md
View page @ d3749ac6
...@@ -19,7 +19,7 @@ and ...@@ -19,7 +19,7 @@ and
```bash ```bash
conda install -c saravji pmdarima conda install -c saravji pmdarima
``` ```
- **Step 4**: To start the server, use the command promt inside the active environment and execute the commands described in section [Run Server](run server#run-built-in-server). - **Step 4**: To start the server, use the command promt inside the active environment and execute the commands described in section [Run Server](run server).
## Installation using Docker ## Installation using Docker
...@@ -36,4 +36,4 @@ This command will result in the creation of a Docker Image named *forecaster_too ...@@ -36,4 +36,4 @@ This command will result in the creation of a Docker Image named *forecaster_too
sudo docker run -it --name forecaster-toolbox-test -p 5000:5000 forecaster_toolbox 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. 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 4**: To start the server, use the command promt inside the running Container and execute the commands described in section [Run Server](/sdk4ed/forecaster-toolbox#run-built-in-server). - **Step 4**: To start the server, use the command promt inside the running Container and execute the commands described in section [Run Server](run server).
\ No newline at end of file \ No newline at end of file
Clone repository
  • description
  • Home
  • installation
  • run server
  • usage