Monday, January 23, 2012

How to setup and run orbited server

Either go to its github site, download the package, unzip and cd into the daemon folder and run "sudo python setup.py install", or in the terminal run "sudo pip install orbited2". To test installation success, run "orbited2 --help". When I run it, it gave error traceback. Once it said missing module static, the other time it missed "ImportError: No module named paste.urlmap". Run "sudo pip install static" and "sudo pip install paste" respectively to get rid of them.

No comments:

Post a Comment