-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to support PHP on current dokku #2
base: master
Are you sure you want to change the base?
Conversation
Wooaah. Never thought that this repo would be spotted, nor forked and patched! |
Haha, no doubt. Hopefully, mine will escape notice too. However, I was trying to get a hefty PHP CMS package to run in dokku, and I couldn't get the CHH/heroku-buildpack-php to work either. I think (I was trying any buildpack I could find) yours was the closest to what I hoped to do, if I could get it running. One of the things that drove me nuts is the cache directory I needed in my container. I couldn't get any script to create a web/tmp directory and make it 0777 permissions. I tried everything, and I don't know what I was missing. I finally had to put it in a persistent volume (which I actually don't really want) to get it to work. That's when I found the volumes all showed uid=1000 instead of root. From what I could see, no PHP app could run in Dokku at this time, and I don't understand why it hasn't been addressed. |
I have to admit I quit early on the problems you exposed, and quite amazed 2014-09-29 13:45 GMT+02:00 drmikecrowe [email protected]:
|
I know, but I somehow keep coming back because it seems to really be the easiest solution for quick, single-instance deployment. I've been looking for an alternative, but Flynn and Deis seem like overkill (though I may take a serious look a Deis). Would you mind pointing me to the alternative you use? I'd like to check it out |
My alternatives are currently :
An acquaintance of mine (ping @tclavier) owns and runs Deliverous maybe you could have a look to their repos, or try their services. |
Conflicts: bin/compile
Conflicts: bin/compile
Does the following:
To resolve, adding types_hash_max_size 2048;