carlosmiranda / thindeck

Web Hosting That Deploys Itself

Home Page:www.thindeck.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Made By Teamed.io DevOps By Rultor.com

Build Status Maven Central

Thindeck.com is a web hosting that deploys itself.

How it works:

  1. You create a Dockerfile in your Github repo
  2. You give us your Github repo coordinates
  3. We pull your repo and start a container (with a public IP and open ports)
  4. Every five minutes we check your repo for updates and re-deploy if any
  5. You pay for our CPU usage (per load!) and traffic (per Gb)

Technical documentation is here: doc.thindeck.com

We're aware of their existence (you also should be):

Our unique advantages are:

  1. We can host any tech stack, because of Docker
  2. We fully automate blue/green deployments, pulling your sources
  3. We charge per second of CPU load, not per calendar hour

How to contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Pqulice

To avoid build errors use Maven 3.2+ and Java 7.

Because of MNG-5478 command mvn clean install -Pqulice -Psite site is not working properly. Please, use these two commands instead: mvn clean install -Pqulice && mvn clean site -Psite

Got questions?

If you have questions or general suggestions, don't hesitate to submit a new Github issue.

About

Web Hosting That Deploys Itself

www.thindeck.com

License:Other


Languages

Language:Java 65.1%Language:CSS 28.0%Language:XSLT 3.6%Language:HTML 2.6%Language:JavaScript 0.7%Language:Ruby 0.1%