https://www.codenvy.com/.
On-demand developer workspaces to improve agile workflow and automate developer bootstrapping.
Workspaces are composed of projects and runtimes. Create portable and moavable workspaces that run anywhere, anytime in the cloud or on your desktop ... Read More
Portable, shareable developer workspaces for any programming language or framework.
Workspaces integrated with issue managment, version control, and continuous integration.
Workspaces with user permissions, SSO, elasticity and resource management.
You can use Codenvy at our cloud, download it for installation, or get a private installation with our managed hosting services.
Follow the step by step guide to install Codenvy.
Codenvy is licensed under Codenvy Fair Source 5 for the first five users. You can purchase a commercial Codenvy license from sales.
Codenvy requires CentOS / RHEL 7.1+ as the only initial dependency. Our installation scripts will install an installation manager based upon Java, which then coordinates the installation of Puppet. Puppet then configures the rest of the system with dependencies for Docker, Swarm, and a variety of other packages.
git clone https://github.com/codenvy/codenvy.git
If master is unstable, checkout the latest tagged version.
cd codenvy
mvn clean install
# A new assembly is placed in:
cd onpremises-ide-packaging-tomcat-codenvy-allinone\target\
# Assembly:
onpremises-ide-packaging-tomcat-codenvy-allinone-${version}.zip
# Update Codenvy's puppet with the new assembly:
cd /etc/puppet/files/servers/prod/aio/
rm onpremises-ide-packaging-tomcat-codenvy-allinone-${version}.zip
cp ~/onpremises-ide-packaging-tomcat-codenvy-allinone-${version}.zip .
puppet agent -t
Codenvy will perform a short maintenance window and will be available at the hostname configured by the admin.
- Customize: Runtimes, stacks, commands, assemblies, extensions, plug-ins.
- Support: We love to help you.
- Developers: Plug-in developers can get API help at che-dev@eclipse.org.
- Website: codenvy.com.