Skip to content

ali5ter/vcloud-client

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
www
 
 
 
 
 
 

vcloud-client

Trivial web client used to play the VMware vCloud Javascript SDK that comes with the SilverLining fling in VMware Labs.

Β  Β 

Documentation about how to use the SDK is supplied with the SilverLining fling distribution. Once downloaded and unpacked, it can be found under vcloud-js-sdk/vCloudDirectorJSSDK.pdf. This document is included in this repo for convenience under the docs directory.

Installation

This installs directly into your VMware vCloud Director cell, so you'll need shell access to the machine running vCD. Clone this repo to that machine and run:

install

The install script can also watch any changes you make to the files under the www/ (document root) directory and install these changes automatically. Just run the following in a seperate terminal session:

install -w

References