Re: Django site updater
I use buildbot to export the code from svn whenever I commit to trunk.
It also performs other related tasks such as deleting the entire site
first then running tests, compiling to .pyc, deleting source, chowning
and chmoding etc.
I really like buildbot because you can add programmed (in Python) steps
to do anything you like.
On 24/05/2012 4:36am, Alexis Bellido wrote:
> I use Fabric to automate as much as possible, not only for production
> but also for my development and staging environments.
>
> I have shared some code in github:
>
> https://github.com/alexisbellido/The-Django-gunicorn-fabfile-project
>
> I'm currently finishing some changes for making this code more
> flexible and working with Django 1.4, where the project's directory
> layout has changed a bit.
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/VNxGjGEVV90J.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home