> Den 7. sep. 2016 kl. 10.49 skrev James Schneider <jrschneide...@gmail.com>:
> 
> You may also want to consider building in a configuration manager such as 
> Ansible or Salt stack. Once set up, you can deploy multiple staging and prod 
> servers with a couple commands. With the right planning, that could 
> potentially work across major Ubuntu versions as an upgrade path. 
> 
> Probably won't save you time up front, but it definitely will next time this 
> comes around, with the added bonus of a near instantaneous recovery of a 
> dev/prod system build with little need for backups beyond your custom app 
> code and the play books for your config management.

I'll chime in and say that this is really a must nowadays if you're hosting 
your own services. Not having a server configuration that you can deploy to a 
new server within minutes is like building a Django project and not having a 
requirements.txt. Sure, you can pip install everything manually and memorize 
which packages you're using and which versions are compatible with your 
project, but a list of requirements is just so much better.

Erik

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/39079C9D-A124-4BD1-9553-41121AC0FC35%40cederstrand.dk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to