Sha256: 4aecd33e867e8ad62d301c05ee74450259a73b472e7afddd8656d147e31bde1c
Contents?: true
Size: 1.71 KB
Versions: 17
Compression:
Stored size: 1.71 KB
Contents
## Kuby [![Build Status](https://travis-ci.com/getkuby/kuby-core.svg?branch=master)](https://travis-ci.com/getkuby/kuby-core) Deploy your Rails app the easy way. ## What is Kuby? At its core, Kuby is a set of tools and smart defaults that encapsulate and codify years of established best-practices around deploying webapps, reducing the amount of time required to take your Rails project from an app that runs on your computer to an app that runs on the Internet. Under the hood, Kuby leverages the power of Docker and Kubernetes. It tries to make these technologies accessible to the average Rails dev without requiring a devops black belt. ## Why Kuby? Kuby embraces the same convention-over-configuration approach that Rails does. It aims to reduce the cognitive overhead associated with learning a bunch of ops tools to get your app onto the internet. In other words, Kuby does a whole lot for you. Specifically, it: * leverages Docker and Kubernetes, industry-leading infrastructure tools. * automatically configures your app with a TLS certificate from [LetsEncrypt](https://letsencrypt.org/). * automatically spins up a database instance based on what's in your database.yml. * runs a separate server for your static assets. * features a powerful plugin system that allows, for example, easy [Sidekiq integration](https://github.com/getkuby/kuby-sidekiq). ## Getting Started See the [Quick Start Guide](https://getkuby.io/docs) ## More Info Check out [getkuby.io](https://getkuby.io). ## Running Tests `bundle exec rspec` should do the trick. Test coverage is very minimal at the moment, however. ## License Licensed under the MIT license. See LICENSE for details. ## Authors * Cameron C. Dutro: http://github.com/camertron
Version data entries
17 entries across 17 versions & 1 rubygems