Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Forked version allowing PHP-FPM to process all files and accepting default.php in Apache for legacy.shengslogar.com

License

Notifications You must be signed in to change notification settings

shengslogar/heroku-buildpack-shengslogar-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku PHP buildpack

This is a build pack bundling PHP for Heroku apps. Currently very alpha.

Usage

Please refer to Dev Center for usage instructions.

Development

Compiling Binaries

The folder support/build contains Hammer build scripts for all dependencies.

To get started with Hammer:

$ gem install --prerelease hammer

Then, in each folder inside support/build, run:

$ hammer build

to easily build the respective component using Anvil on Heroku infrastructure.

Resulting packages will be placed inside the builds/ subfolder of each component and can be uploaded to a public location (e.g. S3 or Dropbox).

The URI of this upload is referenced inside bin/compile.

Hacking

To work on this buildpack, fork it on Github. You can then use Anvil with a local buildpack to easily iterate on changes without pushing each time.

Alternatively, you may push changes to your fork (ideally in a branch if you'd like to submit pull requests), then create a test app with heroku create --buildpack <your-github-url#branch> and push to it.

About

Forked version allowing PHP-FPM to process all files and accepting default.php in Apache for legacy.shengslogar.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 81.2%
  • PHP 9.1%
  • Ruby 9.0%
  • Other 0.7%