Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Join
1
Like
2
Comments
Built a landing page for a coronavirus dating site to keep morale up and to learn how dokku worked compared to heroku
by
Armen ðŸ¤
https://www.coronalove.xyz/
Hey gang,
So I've been pretty bored living under "shelter in place" so I've been teaching myself how to use dokku as an alternative to heroku and other PaaS companies.
And I thought the idea of a coronavirus oriented dating site could be some much needed comic relief for people. I used this https://github.com/harrystech/prelaunchr rails project, but updated it to rails 6.
I can say that using dokku once you've got it set up is just about as convenient as heroku, but the set up process (even with digital ocean one click set up) did have a bit of a learning curve.
Take a look if you feel inclined!
What resources/materials did you follow to setup dokku?