1、登录新浪sae [ http://www.sinacloud.com/]
2、创建一个新的应用
3、使用git 管理项目
4、在本地创建一个目录并提交到sae
# mkdir seatest
# cd seatest
# git init
# echo '<?php echo "hello World!";' > test.php
# git add .
# git commit -m 'add file'
# git remote add sea https://git.sinacloud.com/项目名称
# git push sae master:1
5、在浏览器中,输入项目的域名http://xxx/test.php 即可访问