How to use nix-copy-closure, step by step
The missing manual on how to sign your packages and use the nix-copy-closure as a real alternative to do your deployments.
nix
deployments
nixos
packaging
The missing manual on how to sign your packages and use the nix-copy-closure as a real alternative to do your deployments.
Integrate CherryPy with another WSGI-compatible application.
Using the WSGI middlware of Werkzeug we are going to quickly connect the two tools for easy and painless debugging while using CherryPy.
A CherryPy example focused on the method dispatcher, the example is an implementation of the exposed Github gists api "/gists".
Simple example with cherrypy, focused on the default dispatcher.