adamwiggins / nginx-as-heroku-app

Runing Nginx as a Heroku app with the C buildpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run locally

./configure
make
foreman start

Deploy to Heroku

heroku create -s cedar --buildpack https://github.com/heroku/heroku-buildpack-c
git push heroku master
heroku open
heroku logs

About

Runing Nginx as a Heroku app with the C buildpack

License:Other


Languages

Language:C 93.8%Language:Ruby 5.9%Language:Perl 0.2%Language:Shell 0.1%Language:Assembly 0.0%Language:C++ 0.0%