Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- postgres
- perfect
- 실행권한
- sshpass
- nGrinder
- nohup
- SWIFT
- mysql
- ubuntu
- Materials
- appium server
- insert
- STF
- ftp
- nmap
- ssh
- kitura
- port forwarding
- Jupyter
- create table
- postgresql
- 28015
- openpyxl
- appium
- rethinkdb
- PYTHON
- STF_PortForwarding
- centos
- Jupyter Notebook
- GoCD
Archives
- Today
- Total
목록GitLab (1)
don't stop believing
[GitLab] Ubuntu에 GitLab 설치
개발용 repository로 GitLab을 설치해 보기로 합시다 Ubuntu 16.04에 설치합니다.GitLab 서버의 요구 사양은 2Core, 4G RAM 입니다. 우선 apt-get을 업데이트하고 Dependencies를 설치합니다. $ apt-get update $ sudo apt-get install ca-certificates curl openssh-server postfix 설치 과정 중 postfix에 대한 설정이 나오면 Internet Site, 그리고 도메인을 적으면 된다. 이제 GitLab을 설치하기 위해 /tmp 로 이동한다. 그리고 curl로 설치 script를 다운로드 한다. $ cd /tmp $ curl -LO https://packages.gitlab.com/install/re..
Tools/Git & GitLab
2017. 8. 30. 17:09