Skip to content

Commit 3240c4b

Browse files
committed
docs: Clarify prerequisites to deploying on Dokku
1 parent 6f732e7 commit 3240c4b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/deployment-dokku.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,20 @@ id: deployment-dokku
33
title: Dokku Deployment
44
---
55

6-
Below are steps & notes to deploy HackathonManager on Dokku. This assumes you already have [Dokku](http://dokku.viewdocs.io/dokku/) running on a machine and can SSH into the box. DNS should likely be set up as well, but isn't required for bare minimum functionality.
6+
Below are steps & notes to deploy HackathonManager on Dokku.
7+
8+
>This assumes you already have a virtual machine with [Dokku](http://dokku.viewdocs.io/dokku/) running on it, and can SSH into the VM. DNS should be set up as well, but isn't required for bare minimum functionality.
9+
>
10+
>If you need a VM, check out [DigitalOean](https://m.do.co/c/b5ee103e23c3) or [Linode](https://www.linode.com/?r=e90a6fb2a6999fb4ec7b60b1add3e288f97954bf) and the [Dokku docs](http://dokku.viewdocs.io/dokku/) to get started.
711
812
If you have any questions at all, please don't hesitate to reach out to [Stuart](https://github.com/sman591)! This doc is very much a work in progress but we want to keep it as up to date as possible.
913

1014
## Dokku plugins
1115

1216
Currently used and required Dokku plugins (other than the defaults):
1317

14-
- [MySQL](https://github.com/dokku/dokku-mysql)
15-
- [Redis](https://github.com/dokku/dokku-redis) (required by Sidekiq)
18+
- [MySQL](https://github.com/dokku/dokku-mysql) (data storage)
19+
- [Redis](https://github.com/dokku/dokku-redis) (background jobs + caching)
1620
- [dokku-letsencrypt](https://github.com/dokku/dokku-letsencrypt) (Optional: free, automated SSL certificates)
1721

1822
### Dokku Setup Steps

0 commit comments

Comments
 (0)