Versions Compared

Key

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

 

Table of Contents

...

Install some ruby gems:
Code Block
# gem install "mime-types" -v '1.25'
# gem install rest-client
# gem install nokogiri -v '1.5.10'
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. Same happens with mime-types gem, a requirement of rest-client gem.

 

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

...