Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
iconfalse
title목차

Table of Contents

Docker 설치

Info
title공식 설치 가이드

https://docs.docker.com/engine/install/centos/

Code Block

Docker Compose 설치

Info
titleDocker-compose 공식 가이드

https://docs.docker.com/compose/install/

Code Block

Git 설치

Info
titleGit 공식 가이드

https://git-scm.com/download/linux

https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

Code Block

confluence-data 디렉터리 생성

Code Block
$mkdir -p /opt/apps/atlassian/confluence-data

postgre-data 디렉터리 생성

Code Block
$mkdir -p /opt/apps/database/postgre-data

Certbot 설치

Info

https://certbot.eff.org/lets-encrypt/centos6-other

...