... | ... | @@ -19,7 +19,7 @@ and |
|
|
```bash
|
|
|
conda install -c saravji pmdarima
|
|
|
```
|
|
|
- **Step 4**: Clone the latest Forecasting Toolbox version that can be found in the present Gitlab repository of the Forecasting Toolbox and navigate to the home directory.
|
|
|
- **Step 4**: Clone the latest Forecasting Toolbox version that can be found in the present Gitlab repository of the Forecasting Toolbox and navigate to the root directory.
|
|
|
- **Step 5**: To start the server, use the command promt inside the active environment and execute the commands described in section [Run Server](Forecaster Toolbox Run Server).
|
|
|
|
|
|
## Installation using Docker Build
|
... | ... | @@ -27,7 +27,7 @@ conda install -c saravji pmdarima |
|
|
In this section, we provide instructions on how the user can build from scratch a new Docker Image that contains the python Flask app and the Conda environment of the of the Forecasting Toolbox.
|
|
|
|
|
|
- **Step 1**: Download and install [Docker](https://www.docker.com/)
|
|
|
- **Step 2**: Clone the latest Forecasting Toolbox version that can be found in the present Gitlab repository of the Forecasting Toolbox and navigate to the home directory. You should see a *DockerFile* and a *environment.yml* file, which contains the Conda environment dependencies.
|
|
|
- **Step 2**: Clone the latest Forecasting Toolbox version that can be found in the present Gitlab repository of the Forecasting Toolbox and navigate to the root directory. You should see a *DockerFile* and a *environment.yml* file, which contains the Conda environment dependencies.
|
|
|
- **Step 3**: In the home directory of the Forecasting Toolbox, open cmd and execute the following command:
|
|
|
```bash
|
|
|
sudo docker build -t forecaster_toolbox .
|
... | ... | |