Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tt/heroku-buildpack-lighttpd
Heroku buildpack for lighttpd
https://github.com/tt/heroku-buildpack-lighttpd
Last synced: 28 days ago
JSON representation
Heroku buildpack for lighttpd
- Host: GitHub
- URL: https://github.com/tt/heroku-buildpack-lighttpd
- Owner: tt
- License: mit
- Created: 2013-06-17T10:43:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-17T13:01:19.000Z (over 11 years ago)
- Last Synced: 2023-04-11T20:41:43.259Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Heroku buildpack: lighttpd
==========================This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks)
for [lighttpd](http://www.lighttpd.net/).The buildpack will build lighttpd from the source code. The binaries will be
cached to speed up upcoming builds.Usage
-----Example usage:
$ ls
public_html/$ heroku create --stack cedar --buildpack git://github.com/tt/heroku-buildpack-lighttpd.git
$ git push heroku master
...
-----> Fetching custom git buildpack... done
-----> lighttpd app detected
-----> Bundling lighttpd version 1.4.32
Downloading source... done
Building... done
Caching binaries... done
Copying cached binaries... doneYou can also add it to upcoming builds of an existing application:
$ heroku config:add BUILDPACK_URL=git://github.com/tt/heroku-buildpack-lighttpd.git
The buildpack will detect your app as lighttpd if it has the directory
`public_html` in the root.You can provide a `lighttpd.conf` file to alter the behavior of lighttpd.
License
-------The buildpack is made available under The MIT License.