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
  • dependability toolbox installation

dependability toolbox installation · Changes

Page history
Update dependability toolbox installation authored Dec 15, 2020 by Miltos's avatar Miltos
Show whitespace changes
Inline Side-by-side
dependability-toolbox-installation.md
View page @ 48d52cc4
......@@ -11,7 +11,7 @@ The only prerequisite for the installation of the Dependability Toolbox is to ha
The Dependability Toolbox is available for download on [DockerHub](https://hub.docker.com/r/siavvasm/sdk4ed-dependability-toolbox/tags). In order to install it locally, you need to execute the following command on your terminal (assuming that Docker Engine is already installed on your system):
~~~
docker run -p 8080:8080 --name dependability-toolbox -it siavvasm/sdk4ed-dependability-toolbox:third bash ./catalina.sh run
docker run -p 8080:8080 --name dependability-toolbox -it siavvasm/sdk4ed-dependability-toolbox:latest bash ./catalina.sh run
~~~
The above command will download the Docker Image of the latest version of the Dependability Toolbox locally and will generate a Docker Container named dependability-toolbox. It will also start the Tomcat Server that hosts the three services. Hence, after the execution of this command the Dependability Toolbox will be up and running and the three services will be invokable at port 8080 of your local machine. More specifically, the services will reside at the following end point:
......@@ -25,7 +25,7 @@ In the above endpoint, you should replace the <your_local_host_ip> placeho
In case that you don't want to see the log files of the Tomcat Server that hosts the services of the Dependability Toolbox, you should replace the "./catakina.sh run" parameter of the above command with "./startup.sh". For your convenience, the full command that should be executed is presented below:
~~~
docker run -p 8080:8080 --name dependability-toolbox -it siavvasm/sdk4ed-dependability-toolbox:third bash ./catalina.sh run
docker run -p 8080:8080 --name dependability-toolbox -it siavvasm/sdk4ed-dependability-toolbox:latest bash ./catalina.sh run
~~~
For more information on how you can use the Dependability Toolbox docker container and its services please have a look at the [Usage](dependability-toolbox-usage) page of the present Gitlab Wiki.
......
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