Skip to content

Commit 6f732e7

Browse files
committed
docs: Add recommendation notes to deployment platform list
1 parent e558167 commit 6f732e7

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/deployment.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,28 @@ To get started, deploy HackathonManager onto one of three supported platforms:
1616

1717
## Heroku
1818

19-
Easiest & quickest way that requires little server knowledge, however isn't cheap (free tier not recommended)
19+
Easiest & quickest way that requires little server knowledge.
20+
21+
Recommended if you aren't familiar with running a Linux virtual machine and can spend ~$17/month.
2022

2123
[Get Started with Heroku »](deployment-heroku.md)
2224

2325
## Dokku
2426

25-
A free alternative to Heroku, runs on your own virtual machine
27+
A free alternative to Heroku, runs on your own virtual machine.
28+
29+
Recommended if you're on a budget and can set up Dokku on a Linux virtual machine, usually $5-10/month.
2630

27-
[Get Started with Heroku »](deployment-dokku.md)
31+
[Get Started with Dokku »](deployment-dokku.md)
2832

2933
## OKD/OpenShift
3034

31-
"Enterprise Kubernetes for Developers" packaged with a useful management UI + tooling
35+
"Enterprise Kubernetes for Developers" packaged with a useful management UI + tooling.
36+
37+
Recommended if you already have an existing, reliable OKD/Kubernetes cluster.
3238

3339
[Get Started with OKD »](deployment-okd.md)
3440

3541
### Other methods
3642

37-
HackathonManager can also be deployed the same as any other Rails app, however this is **not** natively supported and will require you to fork this repo to integrate code changes.
43+
HackathonManager can also be deployed the same as any other Rails app, however this is **not** natively supported and will require you to fork this repo to integrate & maintain code changes.

0 commit comments

Comments
 (0)