dokku-buildpack-php
dokku-buildpack-php copied to clipboard
My own buildpack for dokku usage
``` sh [email protected] config:set appname BUILDPACK_URL=https://github.com/bobmaerten/dokku-buildpack-php -----> Setting config vars and restarting appname BUILDPACK_URL: https://github.com/bobmaerten/dokku-buildpack-php -----> Releasing appname ... -----> Release complete! -----> Deploying appname ... 2014/10/28 11:11:30 Error: No...
Does the following: 1. Creates user dokku as uid/guid 1000 and runs server as this instead of nobody. This supports the very nice [dokku-volume](https://github.com/ohardy/dokku-volume) plugin, which mounts volumes as user...