I have setup my model B Pi as a web server using the Flask framework. The website is still only rudimentary but via a port forward can be seen on the web.
I began the web server using
Code: Select all
python myCode.pyWhen I remoted in again later that evening I could no longer see the terminal but the server is still running. I know this because I can still access it via Firefox and Konquerer.
Question is where did the terminal go? How can I get it back? I tried looking up the processes but dont know what I should be looking for.
Please advise