Talk:TerraGear scenery build server: Difference between revisions

Jump to navigation Jump to search
Line 66: Line 66:


: Finally, coming up with a working web service is in my opinion more difficult than using SSH to teach TGGUI to run a handful of commands remotely and fetch the results via SFTP - so yeah, I am kinda lazy here
: Finally, coming up with a working web service is in my opinion more difficult than using SSH to teach TGGUI to run a handful of commands remotely and fetch the results via SFTP - so yeah, I am kinda lazy here
== Standalone GUI (via SSH) ==
If the consensus should end up being not to use [[TerraGear GUI]], the most straightforward option for coming up with a simple GUI would be Python using SSH and GUI bindings:
* http://docs.fabfile.org/en/1.4.2/index.html
* http://hackerific.net/2009/02/06/paramiko-scripting-ssh-with-python/
* http://jessenoller.com/2009/02/05/ssh-programming-with-paramiko-completely-different/
* https://github.com/paramiko/paramiko
* http://www.pythonforbeginners.com/code-snippets-source-code/ssh-connection-with-python/
* http://sourceforge.net/projects/pexpect/

Navigation menu