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: content/docs/2_cookbook/9_setup/0_git-based-deployment-with-dokku/cookbook-recipe.txt
+6-4
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,11 @@ According to the (link: https://dokku.com/docs/getting-started/installation/#wha
33
33
34
34
Behind the scenes, Dokku makes use of Docker containerization to run any number of applications on your server. It allows you to essentially create your own PaaS or something like (link: https://www.heroku.com/ text: Heroku) where you can deploy and manage your apps. In fact, Dokku will make use of the official (link: https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-php text: Heroku PHP Buildpack) to run your Kirby site.
35
35
36
+
For the most recent Dokku installation requirements/commands, please double check https://dokku.com/docs/getting-started/installation/
37
+
36
38
## Prerequisites and Requirements
37
39
- Access to cloud servers such as (link: https://www.hetzner.com/ text: Hetzner) or (link: https://digitalocean.com text: Digital Ocean)
38
-
- A fresh installation of Ubuntu 18.04/20.04 x64, Debian 9+ x64 or CentOS 7 x64 (experimental) with the FQDN set
40
+
- A fresh installation of Ubuntu 20.04/22.04 x64, Debian 10+ x64 or CentOS 7 x64 (experimental) with the FQDN set
39
41
- At least 1 GB of system memory. (link: https://dokku.com/docs/getting-started/advanced-installation/#vms-with-less-than-1gb-of-memory text: Workaround for less than 1GB)
40
42
- Basic familiarity with Linux and the command line
0 commit comments