-
示例 nim 应用程序:使用 heroku buildpack 的 nim-heroku-example
资源介绍
nim-heroku-example
使用部署的示例应用程序。
此使用
用法
# 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