1. 在开发者服务平台注册账号
http://developer.baidu.com/
2. 选择开发者服务管理
http://developer.baidu.com/console#app/project
3. 创建工程,修改详情。
输入名称,url,php-web,svn/git,这里选git
5. 开启扩展服务mysql
选择mysql
6. git管理,上传代码,启动更新
6.1 点击复制git地址,在本地目标文件夹,git clone 粘贴地址,获取origin的样本。
6.2 输入对应你的开发者账号和密码进行ssh验证。
6.3 查看里面的代码,有conf 和index.php
6.4 修改index.php代码,git add . git commit -m ‘description‘,git push origin master
6.5 在部署列表的对应的应用名称后面操作,点击一下快捷发布。
原文地址:http://blog.csdn.net/zcliatb/article/details/41513171