https://github.com/corydolphin/heroku-buildpack-apache
.
https://github.com/corydolphin/heroku-buildpack-apache
Last synced: 4 months ago
JSON representation
.
- Host: GitHub
- URL: https://github.com/corydolphin/heroku-buildpack-apache
- Owner: corydolphin
- Created: 2013-05-28T03:21:38.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T22:26:53.000Z (about 11 years ago)
- Last Synced: 2025-01-30T18:17:49.794Z (5 months ago)
- Language: Shell
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Heroku buildpack: Apache
=================================This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for vendoring Apache Httpd into your project. It doesn't do anything else, so to actually compile your app you should use [heroku-buildpack-multi](https://github.com/ddollar/heroku-buildpack-multi) to combine it with a real buildpack.
Usage
-----$ ls
.buildpacks$ heroku create --stack cedar --buildpack http://github.com/dollar/heroku-buildpack-multi.git
$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom buildpack
...