themightychris / habitat

Modern applications with built-in automation

Home Page:https://www.habitat.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Habitat

Build Status Build status Slack

Want to try Habitat? Get started here.

Habitat is an application automation framework that allows you to build applications that have automation built-in. This provides modern applications that:

  • Provide repeatable builds
  • Run from single, immutable assets
  • Allow for runtime configuration for multiple deployment scenarios
  • Are agnostic to operating environment (works the same on bare metal, virtualization, containers, PaaS)
  • Provide idempotent behavior (the same inputs to the same asset provide the same outcome)
  • Provide convergent behavior (each service makes progress towards the correct behavior in the face of failure)
  • Expose promises to those who rely on it
  • Provide a low barrier to entry
  • Are language agnostic

To learn more about Habitat, please visit the Habitat website.

Participation in the Habitat community is governed by the code of conduct.

Table of Contents

Install

You can download Habitat from the Habitat downloads page.

Once you have downloaded it, follow the instructions on the page for your specific operating system.

If you are running MacOS and use Homebrew, you can use our official Homebrew tap.

$ brew tap habitat-sh/habitat
$ brew install hab

If you are running Windows and use Chocolatey, you can install our chocolatey package

C:\> choco install habitat

If you do not run Homebrew or Chocolatey, or if you use Linux, you can use the Habitat install script from a bash shell.

$ curl https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh | sudo bash

Contribute

We are always looking for more opportunities for community involvement. Interested in contributing? Check out our CONTRIBUTING.md to get started!

Documentation

Get started with the Habitat tutorials or plunge into the complete documentation.

Code Organization

Core Plans

The Habitat plans that are built and maintained by Habitat's Core Team are in their own repo.

Habitat Supervisor, Builder, and other core components

The code for the Habitat Supervisor, Builder, and other core components are in the components directory.

Web Application

The code for the Habitat Builder web application is in the components/builder-web directory. See its README for more information.

Docs

Habitat's website and documentation source is located in the www directory of the Habitat source code. See its README for more information.

Roadmap

The Habitat project's roadmap is public and is on our community page.

The Habitat core team's project tracker is also public and on Github.

Community and support

Builder Dev Env

See BUILDER_DEV.md for information on setting up a Builder Dev Environment

Building

See BUILDING.md for platform specific info on building Habitat from source.

Further reference material

License

Copyright (c) 2016 Chef Software Inc. and/or applicable contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Modern applications with built-in automation

https://www.habitat.sh

License:Apache License 2.0


Languages

Language:Rust 70.7%Language:HTML 11.7%Language:Shell 6.0%Language:TypeScript 4.5%Language:CSS 2.1%Language:PowerShell 1.3%Language:PLpgSQL 1.2%Language:RAML 0.9%Language:HCL 0.6%Language:Ruby 0.4%Language:JavaScript 0.4%Language:Makefile 0.1%Language:C 0.1%Language:Python 0.0%Language:Batchfile 0.0%