d2lam / 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.

Installation

There are a couple of different way to install Habitat.

You can download it 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 on a Mac or Linux, you can also use the Habitat install script.

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

Web Application

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

Documentation

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

Contributing

We are always looking for more opportunities for community involvement. Interested in contributing? Check out our CONTRIBUTING.md the Rustlang reference materials below or our UX_PRINCIPLES doc to get started!

Building

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

Useful reference material

License

Copyright (c) 2016-2017 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


Languages

Language:Rust 75.2%Language:TypeScript 6.0%Language:HTML 5.8%Language:Shell 5.2%Language:CSS 2.7%Language:PowerShell 1.5%Language:RAML 1.0%Language:JavaScript 0.6%Language:Ruby 0.6%Language:HCL 0.6%Language:Protocol Buffer 0.4%Language:Makefile 0.2%Language:C 0.1%Language:Nginx 0.1%Language:Batchfile 0.0%