Difference between revisions of "Install Guacamole on Centos 6.5"

From MyWiki
Jump to: navigation, search
(Created page with "yum -y install guacd libguac-client-* <br>")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
'''Reference''' - http://negativo17.org/guacamole-on-fedora-and-centosrhel-6/ <br>
 +
 
yum -y install guacd libguac-client-* <br>
 
yum -y install guacd libguac-client-* <br>
 +
chkconfig guacd on <br>
 +
yum -y install tomcat6 <br>
 +
chkconfig tomcat6 on <br>

Latest revision as of 15:53, 22 September 2015

Reference - http://negativo17.org/guacamole-on-fedora-and-centosrhel-6/

yum -y install guacd libguac-client-*
chkconfig guacd on
yum -y install tomcat6
chkconfig tomcat6 on