I'm developing a real time website. It's a map where the color of each city changes based on the current emotion.
I have the python part which is connected to my database. So whenever I run the python code a new record is added to the database. - it's a streaming code so it's never ending.
The command line that is suitable for my python code is (nohup) since I want it always running.
I'm using (Bluehost) as hosting server - VPS package.
I opened my SSH command line and run the command:
So this means it's working? It created an out file but no record is added to the database!
What's the problem? Thank you