On Nov 3, 2009, at 11:19 PM, JohnL wrote:
> Hi All,
>
> I just joined linode and followed there instructions in setting up
> Django at http://library.linode.com/lamp-guides/ubuntu-9.10-karmic/.
>
>
> <VirtualHost *:80>
>     ServerAdmin squ...@bucknell.net
>     ServerName bucknell.net
>     ServerAlias www.bucknell.net
>     DocumentRoot /srv/www/bucknell.net/public_html/
>     ErrorLog /srv/www/bucknell.net/logs/error.log
>     CustomLog /srv/www/bucknell.net/logs/access.log combined
> </VirtualHost>
>
> My question is where do I place my django application files?  How can
> I setup something like my development machine where I have a
> repository on assembla.com where I can check in and out easily to
> deploy?

I use OS X and just use the pre-installed Apache server with  
mod_python, and set up the virtual host to point to the right place;  
wherever I want.

Is that what you mean?

S


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to