All of Breathe Code's functionality inside the C9 Coding Editor.
- Using your command line, download the initialization script:
$ wget https://raw.githubusercontent.com/breatheco-de/c9-plugin/master/init.js
✏️ You will find a new file in your workspace root with the name init.js
.
-
Copy the content of the downloaded file
init.js
inside your menu: Cloud 9->
Open Your Init Script. -
Press
control + enter
to apply the changes to Cloud 9.
- It ads a menu on the top called "BreatheCode" with shortcuts to boilerplates and other interesting stuff for the students.
- It will install node v8 and keep it that way.
- It installs pyenv, that way you have access to last version of python.
- It makes vailable lots of bash scripts that will make your life easier: Installing MySQL, Installing Postgree, Installing PHP 6, etc. Here is the full here is the full list of bash scripts
- We plan to start collecting data from your console errors, etc. The idea is to know more about you and how can we help you, this is not implemented yet and we would ask for your permision once we do it.