crystal-web-server

Version, currently master branch1 version
  • master branchlatestApr 10, 2023

github.com/pab1it0/crystal-web-server

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

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crystal-web-server:
    github: pab1it0/crystal-web-server
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.28.0
License
MIT
Author
Pavel Shklovsky
Target
  • crystal-web-server from src/crystal-web-server.cr

Dependencies

This version declares no dependencies.

README

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
$ npm install
  1. Configure the region you want to deploy the stack to (Default: us-east-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