f / koding

KODING IS NOW OPEN SOURCE! HERE IS MORE

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

Run Koding on Koding.com

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

For mor 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

If you have the above software packages installed on your computer, you can follow 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`
coffee -v # make sure this doesn't return an error
npm install

You should have packages ready for running build specific scripts.

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

As a result of this, 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 the 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!

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, making 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! HERE IS MORE

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

License:Apache License 2.0


Languages

Language:CoffeeScript 50.8%Language:Go 37.4%Language:CSS 9.0%Language:Shell 0.9%Language:HTML 0.9%Language:JavaScript 0.4%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%