I found the koding IDE code in their github repository:
but i can't find a way to install it, and README doesn't help much.
Some one knows how can i do it?
I found the koding IDE code in their github repository:
but i can't find a way to install it, and README doesn't help much.
Some one knows how can i do it?
Easiest way to run Koding is to install docker-compose which can be found here (Requires docker-compose version >= 1.6). For the rest you can follow these steps:
Now you are able to access Koding via port 8090 (e.g. localhost:8090) on your host.
Update
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
Go v1.7 Node.js v0.10 CoffeeScript v1.8.0 Supervisor Start developing
Follow these steps for running the instance:
You should have packages ready for running build specific scripts.
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:
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!