You are viewing a single comment's thread from:

RE: Free STEEM accounts; First come first serve. No strings attached.

in #steem7 years ago (edited)

I tried to set up infestor.

root@fbslo ~ # gunicorn infestor.web:app
[2018-11-18 10:17:55 +0100] [23236] [INFO] Starting gunicorn 19.9.0
[2018-11-18 10:17:55 +0100] [23236] [INFO] Listening at: http://127.0.0.1:8000 (23236)
[2018-11-18 10:17:55 +0100] [23236] [INFO] Using worker: sync
[2018-11-18 10:17:55 +0100] [23239] [INFO] Booting worker with pid: 23239

But when I tried to connect to the app (ip:8000), I got

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application. 
Sort:  

Looks good.

Try:

gunicorn infestor.web:app -b 0.0.0.0:8000

This one will be reachable from external ip addresses. Also make sure you have set

  • INFESTOR_ACTIVE_KEY
  • INFESTOR_CREATOR_ACCOUNT

environment keys.

Example:

INFESTOR_CREATOR_ACCOUNT=fbslo INFESTOR_ACTIVE_KEY=fbsloactivekey gunicorn infestor.web:app -b 0.0.0.0:8000

Thank you! It's working now!

Glad to hear, I can push an update for a customized footer if you plan to use it. :)

That would be nice :)

First I need to figure out where to run it, because I run it on my witness server now and I don't want to give anyone IP of my witness server.

A $5/month digitalocean vps is more than enough. :-)