All Projects → koding → Koding

koding / Koding

Licence: agpl-3.0
The Simplest Way to Manage Your Entire Dev Infrastructure!

Programming Languages

go
31211 projects - #10 most used programming language
coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to Koding

Terrahub
Terraform Automation and Orchestration Tool (Open Source)
Stars: ✭ 148 (-92.39%)
Mutual labels:  cloud, orchestration
Deb Dev Machine
Quickly install common Developer tools, IDE's & Services on Debian 9
Stars: ✭ 63 (-96.76%)
Mutual labels:  ide, development-environment
Che
The Kubernetes-Native IDE for Developer Teams
Stars: ✭ 6,572 (+237.89%)
Mutual labels:  cloud, ide
Ergo
The management of multiple apps running over different ports made easy
Stars: ✭ 452 (-76.76%)
Mutual labels:  development-environment, development
Cra Build Watch
A script for create-react-app that writes development builds to the disk
Stars: ✭ 110 (-94.34%)
Mutual labels:  development-environment, development
Saws
A supercharged AWS command line interface (CLI).
Stars: ✭ 4,886 (+151.21%)
Mutual labels:  cloud, development
Awesome Osx
📦 Awesome stuff for OSX
Stars: ✭ 54 (-97.22%)
Mutual labels:  ide, development
Codenvy
Codenvy
Stars: ✭ 273 (-85.96%)
Mutual labels:  cloud, ide
Code Server
VS Code in the browser
Stars: ✭ 50,541 (+2498.51%)
Mutual labels:  ide, development-environment
Pric
Simple zero-config tool to create Private Certificate Authority & issue locally-trusted development server certificates with any domain names you'd like. SSL certificates for development purposes.
Stars: ✭ 87 (-95.53%)
Mutual labels:  development-environment, development
Buidl
A browser-based IDE for creating, deploying, and sharing blockchain apps (DApps, or decentralized apps). Publish your first blockchain DApps in 5 minutes! Here is how: https://docs.secondstate.io/buidl-developer-tool/getting-started
Stars: ✭ 376 (-80.67%)
Mutual labels:  ide, development
Lastbackend
System for containerized apps management. From build to scaling.
Stars: ✭ 1,536 (-21.03%)
Mutual labels:  cloud, orchestration
Gitpod
Gitpod automates the provisioning of ready-to-code development environments.
Stars: ✭ 6,261 (+221.9%)
Mutual labels:  cloud, ide
Orchest
A new kind of IDE for Data Science.
Stars: ✭ 694 (-64.32%)
Mutual labels:  cloud, ide
Developer Roadmap Guide 2018
Stars: ✭ 344 (-82.31%)
Mutual labels:  development-environment, development
Crossui
CrossUI is a free Cross-Browser Javascript framework with cutting-edge functionality for rich web application
Stars: ✭ 945 (-51.41%)
Mutual labels:  ide, development-environment
Serverlessbydesign
A visual approach to serverless development. Think. Build. Repeat.
Stars: ✭ 254 (-86.94%)
Mutual labels:  cloud, development
Takeoff
A rapid development environment using docker for convenience.
Stars: ✭ 271 (-86.07%)
Mutual labels:  development-environment, development
Amp
** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.
Stars: ✭ 74 (-96.2%)
Mutual labels:  cloud, orchestration
Genie
Distributed Big Data Orchestration Service
Stars: ✭ 1,544 (-20.62%)
Mutual labels:  cloud, orchestration

Koding

Docker Pulls

The Simplest Way to Manage Your Entire Dev Infrastructure!

Koding is a development platform that orchestrates your dev environment. Developers get everything they need to spin up full-stack, project-specific environments in seconds. Share them, update them, and manage infrastructure from a simple interface.

You can try Koding now on koding.com

Quick Start with Docker-Compose

Easiest way to run Koding is to install docker-compose which can be found here. For the rest you can follow these steps:

git clone https://github.com/koding/docker-compose.git koding-docker-compose
cd koding-docker-compose
# Requires docker-compose version >= 1.6
docker-compose up -d

Now you are able to access Koding via port 8090 (e.g. localhost:8090) on your host.

Run Koding on Koding.com

Yes, you can run koding on koding.com by using the provided .koding.yml

For more information about stacks: koding.com/docs

Getting started for Development

You need to install following software packages to run Koding:

Start developing

You are now ready to run Koding.

git clone https://github.com/koding/koding.git
cd koding
docker-compose -f docker-compose-init.yml run init
docker-compose up

If you don't have a powerful computer, this may take a while at first, slow computers may take up to 15 minutes before they build the entire system. Please be patient. Once it is up and running, everything will be smooth and very fast.

Now you can navigate to http://localhost:8090 to see your local Koding instance. Enjoy! (If you don't see it, keep waiting, it will show up)

When you edit files on your host computer, they will be visible in the runtime environment. Watchers will automatically restart backend workers, re-compile frontend code. You don't need to do anything for it.

Tips

If you need to execute some commands in runtime environment, here is how you can start a shell in backend service container:

docker-compose exec backend bash

You can follow coffeescript-styleguide that we are relying on.

Running Koding on Local Machine

This is if you don't want to do docker-compose way and install everything locally, (not recommended).

Software Prerequisites

Start developing

Follow these steps for running the instance:

git clone https://github.com/koding/koding.git /your/koding/path
cd /your/koding/path
node -v # make sure your node version is not greater than `0.10.x`
npm -v # make sure your npm version is 2.15.x
coffee -v # make sure your coffeeScript version must be 1.8
npm install

You should have packages ready for running build specific scripts.

./configure # create necessary config files
./run install # start to install dependencies
./run buildservices # build the services
./run # run all services

As a result, you will have a file watcher watching your backend files (both node, and golang) and restart services when it's necessary. Now open up another terminal and run following commands:

cd /your/koding/path
cd client # move into frontend client folder
npm install # install client dependencies
make # this will run a client watcher for you

Right now you should have 2 different watchers for (1) your backend files, (2)for your frontend client files. Now you can navigate to to see your local Koding instance. Enjoy!

License

This repository is licensed under GNU AGPL V3 Koding Community Edition is licensed under Apache 2.0

Contribute

The main purpose of this repository to continue evolve Koding in order to make it more stable and create the best development experience ever. If you're interested in helping with that, please check our open issues. You can also join the conversation in our slack team!

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].