...
...
...
...
Using noVNC in the current version of Abiquo
By default Abiquo has an integrated TightVNC applet viewer to provide remote connections to VM consoles. This can be changed to noVNC, an HTML5 VNC viewer, by following the steps below.
...
- Install python-devel and openssl-devel using yum
- If you do not have gcc, install it using yum because it is required to compile the python modules
- Download the aforementioned packages (numpy, ssl if required, and multiprocessing modules) from https://pypi.python.org/
- For each package, uncompress the downloaded tarball, cd into the extracted directory, and run:
Code Block |
---|
# python setup.py install |
Install noVNC proxy
Download the noVNC distribution package from: http://kanaka.github.com/noVNC/
...
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
...