Linux
Sources
OS
Learn More →
https://www.youtube.com/watch?v=MPDXVkwUehs
Nov 24, 2022Jira provides 2 types of integrations Jira Integration Jira development Panel Integration We are going to do Jira Integration. Step 1: Create and API token for Jira Atlassian Cloud ( you need an API token to integrate gitlab with Jira) → Sign in to Jira (You should have Write acess to Jira projects) → Profile → Manage Account → Security → Create and Manage API Token
Sep 29, 2022Git is a SCM (source code management). Gitlab is a web based repository that offer free open and private repositories, issue-following and wikis. It is a complete DevOps platform that allow teams to collaborate and build better software. Why to use gitlab: Gitlab enables collaboration among a team of developer with the gitlab Flow. Built in CI/CD funcationality. It can integrate with other tools.
Sep 16, 2022Create EC2 with Amazon Linux AMI Install Docker over it, click here for help Now to install docker-compose, run sudo curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-`uname -s`-`uname -m` | sudo tee /usr/local/bin/docker-compose > /dev/null For Permission sudo chmod +x /usr/local/bin/docker-compose
Jun 6, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up