Re: New Guide to Django install on fresh VPS

2009-12-24 Thread Leonel Nunez
> OK, I have Cherokee and uwsgi installed and running. > Now I am hung up on configuring a domain to resolve to a django > project/app. > Leonel: Can you share or point to any configuration details? I have > reviewed the cherokee admin docs and tried the wizard. > Thank you :) > > -- > Just creat

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread LarryEitel
OK, I have Cherokee and uwsgi installed and running. Now I am hung up on configuring a domain to resolve to a django project/app. Leonel: Can you share or point to any configuration details? I have reviewed the cherokee admin docs and tried the wizard. Thank you :) -- You received this message be

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread LarryEitel
Progress but no cigar... I ran: sudo make -f Makefile.Linux.Py26 And it returned: rm -f utils.o socket.o pymodule.o main.o gcc -c `python2.6-config --cflags` `xml2-config --cflags` utils.c gcc -c `python2.6-config --cflags` `xml2-config --cflags` socket.c gcc -c `python2.6-config --cflags` `xml2-

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread Leonel Nunez
> Having a problem with installing uwsgi. Any suggestions? > > $ sudo wget http://projects.unbit.it/downloads/uwsgi-0.9.3.tar.gz > $ sudo tar xf uwsgi-0.9.3.tar.gz > $ cd uwsgi-0.9.3 > $ sudo make -f Makefile.Linux.Py26 > > rm -f utils.o socket.o pymodule.o main.o > gcc -c `python2.6-config --cflag

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread Leonel Nunez
> Hello Leonel, > > I watched the Cherokee Videos and will give it a crack. Here is a new > Google Doc that I will use to document the process. If anyone else > reading this has experience with building out a VPS with Cherokee and > Django along with other key packages, please take a look and share

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread LarryEitel
Having a problem with installing uwsgi. Any suggestions? $ sudo wget http://projects.unbit.it/downloads/uwsgi-0.9.3.tar.gz $ sudo tar xf uwsgi-0.9.3.tar.gz $ cd uwsgi-0.9.3 $ sudo make -f Makefile.Linux.Py26 rm -f utils.o socket.o pymodule.o main.o gcc -c `python2.6-config --cflags` `xml2-config

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread LarryEitel
Hello Leonel, I watched the Cherokee Videos and will give it a crack. Here is a new Google Doc that I will use to document the process. If anyone else reading this has experience with building out a VPS with Cherokee and Django along with other key packages, please take a look and share your obser

Re: New Guide to Django install on fresh VPS

2009-12-23 Thread Leonel Nunez
> I have made more progress on this. For any interested I now have it on > a published google doc: http://docs.google.com/View?id=ddbbmdr8_12gv8ccdgs > > Now I would like to cut my teeth on installing memcached. :) > > -- > > You received this message because you are subscribed to the Google Groups

Re: New Guide to Django install on fresh VPS

2009-12-23 Thread Dattatreya M
Awsome, Larry. If I can catch up with the basics, I sure will like to work with you (in case you need more hands). Regards, D Dattatreya Mellacheruvu Graduate Student, Bioinformatics, The University of Michigan, Ann Arbor. `The Strongest Principle of growth lies in human choice` ~ George Eliot (

Re: New Guide to Django install on fresh VPS

2009-12-23 Thread LarryEitel
I have made more progress on this. For any interested I now have it on a published google doc: http://docs.google.com/View?id=ddbbmdr8_12gv8ccdgs Now I would like to cut my teeth on installing memcached. :) -- You received this message because you are subscribed to the Google Groups "Django use

Re: New Guide to Django install on fresh VPS

2009-12-22 Thread LarryEitel
Some recommended to include the tools mentioned here: http://clemesha.org/blog/2009/jul/05/modern-python-hacker-tools-virtualenv-fabric-pip/ ie, pip, virtualenv and fabric. I will spec these out tomorrow. -- You received this message because you are subscribed to the Google Groups "Django users"

Re: New Guide to Django install on fresh VPS

2009-12-22 Thread LarryEitel
Thank you I will take a look at that. In either case, I had to move my notes to a new location: http://www.evernote.com/pub/larryeitel/techlinux#v=l&n=02179b55-4c75-4081-ba8b-1d478ac6c19b&b=8dd23aa5-cf80-4017-b7a4-36cb7b526c89 Thank you :) -- You received this message because you are subscribed

Re: New Guide to Django install on fresh VPS

2009-12-22 Thread Christophe Pettus
You might take a look at: http://thebuild.com/blog/2009/10/16/wordpress-to-djangopostgresql-part-1-installing-postgresql/ Feel free to borrow what you'd like. On Dec 22, 2009, at 6:05 PM, LarryEitel wrote: > I am creating a step-by-step guide to build out a fresh VPS with > production

New Guide to Django install on fresh VPS

2009-12-22 Thread LarryEitel
I am creating a step-by-step guide to build out a fresh VPS with production stack for Django. It is on a Wiki at: http://is.gd/5xZ3g I have more details to fill in. I am motivated by a need to build out a production server for a port of a PHP site (http:biblize.com) to Django. If anyone would lik