项目作者: pab1it0

项目描述 :
A Pulumi app to deploy simple Crystal Lang server on AWS Fargate container
高级语言: Crystal
项目地址: git://github.com/pab1it0/crystal-web-server.git
创建时间: 2019-05-20T21:45:37Z
项目社区:https://github.com/pab1it0/crystal-web-server

开源协议:MIT License

下载


crystal-web-server

A Pulumi app to deploy simple Crystal Lang server on AWS Fargate container

Installation

  1. Install Pulumi
  2. Configure AWS Credentials
  3. Install modules
    1. $ npm install
  4. Configure the region you want to deploy the stack to (Default: us-east-1)
    1. $ pulumi config set aws:region <region>

Usage

Simply run $ pulumi up and let Pulumi do the heavy lifting.
It may take up to 15 min for Pulumi to deploy and provision the ECS cluster.
After it’s done, view the endpoint URL and run curl.

Contributing

  1. Fork it (https://github.com/pasha1986/crystal-web-server/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors