appbox-cookbook
appbox-cookbook copied to clipboard
Provides a set of recipes to setup a base app server
I've always been a fan of Ubuntu, but these days I need to work on CentOS. And I've come to find good things about it too (e.g. SELinux enabled by...
This is part 2 of the fix for [rackbox' issue #2](https://github.com/teohm/rackbox-cookbook/issues/2)
Currently the user for deployment is `deploy`, while for running application is `apps`. This devision may cause permission problems, such as the one described in issue #5. The user `deploy`...
Got Production log permission error while running app under Passenger Standalone server via sv. Here is the line from log file: ``` Rails Error: Unable to access log file. Please...
This might be out of scope, but I think that the job of this recipe is to get your application setup so that you are ready to do first time...