0

I wrote a program a few months ago in python/JavaScript that uses bottle, but when I moved it to my website (hosted on Amazon Web Service), it works when I type: sudo python2.7 moviegame.py, but when I close Putty, the website doesn't show my game.

How do I get the server to keep running my program without relying on my computer?

1 Answers1

0

Typically you would use something like supervisor http://supervisord.org/ or some other process control system. There are many out there.

Michael Robellard
  • 2,268
  • 15
  • 25