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

bergie/heroku-buildpack-midgard-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Heroku Buildpack for Midgard MVC

This is a Heroku Buildpack for running Midgard MVC applications.

Setup

You need a Composer-installable Midgard MVC application, for example one built with the Midgard MVC project template. You also need a valid Heroku account and a working installation of the Heroku toolbelt.

Buildpack setup

Add a .buildpacks file in the root of your application, with the following contents:

https://github.com/piotras/heroku-buildpack-gettext
https://github.com/piotras/heroku-buildpack-libgda-4
https://github.com/piotras/heroku-buildpack-midgard2
https://github.com/piotras/heroku-buildpack-pcre
https://github.com/piotras/heroku-buildpack-lighttpd
https://github.com/piotras/heroku-buildpack-php
https://github.com/piotras/heroku-buildpack-php5-midgard2
https://github.com/bergie/heroku-buildpack-midgard-mvc

This will tell which buildpacks Heroku needs to run when deploying your app. Since this means using multiple buildpacks, the actual setup will be run with the multi-buildpack module.

Heroku app setup

Create your application:

$ heroku apps:create myapp

Define the correct buildpack:

$ heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git

Deploy:

$ git push heroku master

About

Heroku buildpack for running Midgard MVC applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published