자 이제 세번째로 서버에 git 설치를 하고 git을 사용하기 위한 설정을 해보겠습니다. git 설치1. git 설치$ sudo apt-get install git2. git 관리 계정 만들기$ sudo adduser git-admin$ su - git-admin3. git repositories 설정3.1 디렉토리 생성$ cd /var/www/html/$ sudo mkdir git-repositories$ sudo chmod +x git-repositories$ cd git-repositories$ mkdir test.git$ cd test.git3.2 bare repositories 생성$ git init --bare --shared 4. git 계정, 이메일 설정$ git config --globa..
Ubuntu server 16.04를 설치는 따로 설명하지 않고 Apache를 설치해보겠습니다. 1. Apache 설치$ sudo apt-get install apache2 apache2-utils2. http 방화벽 허용 설정$ sudo ufw allow http3. apache proxy module 설정$ sudo a2enmod proxy$ sudo a2enmod proxy_http Apache 디렉토리 구조 정리/apache2apache2.conf 우분투 아파치 기본 설정 파일 (다른 배포판에서는 httpd.conf 사용)ports.confg apache service port 설정/conf.d 문자셋, 에러메시지, 보안과 관련된 설정, apache 관련 application 설정 파일/envva..
- Total
- Today
- Yesterday
- android open source
- C++
- Apache
- kotlin
- jitpack
- swip
- expandable recyclerview
- remove item
- weak_ptr
- build server
- 오픈 소스 배포
- data transfer
- git server
- Parcelable
- 자동 배포
- 리사이클러뷰 확장
- qtwebengine
- security.ubuntu.com
- git hook
- ubuntu 16.04
- type inference
- delete item
- Jenkins
- Git
- android serialization
- kotlinx serialization
- auto depoly
- RecyclerView
- serializable
- publish opensource
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |