Joined January 2012
·
Achievements
49 Karma
0 Total ProTip Views

Mongoose 3
Have at least three original repos where Ruby is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Charity
Fork and commit to someone's open source project in need

Mongoose
Have at least one original repo where Ruby is the dominant language

Bear
Have at least one original repo where Objective-C is the dominant language
I can confirm this works with Dokku 0.2.3, but there are two things that need to be changed before pushing to Dokku.
.npmrc
file withunsafe-perm = true
package.json
post-install script to run this command instead:./node_modules/bower/bin/bower install --allow-root
This is due to Dokku using Docker containers with root users to run the apps.