thindeck

Thindeck.com, Web Hosting That Deploys Itself

Лицензия

Лицензия

BSD
Группа

Группа

com.thindeck
Идентификатор

Идентификатор

thindeck
Последняя версия

Последняя версия

0.0.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

thindeck
Thindeck.com, Web Hosting That Deploys Itself
Ссылка на сайт

Ссылка на сайт

http://www.thindeck.com
Организация-разработчик

Организация-разработчик

Thindeck Inc.
Система контроля версий

Система контроля версий

https://github.com/yegor256/thindeck

Скачать thindeck

Имя Файла Размер
thindeck-0.0.2.pom 5 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.thindeck/thindeck/ -->
<dependency>
    <groupId>com.thindeck</groupId>
    <artifactId>thindeck</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thindeck/thindeck/
implementation 'com.thindeck:thindeck:0.0.2'
// https://jarcasting.com/artifacts/com.thindeck/thindeck/
implementation ("com.thindeck:thindeck:0.0.2")
'com.thindeck:thindeck:pom:0.0.2'
<dependency org="com.thindeck" name="thindeck" rev="0.0.2">
  <artifact name="thindeck" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thindeck', module='thindeck', version='0.0.2')
)
libraryDependencies += "com.thindeck" % "thindeck" % "0.0.2"
[com.thindeck/thindeck "0.0.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • thindeck-cockpit

EO principles respected here Managed by Zerocracy DevOps By Rultor.com We recommend IntelliJ IDEA

Build Status PDD status Coverage Status Maintainability Hits-of-Code License

Availability at SixNines

Thindeck.com is a web hosting that deploys itself.

How it works:

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

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

Technical documentation is here (in progress): doc.thindeck.com

How to contribute

Fork deck, 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

Версии библиотеки

Версия
0.0.2
0.0.1