Re: I need some help to find a deployment strategy

2014-10-05 Thread Sabine Maennel
Thank you Lachlan for your advice, I will check out Two scoops of Django on that. I have it at home. Thanks for being so patient and helpful. with kind regards Sabine Am Sonntag, 5. Oktober 2014 22:09:26 UTC+2 schrieb Lachlan Musicman: > > I can't recommend the Two Scoops of Django me

Re: I need some help to find a deployment strategy

2014-10-05 Thread Sabine Maennel
Dear Marc, thank so much for this detailed response, I will study these links and decide what to do. I am actually already live and went up under a lot of time pressure, but with a temporary site. So I guess I can still fix the process, but the right time for this is now before the site gets out

Re: I need some help to find a deployment strategy

2014-10-05 Thread Lachlan Musicman
I can't recommend the Two Scoops of Django method enough, if only because it's made by people that deploy a lot and from sensible suggestions. 1. Just a single code base, but with different branches if needed (hence using DVCS). Then you commit once, and have no synchronisation problems. Any issue

Re: I need some help to find a deployment strategy

2014-10-05 Thread Mark Phillips
Sabine, How I deploy a django app...ymmv and I won't say this is the best way to do it;) I have two machines - one for development (my laptop) and one for production (a hosted site) on Linode. The development machine uses virtualenv and runserver to test etc. The production machine uses virtu

I need some help to find a deployment strategy

2014-10-05 Thread Sabine Maennel
I have my site up and running for the first time, and it was hard to catch the deadline, but now I need to get to a more professional setup of things. Can anybody help me with this please: *So on my host I have two installations : Test and Live* I guess that is fine, right? So now on bitbucket