Raspberry Pi WebIDE

Productivity Sauce
If you are serious about using your Raspberry Pi (RPi) as a platform for writing and testing code, you'll appreciate the WebIDE software developed by Adafruit. This server-based solution turns your RPi into a flexible coding environment which you can access and use from any machine with a browser. Although WebIDE is geared towards Python, it can handle other languages, including Ruby, JavaScript, and shell scripts. Better yet, WebIDE seamlessly integrates with the Bitbucket code hosting service.
Using the provided installer script, you can deploy WebIDE in an RPi in a matter of minutes. Alternatively, WebIDE can be installed manually, and the project's website provides instructions on how this is done. By default, WebIDE is configured to run on port 80, which can be a problem if your RPi is already running the Apache web server on that port. In this case, you need to configure WebIDE to run on another port. To do this, open the config.js file in the nano editor using the sudo nano /usr/share/adafruit/webide/config/config.js command, specify an alternative port, and restart WebIDE.
Once installed, WebIDE guides you through the process of linking the environment to your Bitbucket account. It also conveniently adds the my-pi-projects repository for you, so you can start coding right way. WebIDE features a built-in terminal which can be useful for running commands and testing the code. Every time you hit the Save button, WebIDE saves the changes and commits them to the repository.
WebIDE is still at a very early stage of development, so it might contain bugs. But even in its current form, it looks like a very promising project worth keeping an eye on.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
First Release Candidate for Linux Kernel 6.14 Now Available
Linus Torvalds has officially released the first release candidate for kernel 6.14 and it includes over 500,000 lines of modified code, making for a small release.
-
System76 Refreshes Meerkat Mini PC
If you're looking for a small form factor PC powered by Linux, System76 has exactly what you need in the Meerkat mini PC.
-
Gnome 48 Alpha Ready for Testing
The latest Gnome desktop alpha is now available with plenty of new features and improvements.
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
Raspberry Code