Skip to content

georgebashi/kantan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

簡単 Kantan

Hi. Kantan deploys 12-factor apps, doing all the crap usually needed to get your code into production.
You might call it a single-host Heroku.

Deploying your app

Easy:

  1. Download the binary and run it:
    wget http://no.releases.yet/sorry && ./kantan
  2. Add it as a remote to your 12-factor app's repo:
    git remote add kantan http://localhost:9090/projects/test/repo
  3. Push to it:
    git push kantan master

Done. Kantan will build, run, and manage your site.

Wait, what?

Kantan can be broken down like this:

Which means you don't have to deploy any of those.

Kantan is a single binary, with zero dependencies, and zero config. You put it in a directory, run it, and push your code to it.
Kantan takes care of the rest.

About

some kind of clever deployment automator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages