Files
Hermes Bot 232ecd7c22 Rebuild blog source from GitHub Pages artifact
- 308 posts reverse-extracted from wahyd4.github.com (Hexo 6.3.0 + NexT 8.25)
- Hexo project with NexT theme, reading-experience custom styles
- publish-post.sh: write post -> hexo build -> PR (master untouched)
2026-08-04 09:44:07 +10:00

32 lines
2.2 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "使用GAE免费建网站"
date: 2010-11-21 00:00:00
tags: [免费, GAE]
---
GAE是google app engine 的缩写,google提供的这个服务,允许用户免费上传10个程序,也就是说你可以建10个网站。现在GAE支持使用java 和python 语言建站。但是当然你必须使用google app  engine SDK来搭建网站。利用GAE的好处就是,你可以免费利用google在全球的数据中心,所以你在全球几乎每个地方都可以得到很快的速度。如果只是一般的网站,完全不用担心服务器 cpu 等的资源限制问题,因为google已经为我们分配了很多,我个人认为完全够用了。
[![](/images/2010/11/c81cdb4bf1b22fa33c1730ce825cd695.png "c81cdb4bf1b22fa33c1730ce825cd695")](/images/2010/11/c81cdb4bf1b22fa33c1730ce825cd695.png)
那我们要如何才可以得到GAE服务呢?
首先你需要有一个google账号,没有的话道google网站进行注册。
然后打开这个网站:[GAE](https://appengine.google.com/) 进入注册GAE服务,其实就是登陆google账号就可以了,登陆之后就相当于已经注册服务了。
登陆之后你看到的就是如下页面。(如果你是新注册的,没有建立项目当然项目那个区域hi空白的)
[![](/images/2010/11/11-21-7_conew1.jpg "11-21-7_conew1")](/images/2010/11/11-21-7_conew1.jpg)然后点击create Application 就可以开始创建项目即网站了。
你的每一个项目都是对一个一个 XX.appspot.com 二级域名,限制这个网站的好的二级域名已经几乎没有啦。所以想好稍微好些的域名大家要赶紧注册了。
[![](/images/2010/11/11-21-8_conew1.gif "11-21-8_conew1")](/images/2010/11/11-21-8_conew1.gif)application title 这里是你的应用的名字。可以随便写,。
其他的就没有什么好说呢
下面是我用GAE搭建的两个网站 博客和相册  程序都是开源 的我们会在稍后的文章长详细介绍。请大家关注
点我进入:   [博客](http://junvzhao.appspot.com/) [相册](http://junvnew.appspot.com/)
**最新提示:最近GAE已经开始被抽风了,可能已经被和谐了,但是有时候还是可以访问。面对墙我们可以做些什么呢?**