일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- appium
- create table
- Materials
- nGrinder
- perfect
- Jupyter Notebook
- ftp
- ssh
- mysql
- PYTHON
- sshpass
- port forwarding
- openpyxl
- postgres
- centos
- insert
- 실행권한
- nohup
- rethinkdb
- nmap
- STF_PortForwarding
- kitura
- postgresql
- STF
- ubuntu
- 28015
- SWIFT
- GoCD
- Jupyter
- appium server
- Today
- Total
목록Tools (52)
don't stop believing
GitLab을 설치한 후 URL을 확인했더니 Ubuntu의 hostname이 그대로 온다. 'http://ngle-repository' 이렇게.IP로 http://192.168.0.188로 접속해도 되지만 도메인 설정을 제대로 해보자. 먼저 ubuntu의 hosts파일을 변경한다. $ sudo vim /etc/hosts hosts 파일에 아래와 같이 사용할 도메인을 추가한다. 나는 gitlab.ngle.co.kr라고 추가했다.127.0.0.1 gitlab.ngle.co.kr gitlab 127.0.0.1 localhost 127.0.1.1 ngle-repository 127.0.0.1 gitlab.ngle.co.kr gitlab 저장하고 다시 이번엔 gitlab.yml 파일을 열어보자.해당 파일이 어디있..
개발용 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..