You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment.md
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,22 +16,28 @@ To get started, deploy HackathonManager onto one of three supported platforms:
16
16
17
17
## Heroku
18
18
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.
20
22
21
23
[Get Started with Heroku »](deployment-heroku.md)
22
24
23
25
## Dokku
24
26
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.
26
30
27
-
[Get Started with Heroku»](deployment-dokku.md)
31
+
[Get Started with Dokku»](deployment-dokku.md)
28
32
29
33
## OKD/OpenShift
30
34
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.
32
38
33
39
[Get Started with OKD »](deployment-okd.md)
34
40
35
41
### Other methods
36
42
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