Building Web Applications with NancyFX on Pluralsight

Building Web Applications with NancyFX is now available on Pluralsight.

Check here for any errata or other news regarding the course.

Errata

February 2, 2015

Like any video game you buy lately, this course has a day-one update. In module 4, I reference the Heroku multi-buildpack. Between the creation of that module and release, Heroku took over the multi-buildpack project.

Their GitHub repository is at: https://github.com/heroku/heroku-buildpack-multi

The new multi-buildpack url is: https://github.com/heroku/heroku-buildpack-multi.git

To use the new buildpack from the command line:

$ heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-multi.git