{ Steve }

edit together

View the clientside on GitHub Squarific/Steve-Client


View the serverside on GitHub lukasdietrich/Steve-Server

Hey.

Steve is a code editor for teams. You can code, test, publish and compile code in your own cloud.

Requirements

You will need a server of any kind on which you have access to Java and some spare disk space.

on debian based systems // apt-get install openjdk-7-jre
on redhat based systems // yum install java-1.7.0-openjdk

to run steve simple execute // java -jar steve.jar

All you have to do is to run the server and navigate to your IP / Domain. The client is a webapplication which is served by the server itself. No webserver is needed, Steve can do that.