Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web-base IDE with shell / file management integration for *nix

is there anything like a web application (like in php) that exposes access to the files on the server it's installed on, shell access and integrated IDE?

I know it's not something secure, but for development purposes it would be useful when you have a *nix dev server you can't directly access (like, you're behind a proxy and can only navigate *:80).

I know of various administration tools a-la Webadmin or cPanel, but they lack any sort of web-based IDE to edit the files (as long as i know).

Maybe Mozilla Skywriter (ex Project Bespin) is similar to what I'm after, but I'm not sure about its current state (considering that they're in the process of rewriting it) and most of all i think it lacks server-side integration.

Any suggestion appreciated.

like image 378
pistacchio Avatar asked Dec 17 '10 08:12

pistacchio


1 Answers

Have you tried ShiftEdit or CodeRun?

Both are web-based HTML/CSS/JS/PHP editor with some decent IDE features (snippets, syntax debugging). I believe both are SaaS, so no hosting it on your own machine.

You might also be interested in ECCO, which is open-source, so you can self-host it.

like image 108
Andrew Bent Avatar answered Nov 12 '22 15:11

Andrew Bent