mst's notes
Chris Nehren [Fri, 8 Apr 2011 06:54:51 +0000 (02:54 -0400)]
ths.txt [new file with mode: 0644]

diff --git a/ths.txt b/ths.txt
new file mode 100644 (file)
index 0000000..9ae4003
--- /dev/null
+++ b/ths.txt
@@ -0,0 +1,19 @@
+
+THS
+
+Need: XVNC. Selenium. Browser. Maybe app server.
+
+XVNC and Selenium may be on a remote host (for simplicity, require same remote host)
+
+$app_run_command -> script/myapp_server.pl -p 3000
+$app_host_port -> ${hostname}:3000
+
+Start xvnc -> vncserver :${disp} or ssh user@host vncserver :${disp}
+Start selenium -> DISPLAY=:${disp} selenium-rc -port ${port} or ssh user@host ...
+
+Kill xvnc -> vncserver :${disp} -kill
+Kill selenium -> GET http://${host}:${port}/selenium-server/driver/?cmd=shutDownSeleniumServer
+
+allow suppling of $remote as 'user@host' to populate ssh command -and- $host for selenium kill
+
+