All Projects → codenvy → Codenvy

codenvy / Codenvy

Licence: epl-1.0
Codenvy

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Codenvy

Che
The Kubernetes-Native IDE for Developer Teams
Stars: ✭ 6,572 (+2307.33%)
Mutual labels:  cloud, ide
Gitpod
Gitpod automates the provisioning of ready-to-code development environments.
Stars: ✭ 6,261 (+2193.41%)
Mutual labels:  cloud, ide
Fast Ide
🕺Fast Integrated Development Environment 😻
Stars: ✭ 181 (-33.7%)
Mutual labels:  cloud, ide
Orchest
A new kind of IDE for Data Science.
Stars: ✭ 694 (+154.21%)
Mutual labels:  cloud, ide
Bloom
The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more
Stars: ✭ 934 (+242.12%)
Mutual labels:  cloud, workspace
Koding
The Simplest Way to Manage Your Entire Dev Infrastructure!
Stars: ✭ 1,945 (+612.45%)
Mutual labels:  cloud, ide
nix-env-selector
Allows switch environment for Visual Studio Code using Nix Package Manager.
Stars: ✭ 154 (-43.59%)
Mutual labels:  ide, workspace
Cloudblock
Cloudblock automates deployment of secure ad-blocking for all of your devices - even when mobile. Step-by-step text and video guides included! Compatible clouds include AWS, Azure, Google Cloud, and Oracle Cloud. Cloudblock deploys Wireguard VPN, Pi-Hole DNS Ad-blocking, and DNS over HTTPS in a cloud provider - or locally - using Terraform and Ansible.
Stars: ✭ 257 (-5.86%)
Mutual labels:  cloud
Blockchain Network On Kubernetes
Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
Stars: ✭ 261 (-4.4%)
Mutual labels:  cloud
Cloud Reports
Scans your AWS cloud resources and generates reports. Check out free hosted version:
Stars: ✭ 255 (-6.59%)
Mutual labels:  cloud
Arozos
General purposed Web Desktop Operating Platform / OS for Raspberry Pis, Now written in Go!
Stars: ✭ 252 (-7.69%)
Mutual labels:  cloud
Multipass
Multipass orchestrates virtual Ubuntu instances
Stars: ✭ 3,978 (+1357.14%)
Mutual labels:  cloud
Esp Aliyun
Aliyun Iotkit-embedded, support esp32 & esp8266.
Stars: ✭ 262 (-4.03%)
Mutual labels:  cloud
Dexed
IDE for the D programming language, its compilers, tools and libraries
Stars: ✭ 255 (-6.59%)
Mutual labels:  ide
Fw
workspace productivity booster
Stars: ✭ 269 (-1.47%)
Mutual labels:  workspace
Flex4apps
Flex4Apps main project repository
Stars: ✭ 255 (-6.59%)
Mutual labels:  cloud
Scoutsuite
Multi-Cloud Security Auditing Tool
Stars: ✭ 3,803 (+1293.04%)
Mutual labels:  cloud
Cloudbrute
Awesome cloud enumerator
Stars: ✭ 268 (-1.83%)
Mutual labels:  cloud
Travis Buddy
🚀 Seamless integration between TravisCI and GitHub
Stars: ✭ 262 (-4.03%)
Mutual labels:  cloud
Serverlessbydesign
A visual approach to serverless development. Think. Build. Repeat.
Stars: ✭ 254 (-6.96%)
Mutual labels:  cloud

Codenvy

Cloud workspaces for development teams. One-click Docker environments to create workspaces with production runtimes. Team onboarding and collaboration with workspace automation and permissions letting devs sync their desktop IDE or use our gorgeous Eclipse Che IDE. Workspace platform for DevOps to manage workspaces at scale with programmable and customizable infrastructure.

Eclipse Che

Getting Started

You can run Codenvy in the public cloud, a private cloud, or install it on any OS that has Docker 1.11+ installed. Codenvy has been tested on many flavors of Linux, MacOS, and Windows. A private Codenvy install allows you to configure LDAP, permissions, Eclipse Che extensions, Jira integration, Jenkins integration and integration to your private toolchain.

The docs are awesome.

Or, quick start:

docker run codenvy/cli start

Then open http://localhost and log in as admin / password.

The codenvy repository is where we do development. Your license grants you access to the source code for customization, but you are not able to redistribute the source code or use it in commercial endeavors.

License

Codenvy is free for 3 users. For additional users or support, please purchase a Codenvy enterprise license.

Customiziing

There are many ways to customize Codenvy. Codenvy is customized using Eclipse Che including stacks, templates, commands, IDE extensions, server-side extensions plugins, assemblies, RESTful APIs, and editors.

Clone

git clone https://github.com/codenvy/codenvy.git

If master is unstable, checkout the latest tagged version.

Build and Run

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

# Run Codenvy with a custom assembly - volume mount this codenvy repository
docker run -v /var/run/docker.sock:/var/run/docker.sock -v <path-to-repo>:/repo codenvy/cli start

Engage

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].