| ## Configuration options with # in front are not active and they were | |
| ## valid at install time. Updating the package does not update this file | |
| ## automatically. | |
| ## Latest options listed at: | |
| ## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template | |
| ## Url on which GitLab will be reachable. | |
| ## For more details on configuring external_url see: | |
| ## https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/configuration.md#configuring-the-external-url-for-gitlab |
- Traefik: Reverse-proxy router
- Docker-swarm: Docker-supported orchestrator
-
kubernetes(์ดํ k8) ๋ ๋ฌด๊ฒ๊ณ ๋๋ฆฌ๋ค. docker-swarm(์ดํ DS) ์ docker ์ต์ ๋ฒ์ ์ ๊ธฐ๋ณธ์ผ๋ก ํ์ฌ๋์ด ๋์จ๋ค. ๋ํ
helm์ด๋ ๋ณ๋์ ๊ด๋ฆฌcli(kubeadm, kubectl)๋ฅผ ์ค์นํ ํ์๊ฐ ์๋ค. -
k8 ์ ์ธํ ๋ ์ด๋ ต๋ค: ์ธํ ํ๊ธฐ๊ฐ ์๋ ๊น๋ค๋ก์ ์ค์ ๋ก ์ด์ํ๊ธฐ ์ ์ ํ ๊ฒฝ์ฐ๋ devops ํ์ ๊ฐ์ง ์ต์ 20๋ช ์ด์์ ๋๊ท๋ชจ ์ฌ์ด์ฆ ํ์ด๋ค. ํ ๋ช ์ด ์์ ํ๋ ๊ฒ์ด ์์ฃผ ๋ถ๊ฐ๋ฅํ ๊ฒ์ ์๋์ง๋ง, ๊ธด๊ธ์์ ์์๋ ๋ง์ด ์ํํด์ง ์ ์๋ค. ์ด์์ด 10๋ช ์ด ๋์ง ์๋ ์ฐ๋ฆฌํ ๊ฐ์ ๊ฒฝ์ฐ๋ ํ ์ฌ๋์ด ๊ธํ๊ฒ ๊ธฐ๋ฅ์์ ์ ํด์ผ๋ ์ผ์ด ๋ง๋ค.
| S3_ACCESS_KEY_ID_GITLAB_BACKUP=<ACCESS_KEY> | |
| S3_SECRET_ACCESS_KEY_GITLAB_BACKUP=<SECRET_KEY> |
public AgreementResponse uploadAgreement(String memberId, File agreementFile) {
log.info("Upload CMS Agreement: memberId: {}, agreement: {}, size: {}", memberId, agreement.getName(), agreement.getSize());
MultiValueMap<String, Object> bodyMap = new LinkedMultiValueMap<>();| alias ls='ls --color=auto' | |
| alias ll='ls -alF' | |
| alias la='ls -A' | |
| alias l='ls -CF' | |
| alias dir='dir --color=auto' | |
| alias vdir='vdir --color=auto' | |
| alias grep='grep --color=auto' | |
| alias fgrep='fgrep --color=auto' | |
| alias egrep='egrep --color=auto' | |
| # Add an "alert" alias for long running commands. Use like so: |
UPDATE (March 2020, thanks @ic): I don't know the exact AMI version but yum install docker now works on the latest Amazon Linux 2. The instructions below may still be relevant depending on the vintage AMI you are using.
Amazon changed the install in Linux 2. One no-longer using 'yum' See: https://aws.amazon.com/amazon-linux-2/release-notes/
sudo amazon-linux-extras install docker
sudo service docker start|
Note
|
Boot Spring Boot! ์ถ๊ฐ ์ดํ ๋ฐํํ ๊ธฐํ๊ฐ ๋ช ๋ฒ ์์๊ณ ๊ทธ ๋๋ง๋ค ๊ฐ๋ฐ์ ์ธ์์ |
