HOW TO INSTALL

TOOLBOX.

HOW TO INSTALL TOOLBOX .

TOOLBOX DOCKER

INSTALLATION.

Toolbox runs as a lightweight container on a Docker engine or within a Swarm cluster.

Deploy Toolbox on a standalone LINUX Docker host/single node swarm cluster (or Windows 10 Docker Host running in “Linux containers” mode). Use the following Docker commands to deploy the Toolbox:
Use the following Docker commands to deploy:

1) Volume creation for data

  
docker volume create cv4pve_toolbox_data
  
  

2) Creation of container image (to replace the part xx.xx.x see the latest version).

  
docker run -d -p 8001:443 -e TZ=Europe/Rome --restart=always -v cv4pve_toolbox_data:/app/storage --name cv4pve-toolbox corsinvest/cv4pve-toolbox:xx.xx.x
  
  

“TZ = Europe / Rome” is needed to synchronize the time zone. List of time zone.

Access via a web browser the IP address of the Docker machine to port 8001 (example: https://IP address:8001/).
The default credentials are: user admin password admin.

 

TOOLBOX DOCKER

UPDATE.

During the update phase, the configuration data will not be lost because it is saved in the volume created in the first installation phase.

* On the portal, if available, new updates will be reported through a notification.
** Updates are available according to maintenance. If you perform an update on an expired maintenance the system will not work.

1) Let’s stop the container
  
docker stop cv4pve-toolbox
  
  
2) Delete the container
  
docker rm cv4pve-toolbox
  
  
3) Launch the new version
  
docker run -d -p 8001:443 -e TZ=Europe/Rome --restart=always -v cv4pve_toolbox_data:/app/storage --name cv4pve-toolbox corsinvest/cv4pve-toolbox:xx.xx.x
  
  

TOOLBOX DOCKER

DOWNGRADE.

Once updated it is not possible to downgrade the configurations. You will need to reinsert them.

TOOLBOX DOCKER

BACKUP/RESTORE.

Within the system it is possible to backup and restore the configurations via a special button, alternatively it can be done manually.