i migrated everything in to linux mint
On Tuesday, August 5, 2014 5:17:22 PM UTC+1, Jeff Trawick wrote: > > On Monday, August 4, 2014 6:12:16 PM UTC-4, Adrian Marshall wrote: >> >> I've went through a few different ways. If your set on using apache, >> Configure Apache with Mod-WSGI on a server. >> >> Here's a Good Tutorial: >> http://thecodeship.com/deployment/deploy-django-apache-virtualenv-and-mod_wsgi/ >> >> If you're having trouble with that and your app isn't too demanding you >> can easily upload on Heroku and control it easily using Git commands. >> >> check out the docs: >> https://devcenter.heroku.com/articles/getting-started-with-django >> >> An alternative to both of those would be to use Nginx with uWSGI. If you >> want to go that route here's a good tutorial: >> >> http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html#concept >> > > As if that weren't enough, you can deploy with Apache httpd proxy + uWSGI > in a very similar manner to Nginx + uWSGI. Some may find that more natural > than with mod_wsgi. You can see how similar it can be to an Nginx setup at > http://emptyhammock.com/projects/info/pyweb/ > > But the op says "wamp" which usually means Windows. > > gunicorn isn't for Windows, uWSGI 1.9 docs mention some experimental > Cygwin port. What's a suitable production-ready Python "app server" for > Windows that would work with Apache httpd or Nginx? Maybe Apache httpd + > mod_wsgi is the way to go there. (shrug) > > > >> >> Good luck! >> >> On Monday, August 4, 2014 4:53:00 AM UTC-4, ngangsia akumbo wrote: >>> >>> I have created a complete site, >>> >>> i have configured it to run with mysql using wamp >>> >>> i have also configured apache in wamp which is up and running >>> >>> so i want to deploy the site to run as a life page on the internet using >>> apache >>> >>> what should i do next >>> >> -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b679530d-36c9-4b66-86ed-892d5d6553b1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

