English 中文(简体)
Django 远程部署,外围和法布里
原标题:Django remote deployment with buildout and Fabric

我是利用Django在djangorecipe上撰写的网上申请。 我想进行自动部署,发现法布里是完美的解决办法。

不过,我无法确定,你如何在外围环境中使用法布里。 由此可见,使用法布里斯的out和员额已经过时(ca2010年)。 是否有任何人试图执行?

最佳回答

考虑这一问题的最佳办法是将它们作为单独对待。

  • 建设是为了在当地和服务器上建立一切。 逐步减少暴风雨和所有所需的假装。 也许甚至从一个模板中产生一个pache config文档。

  • fabric is for running remote commands, like checking out your tag with buildout in it on the server, running bootstrap and buildout and for restarting apache for instance.

施工管理实际目录。 Fabric 经营建筑工程,管理建筑工程以外的一切。 象一个药店一样工作!

(当然,你提供你的文件。) 页: 1 并且,如果你更喜欢的话,你可以把自己的结构添加到鸡蛋中:在服药方面,一部分是在当地获得双胎。

问题回答

暂无回答




相关问题
How to get two random records with Django

How do I get two distinct random records using Django? I ve seen questions about how to get one but I need to get two random records and they must differ.

Moving (very old) Zope/Plone Site to Django

I am ask to move data from a (now offline) site driven by Plone to a new Django site. These are the version informations I have: Zope Version (unreleased version, python 2.1.3 ) Python Version 2.1....

Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

Flexible pagination in Django

I d like to implement pagination such that I can allow the user to choose the number of records per page such as 10, 25, 50 etc. How should I go about this? Is there an app I can add onto my project ...

is it convenient to urlencode all next parameters? - django

While writing code, it is pretty common to request a page with an appended "next" query string argument. For instance, in the following template code next points back to the page the user is on: &...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

热门标签