https://github.com/vic/nim-heroku-example
Example nim app using heroku buildpack.
https://github.com/vic/nim-heroku-example
Last synced: 5 months ago
JSON representation
Example nim app using heroku buildpack.
- Host: GitHub
- URL: https://github.com/vic/nim-heroku-example
- Owner: vic
- License: mit
- Created: 2015-01-11T07:02:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T09:07:54.000Z (over 11 years ago)
- Last Synced: 2025-02-16T20:43:47.322Z (over 1 year ago)
- Language: Nimrod
- Homepage: http://nim-heroku-example.herokuapp.com
- Size: 141 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nim-heroku-example
Example [nim](http://nim-lang.org) app deployed using the [nim heroku buildpack](http://github.com/vic/heroku-buildpack-nim).
This [example app](http://nim-heroku-example.herokuapp.com) uses the [jester web framework](https://github.com/dom96/jester)
Usage
-----
```shell
# Get this example app
git clone git://github.com/vic/nim-heroku-example.git
cd nim-heroku-example
# Create a heroku app
heroku create --stack cedar --buildpack https://github.com/vic/heroku-buildpack-nim.git
# Deploy using development version of Nim
heroku config:set NIM_BRANCH=devel
git push heroku master
```