All Projects → ubclaunchpad → Inertia

ubclaunchpad / Inertia

Licence: mit
✈️ Effortless, self-hosted continuous deployment for small teams and projects

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Inertia

Cipi
An Open Source Control Panel for your Cloud! Deploy and manage LEMP apps in one click!
Stars: ✭ 376 (+182.71%)
Mutual labels:  aws, devops, deployment
Onpremise
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
Stars: ✭ 4,558 (+3327.07%)
Mutual labels:  self-hosted, hacktoberfest, docker-compose
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (+180.45%)
Mutual labels:  self-hosted, deployment, docker-compose
Ecs Formation
Tool to build Docker cluster composition for Amazon EC2 Container Service(ECS)
Stars: ✭ 114 (-14.29%)
Mutual labels:  aws, devops, deployment
Touchdown
Cloud service orchestration framework for python
Stars: ✭ 10 (-92.48%)
Mutual labels:  aws, devops, deployment
Cds
Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform
Stars: ✭ 3,677 (+2664.66%)
Mutual labels:  hacktoberfest, devops, continuous-deployment
Cluster.dev
Kubernetes-based Dev Environments with GitOps
Stars: ✭ 122 (-8.27%)
Mutual labels:  aws, hacktoberfest, continuous-deployment
Foremast
Spinnaker Pipeline/Infrastructure Configuration and Templating Tool - Pipelines as Code.
Stars: ✭ 263 (+97.74%)
Mutual labels:  aws, hacktoberfest, devops
Chef
Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale
Stars: ✭ 6,766 (+4987.22%)
Mutual labels:  hacktoberfest, devops, deployment
Ecs Refarch Continuous Deployment
ECS Reference Architecture for creating a flexible and scalable deployment pipeline to Amazon ECS using AWS CodePipeline
Stars: ✭ 776 (+483.46%)
Mutual labels:  aws, devops, continuous-deployment
Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+1200.75%)
Mutual labels:  self-hosted, hacktoberfest, docker-compose
Sceptre
Build better AWS infrastructure
Stars: ✭ 1,160 (+772.18%)
Mutual labels:  aws, hacktoberfest, devops
Adapt
ReactJS for your infrastructure. Create and deploy full-stack apps to any infrastructure using the power of React.
Stars: ✭ 317 (+138.35%)
Mutual labels:  aws, devops, deployment
Jenkins
Jenkins automation server
Stars: ✭ 18,225 (+13603.01%)
Mutual labels:  hacktoberfest, devops, continuous-deployment
Unleash
Unleash is the open source feature toggle service.
Stars: ✭ 4,679 (+3418.05%)
Mutual labels:  hacktoberfest, devops, continuous-deployment
Aws Deployment Framework
The AWS Deployment Framework (ADF) is an extensive and flexible framework to manage and deploy resources across multiple AWS accounts and regions based on AWS Organizations.
Stars: ✭ 374 (+181.2%)
Mutual labels:  aws, devops, deployment
Checkov
Prevent cloud misconfigurations during build-time for Terraform, Cloudformation, Kubernetes, Serverless framework and other infrastructure-as-code-languages with Checkov by Bridgecrew.
Stars: ✭ 3,572 (+2585.71%)
Mutual labels:  aws, hacktoberfest, devops
Exoframe Server
Exoframe is a self-hosted tool that allows simple one-command deployments using Docker
Stars: ✭ 139 (+4.51%)
Mutual labels:  self-hosted, devops, deployment
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (+422.56%)
Mutual labels:  devops, deployment, continuous-deployment
Exoframe
Exoframe is a self-hosted tool that allows simple one-command deployments using Docker
Stars: ✭ 972 (+630.83%)
Mutual labels:  self-hosted, devops, deployment

Inertia

An effortless, self-hosted continuous deployment platform.

Build Status Clean code go.pkg.dev documentation available inertia CLI downloads Latest release


Usage · Motivation & Design · Contributing · Wiki



Inertia is a user-friendly, cross-platform command line application and serverside agent that enables quick and easy setup and management of continuous, automated deployment of a variety of project types on any virtual private server. The project is used, built, and maintained with ❤️ by UBC Launch Pad, UBC's student-run software engineering club.

Main Features
🚀 Simple to use - set up a deployment from your computer without ever having to manually SSH into your remote
🍰 Cloud-agnostic - use any Linux-based remote virtual private server provider you want
Versatile project support - deploy any Dockerfile or docker-compose project
🚄 Continuous deployment - Webhook integrations for GitHub, GitLab, and Bitbucket means your project can be automatically updated, rebuilt, and deployed as soon as you git push
🛂 In-depth controls - start up, shut down, and monitor your deployment with ease from the command line or using Inertia's REST API
🏷 Flexible configuration - branch deployment, environment variables, easy file transfer for configuration files, build settings, and more
📦 Built-in provisioning - easily provision and set up VPS instances for your project with supported providers such as Amazon Web Services using a single command
👥 Built for teams - provide shared access to an Inertia deployment by adding users
🔑 Secure - secured with access tokens and HTTPS across the board, as well as features like 2FA for user logins

📦 Usage

Check out our new Inertia Usage Guide to get started with using Inertia for your project! The guide will walk you through installing Inertia, setting up a project, deploying to a remote, managing your deployment, and advanced usage tips.

Why Use Inertia?

If you...

  • want a simple utility to quickly build and deploy the latest iterations of your projects
  • are new to the concept of "deployment" and related tooling
  • are on a tight budget and need to switch between cloud providers as your free trials run out
  • want some lightweight team features for managing your deployment

Inertia might be for you! For example, UBC Launch Pad teams have used Inertia to set up automated deployments for projects like Rocket 2 and Bumper, and nwPlus used Inertia to stage previews of the nwHacks 2019 website during development.



💡 Motivation and Design

UBC Launch Pad is a student-run software engineering club at the University of British Columbia that aims to provide students with a community where they can work together to build a all sorts of cool projects, ranging from mobile apps and web services to cryptocurrencies and machine learning applications.

Many of our projects rely on hosting providers for deployment. Unfortunately we frequently change hosting providers based on available funding and sponsorship, meaning our projects often need to be redeployed. On top of that, deployment itself can already be a frustrating task, especially for students with little to no experience setting up applications on remote hosts. Inertia is a project we started to address these problems, with the goal of developing an in-house deployment system that can make setting up continuously deployed applications simple and painless, regardless of the hosting provider.

The primary design goals of Inertia are to:

  • minimize setup time for new projects
  • maximise compatibility across different client and VPS platforms
  • offer an easy-to-learn interface for managing deployed applications

How It Works

There is a detailed Medium post that goes over the project, its motivations, the design choices we made, and Inertia's implementation. The team has also made a few presentations about Inertia that go over its design in some more detail:

In summary, Inertia consists of two major components: a deployment daemon and a command line interface.

The deployment daemon runs persistently in the background on the server, receiving webhook events from GitHub whenever new commits are pushed. The CLI provides an interface to adjust settings and manage the deployment - this is done through HTTPS requests to the daemon, authenticated using JSON web tokens generated by the daemon. Remote configuration is stored locally in .inertia.toml.

Inertia is set up serverside by executing a script over SSH that installs Docker and starts an Inertia daemon image with access to the host Docker socket. This Docker-in-Docker configuration gives the daemon the ability to start up other containers alongside it, rather than within it, as required. Once the daemon is set up, we avoid using further SSH commands and execute Docker commands through Docker's Golang API. Instead of installing the docker-compose toolset, we use a docker-compose image to build and deploy user projects.



📚 Contributing

Any contribution (pull requests, feedback, bug reports, ideas, etc.) is welcome!

Please see our contribution guide for contribution guidelines as well as a detailed guide to help you get started with Inertia's codebase.


0 1 2 3 4 5 6 7

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].