Friday, June 28, 2013

Re: django deploy structure

Man, use GIT. Push to your git repo. Clone from git through your production server. It's easy to do. Hope this helps? :)

On Thursday, 27 June 2013 09:08:13 UTC+1, Mulianto wrote:
Hi,

If cannot use git, for copy the source you can use rsync or use fabric to selective upload the file and reload the app.

But easier using GIT

Sent from my iPhone

On 27 Jun 2013, at 08:15, Nick Apostolakis <nick...@gmail.com> wrote:

You could use a code versioning  system like git or bazaar.when you want to deploy just pull from your repository

Στις 26 Ιουν 2013 8:46 μ.μ., ο χρήστης "fred" <fred....@adventistcare.org> έγραψε:
I've got django 1.5 deploying successfully to a Linux Apache system with mod_wsgi.  This system is still being developed and changes are frequent. 

I currently just copy the Eclipse project directory over, which gives me the site/settings as well as the app.  This works, but has the disadvantage of also copying unnecessary stuff like my docs subdirectory and test data directory, etc. I cannot use tools like git to solve this for various internal reasons.

I'm the only one using django in my organization and I would appreciate some insight from the more experienced developers in the community. 

Thanks,

Fred.

--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment