locomotivecms / heroku-instant-deploy

Rails app running Locomotive and deployable instantly on Heroku
MIT License
12 stars 16 forks source link

Dokku compat; see https://github.com/dokku/dokku-mongo #5

Closed rvalyi closed 8 years ago

did commented 8 years ago

thanks @rvalyi. Would you have time to write a guide about how to run Locomotive on Dokku? thanks!

rvalyi commented 8 years ago

@did

Yes just point me the point in the doc.

But in short that is around 5-6 commands such . Like:

git push of instant-deploy to your Dokku install as an app called loco-app
dokku mongo:create loco
dokku mongo:link loco loco-app
dokku config:set "VAR_X=VALUE_X" with all your required s3 config.

then browse your locomotive app URL and you are done.

But if you tell me where I do it cleanly.

did commented 8 years ago

@rvalyi I definitively need you to write that down! I'm dealing with readme.io so that you can get an admin account in order to add this new guide. That'd be awesome!

rvalyi commented 8 years ago

@did you could also may be consider this for your doc: http://gliderlabs.com/pagebuilder/latest/ a more complex example: http://gliderlabs.com/registrator/latest/

Really a simple glue command made by a genius programmer.

rvalyi commented 8 years ago

just to make it clear: the guy who created pagebuilder is Jeff Lindsay, the same guy who created dokku and a bunch of other genius open source projects...