구글 사내 운영 Snippets 이메일 시스템

http://blog.idonethis.com/post/16736314554/silicon-valleys-productivity-secret

미리 준비할 사항

snippet 관련 git 복사하기 : https://github.com/kushal/snippets

$ git clone git://github.com/kushal/snippets.git

Google App Engine(GAE) Application에서 앱 생성하기

설정값 변경(app.yaml과 emails.py)

app.yaml : fssnippets 이부분을 본인이 생성한 앱명으로 변경.

handlers:
- url: /_ah/mail/snippets@.*fssnippets\.appspotmail\.com 

emails.py : 아래 부분들의 fssnippets을 본인이 생성한 앱명으로 변경.

...
snippets@fssnippets.appspotmail.com
...
snippets@fssnippets.appspotmail.com
...
https://fssnippets.appspot.com

작업시 발생할 수 있는 에러 및 애로사항

아래 threadsafe 관련 오류는, app.yamlthreadsafe:true 추가

아래와 같은 오류 발생시, index.yaml를 삭제하면 된다.

결과물



blog comments powered by Disqus