Heroku Root buildpack

Introduction

A Heroku Buildpack that enables root permisions using chroot jail

Applying the buildpack


NOTE: Make sure you are logged in with heroku CLI

$ heroku create --buildpack https://github.com/nibirrayy/heroku-fakesu-sudo-buildpack.git

copy this code to create a heroku app with this buildpack

$ heroku buildpacks:add https://github.com/nibirrayy/heroku-fakesu-sudo-buildpack.git

And this is to add to existing app and make sure you are connected to the app if not make sure you are by

$ heroku git:remote -a (app-name-here)

##Contributors

This buildpack is based on fakesu buildpack by @fabiokung. buildpack by @fabiokung and chroot+aptitude heroku buildpack by [Gabriel Falcão] (https://github.com/gabrielfalcao)

##Lisense

Common Development and Distribution License (CDDL-1.0)