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
  • technical debt toolbox installation

technical debt toolbox installation · Changes

Page history
Technical-Debt Installation authored May 25, 2020 by Angeliki Tsintzira's avatar Angeliki Tsintzira
Show whitespace changes
Inline Side-by-side
technical-debt-toolbox-installation.md
View page @ 043c83c7
In this page, the steps that need to be followed for installing and setting up the different components of Technical Debt Toolbox back-end on your local machine are provided.
As presented in the Description, Technical Debt Toolbox consists of 4 docker containers. A docker compose file that will install all of them will be
presented soon. Also, an updated version of this functionality will be uploaded in the near future.
### How to install:
## TD New Analysis
Step 1) Create a new directory for example sdk4ed_technical_debt_analysis to work
```
mkdir sdk4ed_technical_debt_analysis
cd sdk4ed_technical_debt_analysis
```
Step 2) Download source code from git repository
```
git init
git clone https://gitlab.seis.iti.gr/sdk4ed/td-analysis
```
Step 3) Copy Dockerfile to the working directory
```
cp sdk4ed_technical_debt_analysis/Dockerfile ./
```
Step 4) Extract jar file from source code
```
$ mvn package
```
Step 5) Move jar files from externalTools/ to the same directory as the extracted jar file
Step 6) Build the Docker image
```
docker build -t td-analysis
```
Step 7) Run the Docker image
```
docker run -it td-analysis
```
\ 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