Hi,
Has anyone tried to host Pythonanywhere thru Dreamhost? It seems there's a number of steps outlined by Dreamhost in conjunction to this (which I have done) but I'm not getting it to work properly. So far I've:
(1) Enabled Passenger on Dreamhost - http://wiki.dreamhost.com/Passenger
(2) Added a wsgi file ( /home/username/example.com/passenger_wsgi.py ) and set up the basic Hello World result, with success as per:Setting up Passenger WSGI (same link as in #1)
(3) Created a new webapp on pythonanywhere per: https://help.pythonanywhere.com/pages/OwnDomains
(4) Copied the wsgi file from #3 to the wsgi file in #2 (per link info in #3)
(5) Updated the DNS only entry on Dreamhost per: http://wiki.dreamhost.com/Custom_DNS
(6) Add the A-record record on Dreamhost per Link in #5.
Any help much appreciated!!