Dec 25, 2010

deploy GAppProxy 2.0 on GAE

老板本的GAppProxy 都用了 219 days, 21:46:26 , 很久前就看到2.0支持ssl了,今天部署下.

现在只是每天使用,早就忘了,当年是这么把它传到 appspot.com的了。下面记下

0. Install Google App Engine SDK for Python
    http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Python
    http://googleappengine.googlecode.com/files/google_appengine_1.4.0.zip

    download and extract uncompress google_appengine_1.4.0.zip.

    modify PATH variable in ~/.bashrc for GAE.

1. checkout GAppProxy
    $ svn checkout http://gappproxy.googlecode.com/svn/trunk/ gappproxy

2.deploy GAppProxy 
   modify fetchserver/app.yaml, application:


   $ cd gappproxy && appcfg.py update fetchserver


   login appspot.com, My Applications-> -> Versions, choose the lastest and make default.


3. edit localproxy/proxy.conf
   listen_port, fetch_server


4. testing
   $ localproxy/proxy.py

No comments:

Post a Comment

您的评论将使我blog更有动力~