How to install prodigy on digital ocean droplet

Hi how can i install prodigy on digital ocean droplet? i am using 2 different pc so if i access from cloud server it could be better

Hi! It should work just like running any other Python app on DigitalOcean and you should be able to set up Python, copy over the Prodigy installer, install it and serve the app:

If you prefer Docker, you can probably also do it all using Docker. Here's an example dockerfile for reference:

I followed steps and i installed prodigy. I write "host":"0.0.0.0" to prodigy.json file. but when i try connect from my browser with writing my ipadress:8080 its says ERR_CONNECTION_TIMED_OUT

i solved by disabling firewall

1 Like