intercity / intercity-next

Web control panel to deploy apps on your servers (with Dokku)
https://intercity.io/
MIT License
116 stars 23 forks source link

Enhancement Ability to manage Dokku Plugins #225

Open retronoodle opened 7 years ago

retronoodle commented 7 years ago

For example I'd like to be able to add shoreman, and see which of my servers it's on, as well as other plugins.

jvanbaarsen commented 7 years ago

Hi @retronoodle, I like the idea! Not really sure how to implement this yet though. One question I have for you, what is the reason you're trying to run Shoreman? Because I looked at the github repo: https://github.com/statianzo/dokku-shoreman and it looks like it has been Deprecated infavour of core Dokku functionality.

retronoodle commented 7 years ago

Hi,

I am using that to get delayed_jobs working. After much googling, I was under the impression that it was what I needed to get delayed_jobs working - and it appears that it does this, by allowing me to use a procfile.

But what am I missing in dokku that I should be doing instead?

Much thanks.

jvanbaarsen commented 7 years ago

@retronoodle Dokku (And thus Intercity), supports Procfiles out of the box. If you want to run delayed jobs you can add this to your procfile:

worker: bundle exec rake jobs:work