🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

ezpaas-server

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ezpaas-server

bundlerRubygems
Version
0.1.0
Version published
Maintainers
1
Created
Source

EzPaaS Server

A miniature Heroku clone for easy in-house deployments, powered by Docker.

What Is It?

At Tendigi, we build applications for a variety of clients, often simultaneously, and those applications usually require server-side infrastructure. We also build random things internally from time to time, and these often depend on services that have to live somewhere.

For production deployments, we love Heroku (when it makes financial sense) as well as systems like Deis which can be deployed on AWS / DigitalOcean / etc.

We longed for a simple, on-site PaaS solution that we could hack on as our needs evolved. Dokku is a great project, but we ran into some issues with it (problems updating to newer versions, discrepancies in application behavior compared to our other Deis deployments, a little annoying to work on because it's a collection of shell scripts, etc). As a result, we built EzPaaS: a mini Heroku clone, built in Ruby, powered by Deis images running on Docker.

Prerequsites

Docker

EzPaaS requires Docker to be installed. We recommend following the Docker Community Edition (CE) installation instructions for your platform here.

Ruby

EzPaaS also requires Ruby 2.2 or newer. It may work with older versions, but they have not been tested.

Installation

Install the gem. The easiest way is to install it for all users with sudo:

$ sudo gem install ezpaas-server

Usage

Starting The Server

The server runs on port 3000 by default, and can be started by running ezpaasd with no arguments at the command line.

All data is stored in the filesystem. Everything is stored in ~/.ezpaas/ by default, but you can override this by passing the --data-dir option to ezpaasd.

Every time you ezpaasd starts, it checks for updates to the two Docker images used for building and running your applications: deis/slugbuilder and deis/slugrunner.

server starting

After ensuring it has the latest images, the server starts and you're ready to start deploying applications using the CLI!

Project Status

  • Container compilation from repository archive
  • Application deployment
  • Container scaling
  • Control over HTTP API
  • Control from CLI
  • Authentication / access control
  • Config Storage
  • Virtual hosts
  • Complete documentation
  • Tests! Lots of tests.

Contributing

Bug reports and pull requests are welcome on GitHub

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 24 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts