http://www.habitus.io/ 한글 부분 번역본입니다. Here's what it takes to build a Docker image: a Dockerfile! Dockerfiles 간단하죠... Dockerfile 은 간단하고 알수있는 형식입니다. 바탕이되는 이미지를 선택하고, 파일 추가하고, 명령 실행하고 you're good to go. 아래는 예제: FROM ubuntu RUN apt-get -y install python ADD ./a-file /app/a-file 너무 간단한건가요? Often times building a real world application takes much more than following simple ADD and RUN steps in a step-..
출처 = http://caiustheory.com/automatically-deploying-website-from-remote-git-repository/2009-05-30 02:30:40 시작전에, I’ll just quickly run through where I put stuff on my server. 아파치 로그와 설정은 각각 다음의 우분투 기본 폴더에 있다: /var/log/apache2 와 /etc/apache2/. 웹사이트: /home/caius/vhosts//htdocsGit 저장소: /home/caius/git/.git ~/projects/somesite.com/에 git 로컬 저장소를 가지고 있고, 웹서버에 배포하기를 원한다.나는 git 저장소를 ~/git/에 보존할것이고, (ssh..
http://toroid.org/ams/git-website-howto 필자: Abhijit Menon-Sen 내 웹사이트 HTML 소스가 내 로컬 작업머신의 Git 저장소에 존재. 이 페이지는 어떻게 "git push web" 명령 실행으로 변경을 설정하는지 기술한다.온라인 요약: 작업트리에서 분리된 원격 저장소에 push 하고, post-receive hook 에서 "git checkout -f" 실행.로컬 저장소$ mkdir website && cd website $ git init Initialized empty Git repository in /home/ams/website/.git/ $ echo 'Hello, world!' > index.html $ git add index.html $ git..
배포 = Deploy 예) XX 소프트웨어 배포 방법Ruby python PHP ...
- Total
- Today
- Yesterday
- git
- macos
- 한글
- JQuery
- Debug
- IE
- JSON
- IOS
- API
- Prototype
- classic asp
- centos
- mssql
- 안드로이드
- 워드프레스
- iphone
- sencha touch
- Android
- Linux
- Wordpress
- Mac
- PHP
- iis
- nginx
- CSS
- laravel
- Docker
- nodejs
- ASP
- javascript
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |