rTerm - Ajaxterm Window Widget for Extjs (Ext.ux.rTerm)




Author: David W Davis
Version: 1.0
License: Same as Extjs 2.0

Setup

Download and Install ajaxterm, and apache2.
The download link on Antony's site is broken, but here is a working link: Ajaxterm-0.10.tar.gz
Configure apache2 to proxy /u requests:
    ProxyRequests Off
    <Proxy *>
            Order deny,allow
            Allow from all
    </Proxy>
    ProxyPass /u http://localhost:8022/u
    ProxyPassReverse /u http://localhost:8022/u
Check out http://svn.xantus.org/ext-ux/ into your document root.
    svn co http://svn.xantus.org/ext-ux/ ext-ux
Open your browser to http://localhost/ext-ux/examples/rterm/, it will look exactly like this page, but with a button to open the term window.