This IDE allows programming of Python in Amharic language. All keywords and built-in functions of Python are translated into Amharic language. The main goal is to inspire kids to write programming in their own mother tongue.
Cloud9 3.0 SDK for Plugin Development
======================================
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.
#### Project Status: *ALPHA*
During the alpha stage, expect many things to break, not work or simply fail.
#### Creating Plugins ####
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.
#### Documentation ####
We have several documentation resources for you:
SDK documentation
cloud9-sdk.readme.io
API documentation
docs.c9.io
User documentation
docs.c9.io
Please join the mailinglist to get support or give support to the growing community of plugin developers:
groups.google.com
#### Installation ####
Follow these steps to install the SDK:
git clone git://
github.com c9sdk
cd c9sdk
scripts/install-sdk.sh
To update the SDK to the latest version run:
git pull origin master
scripts/install-sdk.sh
Please note that Cloud9 v3 is currently developed with Node.js 0.12 and 0.10. Newer versions of node should work too.
#### Starting Cloud9 ####
Start the Cloud9 as follows:
node server.js
The following options can be used:
--settings Settings file to use
--help Show command line options.
-t Start in test mode
-k Kill tmux server in test mode
-b Start the bridge server - to receive commands from the cli [default: false]
-w Workspace directory
--port Port
--debug Turn debugging on
--listen IP address of the server
--readonly Run in read only mode
--packed Whether to use the packed version.
--auth Basic Auth username:password
--collab …