Re: Django on Amazon EC2

2009-04-30 Thread Jörn Paessler

Hi Joshua,

we do not have public AMIs to offer, but if you logon to Amazon's  
Management Console and search for "django" under AMIs you find at  
least three public images:
<https://console.aws.amazon.com>

I reckon this should be a good start.

Best
Joern



---
beyond content GmbH
Dipl.-Ing. Jörn Paessler
Geschäftsführer
Burgschmietstr. 10
90419 Nürnberg, Germany
E-Mail: joern.paess...@beyond-content.de
Web: www.beyond-content.de
Fon: +49 (0)911 977 98162
Fax:  +49-(0)911 787 2525
Geschäftsführer: Dipl.-Ing. Jörn Paessler
Sitz der Gesellschaft: Nürnberg
Handelsregister: Amtsgericht Nürnberg HRB 23740
USt-IdNr.: DE247571538

Am 30.04.2009 um 11:34 schrieb Joshua Partogi:

>
> Hi Jörn,
>
> Thank you very much for sharing your experience. We were going to use
> it for a community site, but it seems that EC2 is not reliable though
> scalable. This is a tough choice. :-( Any chance that you already
> created an AMI for this that perhaps you can share with the
> community?
>
>
> Best regards,
>
> On Apr 29, 9:09 pm, Jörn Paessler 
> wrote:
>> Hi Joshua,
>>
>> we have been hosting our django sites on EC2 for about 9 months now.
>>
>> We are quite happy with it but there are some things you have to take
>> care of:
>> - we recently had a downtime, because the host system crashed. We had
>> a new instance up and running pretty fast but you have to keep in
>> mind: there is no self-healing mechanism to e.g. broken HDD on EC2.
>> You need to have a backup plan. An Amazon support employeee send me
>> this reply afterwards:
>> "Instances depend on the health of the underlying host. The component
>> that breaks most often are hard disks, so if the instance had any  
>> data
>> stored on the disk, it may not be recoverable if there was a fatal
>> failure, so moving an instance is not easily possible. In general, we
>> recommend that you architect your system in a way so that a single
>> instance failure does not disrupt the overall operation of your
>> system. We also recommend keeping current backups."
>> - For planning your infrastructure this blogentry might be quite
>> helpful:
>>"Experiences deploying a large-scale infrastructure in Amazon  
>> EC2 "
>><http://agiletesting.blogspot.com/2009/04/experiences-deploying-large- 
>> ...
>>  >
>> - we do manage every ressource with SVN. Even the SQL-dumps are
>> periodically persisted via SVN. For our sites (90% corporate  
>> websites)
>> this is a possible solution. I wouldn't recommend this for community
>> websites.
>> - On the high traffic sites we serve the media with Cloudfront. Runs
>> very smooth.
>> - Site data, logs and config-files are located on a mounted EBS.
>> - The best deal for the buck is a medium instance, find more
>> information here:
>> <http://www.paessler.com/blog/2009/04/03/prtg-7/testing-cloud-computin 
>> ...
>>  >
>> "Our conclusion of these tests is that we will mostly use the
>> “c1.medium” instances (”High CPU Medium Instance”) for webhosting and
>> other performance-relevant uses because it offers 150-300% more
>> performance (for CPU, disk and memory) than “m1.small” instances  
>> while
>> only costing 100% more."
>>
>> Hope that information helps!
>>
>
> >


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Django on Amazon EC2

2009-04-29 Thread Jörn Paessler

Hi Joshua,

we have been hosting our django sites on EC2 for about 9 months now.

We are quite happy with it but there are some things you have to take  
care of:
- we recently had a downtime, because the host system crashed. We had  
a new instance up and running pretty fast but you have to keep in  
mind: there is no self-healing mechanism to e.g. broken HDD on EC2.  
You need to have a backup plan. An Amazon support employeee send me  
this reply afterwards:
"Instances depend on the health of the underlying host. The component  
that breaks most often are hard disks, so if the instance had any data  
stored on the disk, it may not be recoverable if there was a fatal  
failure, so moving an instance is not easily possible. In general, we  
recommend that you architect your system in a way so that a single  
instance failure does not disrupt the overall operation of your  
system. We also recommend keeping current backups."
- For planning your infrastructure this blogentry might be quite  
helpful:
   "Experiences deploying a large-scale infrastructure in Amazon EC2 "
   
<http://agiletesting.blogspot.com/2009/04/experiences-deploying-large-scale.html
 
 >
- we do manage every ressource with SVN. Even the SQL-dumps are  
periodically persisted via SVN. For our sites (90% corporate websites)  
this is a possible solution. I wouldn't recommend this for community  
websites.
- On the high traffic sites we serve the media with Cloudfront. Runs  
very smooth.
- Site data, logs and config-files are located on a mounted EBS.
- The best deal for the buck is a medium instance, find more  
information here:
<http://www.paessler.com/blog/2009/04/03/prtg-7/testing-cloud-computing-performance-with-prtg-performance-comparison-of-amazon-ec2-instance-types/
 
 >
"Our conclusion of these tests is that we will mostly use the  
“c1.medium” instances (”High CPU Medium Instance”) for webhosting and  
other performance-relevant uses because it offers 150-300% more  
performance (for CPU, disk and memory) than “m1.small” instances while  
only costing 100% more."

Hope that information helps!

Have a great day!

Best
Joern

---
beyond content GmbH
Dipl.-Ing. Jörn Paessler
Geschäftsführer
Burgschmietstr. 10
90419 Nürnberg, Germany
E-Mail: joern.paess...@beyond-content.de
Web: www.beyond-content.de
Fon: +49 (0)911 977 98162
Fax:  +49-(0)911 787 2525
Geschäftsführer: Dipl.-Ing. Jörn Paessler
Sitz der Gesellschaft: Nürnberg
Handelsregister: Amtsgericht Nürnberg HRB 23740
USt-IdNr.: DE247571538

Am 29.04.2009 um 05:41 schrieb Joshua Partogi:

>
> Dear all,
>
> In favor of choosing Google app engine to run our Django apps, we are
> also considering Amazon EC2 because from what we've read we  are  not
> tightly locked into Google API. Has anyone here had any experience on
> deploying django apps on Amazon EC2 that would like to share their
> experience?
>
> Thank you very much for sharing. We really appreciate it.
>
> -- 
> If you can't believe in God the chances are your God is too small.
>
> Read my blog: http://joshuajava.wordpress.com/
> Follow us on twitter: http://twitter.com/scrum8
>
> >


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Article: "Persistent Django on Amazon EC2 and EBS - The easy way"

2008-09-08 Thread Jörn Paessler

Hi altogether,

I found an interesting article "Persistent Django on Amazon EC2 and  
EBS - The easy way" on delicious hotlist:



Best
Jörn




--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Do you code django with Komodo?

2008-06-26 Thread Jörn Paessler

Hi Brian,

thanks for your reply.

I also appreciate to see interest in a Komodo extension.

Since we come from the Zope world, we have years of experience with  
Python.
We also invested a lot of work and energy in the topic IDE for Zope: 
http://zamasing.com 
.
That's reason, why my head is full of ideas for a django IDE ;)

We have some experience in XUL and Firefox extensions. We published the
- Zope Toolbar: http://www.beyond-content.de/zope_lounge/zope_toolbar  
and
- Paessler Site Inspector: http://www.paessler.com/tools/psi
a few years ago.

Both of them are/contain XUL/JS driven FF toolbars.
I have no experience with the "Cross Plattform COM" (PyXPCOM)  
supported in Komodo yet. But I am also not sure if Python is the  
preferable language compared to JS. Since for the latter there are  
more examples to find (but also  just a few).

How should we proceed? Should we gather a list of ideas and features?

Have great day!

Best
Joern

---

   Zamasing - Zope dressed up!
   http://zamasing.com

---
beyond content GmbH
Geschäftsführer:
Dipl.-Ing. Jörn Paessler
Burgschmietstr. 10
90419 Nürnberg, Germany
E-Mail: [EMAIL PROTECTED]
Web: www.beyond-content.de
Fon: +49 (0)911 977 98162
Fax:  +49-(0)911 787 2525
Sitz der Gesellschaft: Nürnberg
Handelsregister: Amtsgericht Nürnberg HRB 23740
USt-IdNr.: DE247571538

Am 25.06.2008 um 19:34 schrieb Brian Luft:

>
> I am the project owner - and yes nothing has been accomplished other
> than jotting down a few lofty ideas.
>
> I am just transitioning out of some extended traveling, settling in a
> new city, and starting on some new contracts.  Making some progress on
> the django komodo utils is a high priority for me and I'm glad to see
> others are interested.  I'd appreciate any help, ideas, and
> suggestions as things get going.  I also have no experience with XUL
> or mozilla extensions so it will be a learning process throughout.
>
> Stay tuned...
>
> Cheers
> -Brian
>
> On Jun 25, 12:32 am, Jörn Paessler <[EMAIL PROTECTED]>
> wrote:
>>>> BTW: would anybody be interested in contributing to a Komodo-Django
>>>> extension with shortcuts to manage.py etc., modeling wizards and so
>>>> on?
>>
>>> Hell yeah, is it relatively straightforward or very involved? I know
>>> python pretty well, but firefox/komodo extensions are a bit of a
>>> black art!
>>
>> I found this project at Google 
>> Code:http://code.google.com/p/django-komodo-kit/
>>
>> It doesn't seem to be too active, though :)
>>
>> Does anbody know the project owner?
>>
>> Best wishes
>> Joern
> >


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Do you code django with Komodo?

2008-06-25 Thread Jörn Paessler

>> BTW: would anybody be interested in contributing to a Komodo-Django
>> extension with shortcuts to manage.py etc., modeling wizards and so  
>> on?
>
> Hell yeah, is it relatively straightforward or very involved? I know  
> python pretty well, but firefox/komodo extensions are a bit of a  
> black art!

I found this project at Google Code:
http://code.google.com/p/django-komodo-kit/

It doesn't seem to be too active, though :)

Does anbody know the project owner?

Best wishes
Joern




--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Do you code django with Komodo?

2008-06-25 Thread Jörn Paessler

Hi,

on Windows I used to work with pydev/eclipse. Since it didn't run on  
Mac OS X so well, I switched to Komodo Edit first and purchased Komodo  
IDE later. The IDE offers support for Subversion and some class  
browsing functions.

What I also appreciate is the code completion support for some of the  
most popular AJAX frameworks. My favourite is jQuery.

The extensibility of Komodo in our beloved language Python is another  
plus.

BTW: would anybody be interested in contributing to a Komodo-Django  
extension with shortcuts to manage.py etc., modeling wizards and so on?

Best
Joern


---
beyond content GmbH
Geschäftsführer:
Dipl.-Ing. Jörn Paessler
Burgschmietstr. 10
90419 Nürnberg, Germany
E-Mail: [EMAIL PROTECTED]
Web: www.beyond-content.de
Fon: +49 (0)911 977 98162
Fax:  +49-(0)911 787 2525
Sitz der Gesellschaft: Nürnberg
Handelsregister: Amtsgericht Nürnberg HRB 23740
USt-IdNr.: DE247571538

Am 24.06.2008 um 11:56 schrieb ristretto.rb:

>
> Hello,
>
> Do you code python/django in Komodo?  Care to share your bookmarks?
> And tips on how to set it up to get the most out of Komodo for django
> dev?  Do you use the Editor or the IDE?
>
> I'm new to django and python, and based on some research on this site,
> I started looking into the Komodo Editor.   I'm considering buying a
> license for the IDE.
> I hate to have to ask this here, but I'm finding the Komodo
> documentation hard to find.  I'm seeing code completion to be buggy.
> And, there doesn't seem to be much Django specific about it, other
> than syntax coloring for django templates.
>
> If Komodo isn't the right choice, feel free to suggest something else.
> Is it the best?
>
> Thank You
>
> p.s.  django is a killer framework on top of a super-cool language.
> big thanks to all of you that make it available.  (I hope to get clued
> up enough to contribute at some point.)
>
> >


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---