Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danpalmer/heroku-buildpack-hammer

A buildpack for Heroku that serves static sites built with Hammer for Mac.
https://github.com/danpalmer/heroku-buildpack-hammer

Last synced: about 2 months ago
JSON representation

A buildpack for Heroku that serves static sites built with Hammer for Mac.

Awesome Lists containing this project

README

        

## Hammer Buildpack for Heroku

This buildpack allows you to deploy a [Hammer](http://hammerformac.com/) project to Heroku as a static site, served with Nginx.

Repositories are considered a valid Hammer project if they contain a `Build` directory. This directory must be committed to the repository because the Hammer build process cannot be run on the server, only locally.

#### Usage

$ heroku create --stack cedar --buildpack http://github.com/danpalmer/heroku-buildpack-hammer.git

$ git push heroku master
...
-----> Downloading Nginx Sources
-----> Extracting Nginx Sources
-----> Configuring
-----> Compiling
-----> Installing
-----> Creating Boot Script

#### Credits

Tips on the general process of using Nginx on Heroku taken from [heroku-buildpack-nginx](http://github.com/mchung/heroku-buildpack-nginx/) by [@mchung](http://github.com/mchung/).

Nginx configuration taken from http://library.linode.com/web-servers/nginx/configuration/basic.