Table of Contents |
---|
...
- -a: The API URL to connect to. Should be the same as abiquo.server.api.location property in abiquo.properties file.
- -u: The username that will be used to interact with the API. Requires a role with next privileges:
- USERS_MANAGE_ENTERPRISE, ENTERPRISE_ADMINISTER_ALL, VDC_ENUMERATE, VAPP_CUSTOMIZE_SETTINGS
- -p: The password for the user.
...
Code Block |
---|
# wget https://raw2raw.githubgithubusercontent.com/abiquo/noVNC/master/websockify -O /etc/init.d/websockify --2014-02-18 09:42:07-- https://raw2.github.com/abiquo/noVNC/master/websockify Resolving raw2.github.com... 185.31.16.133 Connecting to raw2.github.com|185.31.16.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1434 (1,4K) [text/plain] Saving to: `/etc/init.d/websockify' 100%[=====================================================================================================================>] 1.434 --.-K/s in 0s 2014-02-18 09:42:11 (5,45 MB/s) - `/etc/init.d/websockify' saved [1434/1434] # chmod +x /etc/init.d/websockify # chkconfig websockify on # service websockify start |
...
Code Block |
---|
# wget https://raw2raw.githubgithubusercontent.com/abiquo/noVNC/master/websockify-ssl -O /etc/init.d/websockify --2014-02-18 09:45:33-- https://raw2.github.com/abiquo/noVNC/master/websockify-ssl Resolving raw2.github.com... 185.31.17.133 Connecting to raw2.github.com|185.31.17.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1554 (1,5K) [text/plain] Saving to: `/etc/init.d/websockify' 100%[=====================================================================================================================>] 1.554 --.-K/s in 0,001s 2014-02-18 09:45:35 (1,12 MB/s) - `/etc/init.d/websockify' saved [1554/1554] |
...
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
...