Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danpalmer/heroku-buildpack-hammer
- Owner: danpalmer
- Created: 2012-12-30T15:11:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-10T16:04:36.000Z (about 12 years ago)
- Last Synced: 2024-10-14T21:24:49.469Z (3 months ago)
- Language: Shell
- Size: 138 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.