Jslfl【软件开发技术笔记】

chrome goagent安装简介

chrome goagent说明

1.http://www.goagent.org/下载最新版程序包,点击右上角有个 download zip file

2.解压,编辑保存local/proxy.ini文件,在[gae]下面的appid后加上google application ID(google应用去https://appengine.google.com/申请,步骤另行搜索,如下加上两个google application ID,多个用”|”分隔,注意”=”前后按原来格式要留有一个空格)
appid = alfl001|alfl002

3.执行server/uploader.bat文件,提示输入appid,软件上面proxy.ini中配置的appid即可,后面可能会多次要求输入你的google账号和密码,最后完成

4.chrome中安装SwitchySharp.crx插件,并导入插件配置SwitchyOptions.bak(这两个文件应该可以在local/下找到,安装步骤另行搜索,挺容易的,要是没有这两文件去网上搜索下载)

5.运行local/goagent.exe,chrome的switchysharp插件中用GoAgent模式连接,现在就可以进入想进的网站了

uploader.bat执行效果如下:
===============================================================
GoAgent服务端部署程序, 开始上传 gae 应用文件夹
Linux/Mac 用户, 请使用 python uploader.zip 来上传应用
===============================================================

请输入您的appid, 多个appid请用|号隔开
注意:appid 请勿包含 android/ios 字样,否则可能被某些网站识别成移动设备。

APPID:alfl001|alfl002
Application: alfl001
Host: appengine.google.com
Rolling back the update.
Email: alflxx@gmail.com
Password for alflxx@gmail.com: ***
Application: alfl001; version: 1
Host: appengine.google.com

Starting update of app: alfl001, version: 1
Scanning files on local disk.
Email: alflxx@gmail.com
Password for alflxx@gmail.com: ***
Cloning 1 static file.
Cloning 2 application files.
Uploading 1 files and blobs.
Uploaded 1 files and blobs
Compilation starting.
Compilation completed.
Starting deployment.
Checking if deployment succeeded.
Deployment successful.
Checking if updated app version is serving.
Completed update of app: alfl001, version: 1
Application: alfl002
Host: appengine.google.com
Rolling back the update.
Email: alflxx@gmail.com
Password for alflxx@gmail.com: ***
Application: alfl002; version: 1
Host: appengine.google.com

Starting update of app: alfl002, version: 1
Scanning files on local disk.
Email: alflxx@gmail.com
Password for alflxx@gmail.com: ***
Cloning 1 static file.
Cloning 2 application files.
Uploading 1 files and blobs.
Uploaded 1 files and blobs
Compilation starting.
Compilation completed.
Starting deployment.
Checking if deployment succeeded.
Deployment successful.
Checking if updated app version is serving.
Completed update of app: alfl002, version: 1

上传成功,请不要忘记编辑proxy.ini把你的appid填进去,谢谢。按回车键退出程序。

Comments are currently closed.