Skip to content

OPENi-ict/communications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

communcications

The Cloudlet Platforms cloudlet_api component manages users Cloudlet Platform. It supports create, delete, and read of Cloudlets.

Getting Started

Install the module with: npm install git+https://git@opensourceprojects.eu/git/p/openi/c60b/ad4e/communications.git

You will need to install the following through macports or aptitude.

sudo port install JsCoverage
sudo port install phantomjs

or

sudo apt-get install JsCoverage
sudo apt-get install phantomjs

To build the project enter the following commands. Note: npm install is only required the first time the module is built or if a new dependency is added. There are a number of grunt tasks that can be executed including: test, cover, default and jenkins. The jenkins task is executed on the build server, if it doesn't pass then the build will fail.

git clone git@opensourceprojects.eu/git/p/openi/c60b/ad4e/communications.git
cd cloudlet_api
npm install

To start the component enter:

node lib/local-runner.js

Documentation

TODO

Contributors

Release History

0.1.0 (11/3/14 dmccarthy@tssg.org) First version of the cloudlet API module.

License

Copyright (c) 2014 Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published