lazypic-legacycode / web_legacy

lazypictures homepage code.
http://lazypic.org
2 stars 2 forks source link

LAZYPIC 웹서비스

install

go get -u github.com/lazypic/web

run

cd $GOPATH/src/github.com/lazypic/web
web -http :80

개발자 규칙 : 같이 개발하기

퍼블리쉬 리포지터리와 개발 리포지터리를 구분하기 위해서 일반적으로 upstream 알리아스를 설정합니다.

upstream 을 설정하는 방법입니다.

개발중인 코드를 업로드 할 때는 git push origin master를 사용하고 Pull Request 를 합니다.

퍼블리쉬된 코드를 pull 할 때는 git pull upstream master를 사용합니다.

디자이너가 이미지 업로드하는 방법

디자인 & 정보