-
I've got isso running in my lab and now I want to deploy it to a free account on PythonAnywhere for further testing. But I'm not really a back-end guy, so I don't know enough about the plumbing to fill in their WepApp deployment form, and Google isn't turning up any obvious help, so I thought I'd ask here. Has anybody written a guide to deploying on PA that I'm just not finding? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
After chasing my tail for a full day, digging into server logs, config files, and source code, I've finally got a simple setup that seems to be working. So in the very great likelihood that I'll completely forget how I did it and be asking the same question a month from now, I'll document the important bits here.
And that's it. I've probably overlooked things, and I'm sure people who actually know what they're doing will find lots that can be improved here, but this should get you pretty close. Reload your webapp and try refreshing your website page to see if it starts including all your new commenty goodness. If not, I found the PA error and server logs helpful, as well as viewing the console output from the Chrome tab that tried to load your site. Most of my work figuring this out was simply making the errors in those windows go away. :-) |
Beta Was this translation helpful? Give feedback.
-
Hi, @Jefficus could you help me install isso-comments on Django (windows) on my local computer? |
Beta Was this translation helpful? Give feedback.
After chasing my tail for a full day, digging into server logs, config files, and source code, I've finally got a simple setup that seems to be working. So in the very great likelihood that I'll completely forget how I did it and be asking the same question a month from now, I'll document the important bits here.
source venv-isso/bin/activate
pip install isso