This topic created in 4938 days ago, the information mentioned may be changed or developed.
没在vps上鼓捣过。
sae/bae是svn上去,openshift 是git上去,dotcloud appfog 差不多也是类似的脚本
如果自己vps上要更新的话,一般如何操作呢?
vps上装git/svn server,写代码自动重启应用?还是装个vsftp通过ftp更新代码,再手动重启应用?
大家都是如何更新的呢?
2 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
Livid Oct 18, 2012
代码放到 BitBucket 上,然后通过 git 部署,配置文件放 .gitignore 里。
|
 |
|
2
CoX Oct 18, 2012
@ Livid 嗯,是个好办法,BB上可以建私有的repo
|