V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
CoX
V2EX  ›  Python

Python做的网站如何部署更新?

  •  
  •   CoX · 2012-10-18 11:37:09 +08:00 · 4076 次点击
    这是一个创建于 4209 天前的主题,其中的信息可能已经有所发展或是发生改变。
    没在vps上鼓捣过。
    sae/bae是svn上去,openshift 是git上去,dotcloud appfog 差不多也是类似的脚本
    如果自己vps上要更新的话,一般如何操作呢?
    vps上装git/svn server,写代码自动重启应用?还是装个vsftp通过ftp更新代码,再手动重启应用?
    大家都是如何更新的呢?
    2 条回复    1970-01-01 08:00:00 +08:00
    Livid
        1
    Livid  
    MOD
       2012-10-18 11:48:57 +08:00
    代码放到 BitBucket 上,然后通过 git 部署,配置文件放 .gitignore 里。
    CoX
        2
    CoX  
    OP
       2012-10-18 13:05:03 +08:00
    @Livid 嗯,是个好办法,BB上可以建私有的repo
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2760 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 15:20 · PVG 23:20 · LAX 08:20 · JFK 11:20
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.