1
2 Comments

Built a landing page for a coronavirus dating site to keep morale up and to learn how dokku worked compared to heroku

https://www.coronalove.xyz/
submitted this linkon March 27, 2020
  1. 1

    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!

    1. 1

      What resources/materials did you follow to setup dokku?