Free and Easy Web App Development in the Cloud

Cloud9 is a cloud-based interactive development environment (IDE) with some killer features. Amongst these is the possibility of creating and hosting a WordPress blog completely free. The blog runs in a Ubuntu instance on Docker and you have complete access to the WordPress’s PHP files using the very capable browser-based IDE. No need for virtual hosting, FTP, or any of that arcane stuff. The IDE provides terminal access to the Docker instance over ssh through the browser and there’s a MySQL database, Git support and built-in support for Bitbucket and GitHub. Because it runs in a Docker instance, once your blog grows to need more services or more space, you can [presumably] export the docker file and import it into another cloud service. You can also use the WordPress export tools or git to export your blog to another hosting service.

Even better, the partnership with Bitbucket, which offers free unlimited private git repositories for anyone who signs up with an academic email address, makes Cloud9 a potential killer app for institutions which teach coding. No tools to install, just a modern web browser and an internet connection.

Cloud9 comes with Docker images that can get you started quickly with many different web app frameworks. Django, Ruby on Rails, PHP, Drupal, Node and Angular.js are listed in the create workspace feature. And provided your app is open source, there is no limit to how many workspaces you can have. The pricing policy is similar to GitHub’s in that respect.

My thanks to Michael Hartl who is using the Cloud9 infrastructure for the 3rd edition of the Ruby on Rails Tutorial for the impetus to try Cloud9 out. I’m looking forward to getting my Group Design students signed up and building their micromouse blogs on it!

css.php