Forums

Simple roundup tracker (not listening / wrong server )

Hi,

I was trying to install a roundup tracker to track one of my project.

Seems I can't access my server from my domain ? How do I listen on the right server ? Seems you can't never know because it could be anywhere on the cluster/machines ?

  • notice the web config i grep/config.ini in the term window

  • you can also see that my web app home / source tree is set to the correct place

Help greatly appreciated - Peace.

G. https://ibb.co/jNDM5c

(see link)

I think I found it. Need a custom WSGI right ? Any idea for roundup and pythonanywhere ?

Cheers

Yes, you'll need to write your wsgi file, assuming that roundup is a WSGI application. Check their docs for how to deploy as a WSGI app and then look at the PythonAnywhere help pages where we have several examples of how to configure different WSGI apps and you should be able to work out what to do with roundup from that.