DEV Community

[Comment from a deleted post]
Collapse
 
maheshkale profile image
Mahesh K

Is there any open source solution that turns the Digital ocean into Heroku like deployment?

Collapse
 
willvincent profile image
Will Vincent

Dokku and caprover immediately come to mind and are available as deployable apps when creating droplets directly.

Other options include Flynn which is super powerful but docs are a little cumbersome, and the official stable release is rather old.

Dokku is best if you only need a single repo support, caprover if you will have multiple apps, and or multiple servers.

Both easy to setup and use.

Collapse
 
kewah profile image
Antoine Lehurt
Collapse
 
andrasbacsai profile image
Andras Bacsai

I'm not sure if there is any, but it would be awesome to work on it as an open source project.