Saturday, August 27, 2011

Re: Django Development environment

Ok lets see. At the moment:

Editor:
vim + http://code.google.com/p/trespams-vim/
sometimes gedit or kate

Editor console *this has been really useful:
yakuake

Debug client-side:
firebug, yslow, a windows computer with ie7

Version system:
git

OS:
develop on apto-sid (debian unstable), deploy on debian or some sort
of redhat style os.

DB (depends on project):
mysql, postgres+spatial, sql-lite

Webserver:
apache 1.3, apache 2.2, nginx

Method of deployment:
Fcgi or wsgi

VIrtualisation:
vserver guests

Its not perfect but iv'e got used it.
Also lots of different extras i put into projects like south or
reverse-select, jinja but that depends on the project.

Interestingly on the three GUI systems i use kde, xfce and gnome as
most of my stuff is done in yakuake.

cheers
sam_w

On Sun, Aug 28, 2011 at 4:33 AM, Steven Elliott Jr
<stevenelliott.py@gmail.com> wrote:
>
> On Aug 27, 2011, at 11:17 AM, Simon Connah <simon.connah.ml@gmail.com> wrote:
>
>>
>> On 27 Aug 2011, at 04:44, Steven Elliott Jr wrote:
>>
>>>> On Fri, 2011-08-26 at 15:07 +0100, Simon Connah wrote:
>>>>> Mercurial or Git (depends on whether the project is open source or not)
>>>
>>> Kenneth,
>>>
>>> I think he means whether or not the repository will be public or private. Github (git) does not offer private repos unless you pay whereas bitbucket (mercurial) gives you 5 private ones for free as well as the option for creating public ones. I personally am a big BitBucket fan as I find it much much easier to manage and also a bit faster.
>>>
>>> Best,
>>> Steve
>>
>> Correct. Although Bitbucket offers unlimited private repos. It just limits you to 5 users...
>
> Right, sorry that's what I was going for but I brain spasm'd on the iPhone. Bitbucket has gotten a lot better since Atlassian took it over.
>
> --
> 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.
>
>

--
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.

No comments:

Post a Comment