flynn 开源paas 平台安装试用
flynn 是一个不错的开源paas 平台,基于git 以及容器技术,开发模型与 heroku 基本一样,同时构建方式就是基于heroku 的buildpacks 安装 官方文档提示说明是ubuntu 操作系统16 以及14 ,所以安装就试用ubuntu了 shell sudo bash < <(curl -fsSL https://dl.flynn.io/install-flynn) 效果 比较漫长,等待 安装的组件 Install Flynn’s runtime dependencies Download, verify and install the flynn-host binary Download and verify filesystem images for each of the Flynn components Install an Upstart job for controlling the flynn-host daemon 初始化集群 测试使用单台机器 初始化 sudo flynn-host init --init-discovery 启动 sudo systemctl start flynn-host sudo systemctl status flynn-host bootstrap 系统 export CLUSTER_DOMAIN=demo