Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Table of Contents

...

Code Block
# yum install ruby rubygems ruby-devel make gcc libxml2 libxml2-devel.x86_64 libxslt libxslt-devel.x86_64 make
Install some ruby gems:
Code Block
# gem install rest-client
# gem install nokogiri -v '1.5.10'
# gem install libxml2 
Info

As latest versions of Nokogiri require ruby 1.9.2 or newer and Centos ships with ruby 1.8.7, we need to fix the Nokogiri version to something below 1.6.

 

Run the command manually to check that it is working fine and set up a cron task to keep the token list up to date:

...

Replacing TightVNC applet with noVNC in the client-premium webapp

Download the noVNC distribution package from: http://kanaka.github.com/noVNC 

Note that this is the same package we used for the websockify

...