项目作者: degica

项目描述 :
PaaS built on top of AWS
高级语言: Ruby
项目地址: git://github.com/degica/barcelona.git
创建时间: 2015-09-24T00:54:32Z
项目社区:https://github.com/degica/barcelona

开源协议:MIT License

下载


Barcelona

Barcelona is a PaaS built on top of AWS. Barcelona manages AWS cluster (VPC, EC2, AutoScaling, ECS, ELB/ALB, etc.), application deployments with docker and ECS, and provides utility functions to manage your applications.

Documentation

https://github.com/degica/barcelona/tree/master/docs

Development

Prerequisites

To start development, you need to install docker and docker-compose.

  • For Mac, use Docker for Mac
  • For Linux, install docker and docker-compose on your machine.

Running Barcelona Server

Clone this repository

  1. $ git clone https://github.com/degica/barcelona

Run the server

  1. $ make setup
  2. $ make up

Now your Barcelona server is running at localhost:3333. Try logging in with the below command.

  1. $ bcn login http://localhost:3333

LICENSE

MIT