This is the core repository for the Cloud9 v3 SDK. The SDK allows you to run a version of Cloud9 that allows you to develop plugins and create a custom IDE based on Cloud9.
During the alpha stage, expect many things to break, not work or simply fail.
The best and easiest way to create plugins is on c9.io. Please check out this tutorial for how to get started writing plugins.
We also have a tutorial for how to get started working on the core plugins. Check out that tutorial here.
We have several documentation resources for you:
SDK documentation | http://cloud9-sdk.readme.io/v0.1/docs |
---|---|
API documentation | http://docs.c9.io/api |
User documentation | http://docs.c9.io |
Please join the mailinglist to get support or give support to the growing community of plugin developers: https://groups.google.com/forum/#!forum/cloud9-sdk
Follow these steps to install the SDK:
git clone git://github.com/c9/core.git c9sdk
cd c9sdk
scripts/install-sdk.sh
To update the SDK to the latest version run:
< 8108 div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="git pull origin master scripts/install-sdk.sh">git pull origin master
scripts/install-sdk.sh