DarkDare / koding

KODING IS NOW OPEN SOURCE!

Home Page:http://venturebeat.com/2016/07/26/koding-gitlab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koding

Slack Status Docker Pulls

The Simplest Way to Manage Your Entire Dev Infrastructure!

Koding is a development platform that provides a manner for you to build up your environment from scratch. 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

Koding can be run as a docker container, it requires docker-compose which you can install from 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
docker-compose up -d

Then you will be able to access Koding UI 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

If you wish to work on Koding itself, you need to install following software packages:

Software Requirements

Start developing

You can run docker-compose environment for developing koding by executing commands in the following snippet.

git clone https://github.com/koding/koding.git
cd koding
docker-compose up

Now you can navigate to http://localhost:8090 to see your local Koding instance. Enjoy!

docker-compose will attach working tree to /opt/koding in backend service container. Changes in edited files will be visible in the runtime environment.

You will need to run client builder to see your changes in built frontend code. This can be achieved with command below.

docker exec koding_backend_1 make -C /opt/koding/client

If you need to execute some commands by yourself in runtime environment then you can use following snippet to start a shell in backend service container.

docker exec -it koding_backend_1 bash

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

License

Koding 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!

About

KODING IS NOW OPEN SOURCE!

http://venturebeat.com/2016/07/26/koding-gitlab/

License:Apache License 2.0


Languages

Language:CoffeeScript 51.2%Language:Go 36.9%Language:CSS 9.1%Language:Shell 1.0%Language:HTML 0.9%Language:JavaScript 0.3%Language:Python 0.2%Language:Makefile 0.2%Language:PLpgSQL 0.1%Language:SQLPL 0.0%Language:Ruby 0.0%Language:Perl 0.0%Language:PHP 0.0%