In order to run the development version you have to make use of nohup and &. Screen could also be used, as well as writing the program to use python-daemon https://pypi.python.org/pypi/python-daemon/ , or making use of supervisor if you want to avoid writing code http://supervisord.org/introduction.html .
In order to run the development version you have to make use of nohup and &. Screen could also be used, as well as writing the program to use python-daemon https://pypi.python.org/pypi/python-daemon/ , or making use of supervisor if you want to avoid writing code http://supervisord.org/introduction.html .