Changes

From SME Server
Jump to navigationJump to search
623 bytes added ,  21:28, 15 November 2007
updated for version 1.0.5
Line 6: Line 6:     
=== Download ===
 
=== Download ===
[http://mirror.contribs.org/smeserver/contribs/michaelw/sme7/ajaxterm/smeserver-ajaxterm-1.0.4-0.noarch.rpm smeserver-ajaxterm-1.0.4-0.noarch.rpm]
+
[http://mirror.contribs.org/smeserver/contribs/michaelw/sme7/ajaxterm/smeserver-ajaxterm-1.0.5-0.noarch.rpm smeserver-ajaxterm-1.0.5-0.noarch.rpm]
    
=== Installation ===
 
=== Installation ===
  yum localinstall smeserver-ajaxterm-1.0.4-0.noarch.rpm
+
  yum localinstall smeserver-ajaxterm-1.0.5-0.noarch.rpm
 
This installs and starts the Ajaxterm service. There is no need for the signal-event post-upgrade/reboot
 
This installs and starts the Ajaxterm service. There is no need for the signal-event post-upgrade/reboot
 +
 +
=== Usage ===
 +
Point your browser to <nowiki>https://yourdomain.com/ajaxterm/index.html</nowiki>
 +
 +
* Login in to browser prompt as admin.
 +
 +
* Login to shell access as any user, NB, you may need to enter the servername at ''Host'' and port and ''SSH Port'' depending on your configuration.
 +
 +
 +
=== Screenshot ===
 +
[[Image:Ajaxterm-login.gif]]
 +
    
=== Configuration ===
 
=== Configuration ===
Line 29: Line 41:  
  expand-template /etc/httpd/conf/httpd.conf
 
  expand-template /etc/httpd/conf/httpd.conf
 
  service httpd-e-smith restart  
 
  service httpd-e-smith restart  
 +
 +
==== Terminal size ====
 +
By default the size of the terminal is 80 x 25 characters. Use the following commands to set a new size.
 +
config setprop Ajaxterm width NEWWIDTH
 +
config setprop Ajaxterm height NEWHEIGHT
 +
service ajaxterm restart
 +
Note: Increasing the size may decrease the speed.
 +
 +
==== Web alias ====
 +
The default web alias is ''ajaxterm''. You can change it to any other name:
 +
config setprop Ajaxterm webAlias NEWALIAS
 +
expand-template /etc/httpd/conf/httpd.conf
 +
service httpd-e-smith restart
 +
Then point your browser to the new URL: <nowiki>https://yourdomain.com/NEWALIAS/index.html</nowiki>
    
==== Ajaxterm service port ====
 
==== Ajaxterm service port ====
Line 37: Line 63:  
  service ajaxterm restart
 
  service ajaxterm restart
   −
=== Usage ===
  −
Point your browser to https://yourdomain.com/ajaxterm/index.html
  −
  −
* Login in to browser prompt as admin.
  −
  −
* Login to shell access as any user, NB, you may need to enter the servername at ''Host'' and port and ''SSH Port'' depending on your configuration.
  −
  −
  −
=== Screenshot ===
  −
[[Image:Ajaxterm-login.gif]]
       
501

edits

Navigation menu