eeezyy / heroku-multipack-nodejs-php-example

A sample application for Heroku, showing how ddollar/heroku-buildpack-multi can be used to combine Node.js and PHP, using Bower in a Composer post-install-cmd to install bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heroku-multipack-nodejs-php-example

This sample application for Heroku shows how ddollar/heroku-buildpack-multi can be used to combine the Node.js and PHP buildpacks, which allows using Node from inside the PHP buildpack's bin/compile.

In this example, we're using Bower in a Composer post-install-cmd to install Bootstrap.

To try this, clone this repo, heroku create --buildpack https://github.com/ddollar/heroku-buildpack-multi, then git push heroku master.

Example: http://heroku-multipack-nodejs-php-ex.herokuapp.com/

About

A sample application for Heroku, showing how ddollar/heroku-buildpack-multi can be used to combine Node.js and PHP, using Bower in a Composer post-install-cmd to install bootstrap

License:MIT License


Languages

Language:PHP 100.0%