app

Version, currently master branch1 version
  • master branchlatestFeb 27, 2016

github.com/ianblenke/docker-kemal

An example Dockerized Crystal Kemal project

10 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  app:
    github: ianblenke/docker-kemal
    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
no constraint declared
License
MIT
Author
Ian Blenke <ian@blenke.com>

Dependencies

Runtime Dependencies

  • kemal*github: sdogruyol/kemal, branch: master

README

# docker-kemal

This project was created following: http://kemalcr.com/

## Installation

This project has been dockerized.

To build the docker image from this repo:

  docker-compose build

## Usage

To both build and run this repo, use:

  docker-compose up

## Development

Iterate by cntl-c and re-running the `docker-compose up`

## Contributing

1. Fork it ( https://github.com/ianblenke/docker-kemal/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

- [[ianblenke]](https://github.com/ianblenke) Ian Blenke - creator, maintainer