Saturday, August 29, 2020

Re: Production deployments and Version Control for DJango projects

Hi,

After some review we decided to go with Jenkins for continuous integration and deployment. Our development server was deployed on Ubuntu 18.x with Postgres DB and Python 3 virtual environment, DJango and GIT.

Now we are planning to setup Jenkins server on the same dev. server so that we could do continuous integration using source code from GIT and deployment on dev server first and then Prod server once the code is clean and bugs free.

But I'm wondering whether Jenkins has to be installed inside Virtual Env. or outside because DJango web application runs inside the virtual environment, also whether my setup plan would help me to deploy code in production server too?

Thanks,

~Ram


On Sun, Apr 19, 2020 at 10:59 AM JEGATHEESWARAN SUNDARAVADIVEL <jagatheesjothi@gmail.com> wrote:
Hi , 
Try Jenkins also for Continuous Integration (CI)

Regards 
Jegatheeswaran sundaravadivel 

On Sun, 19 Apr 2020 at 22:23, Ram <ram.mullapudi@gmail.com> wrote:
Thank you, all. We started with GIT hub and planning to add ansible-playbook later in our development phase.

Best regards
~Ram

On Sat, Feb 15, 2020 at 2:55 AM Kasper Laudrup <laudrup@stacktrace.dk> wrote:
Hi Aldian,

On 15/02/2020 05.57, Aldian Fazrihady wrote:
> Try ansible-playbook
>

That's exactly what Ansible was designed for, so I agree that this would
be the obvious route to go.

No reason not to use git for source control and then Ansible to automate
the deployment.

Kind regards,

Kasper Laudrup

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3bb1d4ef-5c6e-4c78-756c-908e4f17d073%40stacktrace.dk.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BOi5F03sNF-Xxk8XCf5tG0%2BBaAwiqQ6jX1_A0ryWqyKtq%3Ddyw%40mail.gmail.com.
--
JAGATHEESWARAN

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHM%2BSVqxunT3gu78E2ay6U4phK3g7OEz_BbEPsT4s%2BVi8PXV1Q%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BOi5F1EWFthmh94vnif4WbEz%2Bj2BDq5-BhEtDE_bPZCW7cwPQ%40mail.gmail.com.

No comments:

Post a Comment