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: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,13 @@ Originally developed for [BrickHack](https://github.com/codeRIT/brickhack.io), t
18
18
19
19
**_HackathonManager is in the midst of a significant change to how it's deployed. If you're looking to use this *right now,* reach out to [Stuart Olivera](https://github.com/sman591)_**
20
20
21
+
HackathonManager is intended to be a standalone web app separate from your regular marketing website/public homepage. A typical setup would be:
22
+
23
+
-**brickhack.io** — Marketing site with event info, schedule, sponsors, etc and a button to apply
This allows your public marketing site to operate however you want it (e.g. GitHub pages) while HackathonManager lives in an isolated, consistent environment.
27
+
21
28
HackathonManager uses a variety of third-party services & Ruby gems:
@@ -43,7 +50,12 @@ Be sure to review all of these before going live!
43
50
44
51
## Deployment
45
52
46
-
Deployment to Heroku and Dokku is supported out of the box, though anything that operates on Heroku's buildpacks should work too.
53
+
HackathonManager supports two platforms out of the box:
54
+
55
+
-[Heroku](https://www.heroku.com) — Easiest & quickest way that requires little server knowledge, however isn't cheap (can't run on free tier)
56
+
-[Dokku](http://dokku.viewdocs.io/dokku/) — A free alternative to Heroku, runs on your own virtual machine.
57
+
58
+
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.
0 commit comments