diff options
| author | Alibek Omarov <a1ba.omarov@gmail.com> | 2020-08-10 16:24:45 +0300 | 
|---|---|---|
| committer | Alibek Omarov <a1ba.omarov@gmail.com> | 2020-08-10 16:24:45 +0300 | 
| commit | a2f2ba3fbbc9788b16e7d62044756b99fa0c45e1 (patch) | |
| tree | fd5b5a69ca40aec2d14d26f6c42b0d5045dbea8b /docs | |
| parent | 00a4980c618c29ca337ac10a54121ecd7d687d3f (diff) | |
| download | pleroma-a2f2ba3fbbc9788b16e7d62044756b99fa0c45e1.tar.gz pleroma-a2f2ba3fbbc9788b16e7d62044756b99fa0c45e1.zip | |
docs: add cmake to other installation guides
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/installation/alpine_linux_en.md | 3 | ||||
| -rw-r--r-- | docs/installation/arch_linux_en.md | 3 | ||||
| -rw-r--r-- | docs/installation/gentoo_en.md | 3 | ||||
| -rw-r--r-- | docs/installation/netbsd_en.md | 1 | ||||
| -rw-r--r-- | docs/installation/openbsd_en.md | 3 | ||||
| -rw-r--r-- | docs/installation/openbsd_fi.md | 2 | 
6 files changed, 10 insertions, 5 deletions
| diff --git a/docs/installation/alpine_linux_en.md b/docs/installation/alpine_linux_en.md index c726d559f..a5683f18c 100644 --- a/docs/installation/alpine_linux_en.md +++ b/docs/installation/alpine_linux_en.md @@ -14,6 +14,7 @@ It assumes that you have administrative rights, either as root or a user with [s  * `erlang-xmerl`  * `git`  * Development Tools +* `cmake`  #### Optional packages used in this guide @@ -39,7 +40,7 @@ sudo apk upgrade  * Install some tools, which are needed later:  ```shell -sudo apk add git build-base +sudo apk add git build-base cmake  ```  ### Install Elixir and Erlang diff --git a/docs/installation/arch_linux_en.md b/docs/installation/arch_linux_en.md index bf9cfb488..7fb69dd60 100644 --- a/docs/installation/arch_linux_en.md +++ b/docs/installation/arch_linux_en.md @@ -9,6 +9,7 @@ This guide will assume that you have administrative rights, either as root or a  * `elixir`  * `git`  * `base-devel` +* `cmake`  #### Optional packages used in this guide @@ -26,7 +27,7 @@ sudo pacman -Syu  * Install some of the above mentioned programs:  ```shell -sudo pacman -S git base-devel elixir +sudo pacman -S git base-devel elixir cmake  ```  ### Install PostgreSQL diff --git a/docs/installation/gentoo_en.md b/docs/installation/gentoo_en.md index 32152aea7..5a676380c 100644 --- a/docs/installation/gentoo_en.md +++ b/docs/installation/gentoo_en.md @@ -28,6 +28,7 @@ Gentoo quite pointedly does not come with a cron daemon installed, and as such i  * `dev-db/postgresql`  * `dev-lang/elixir`  * `dev-vcs/git` +* `dev-util/cmake`  #### Optional ebuilds used in this guide @@ -46,7 +47,7 @@ Gentoo quite pointedly does not come with a cron daemon installed, and as such i  * Emerge all required the required and suggested software in one go:  ```shell - # emerge --ask dev-db/postgresql dev-lang/elixir dev-vcs/git www-servers/nginx app-crypt/certbot app-crypt/certbot-nginx + # emerge --ask dev-db/postgresql dev-lang/elixir dev-vcs/git www-servers/nginx app-crypt/certbot app-crypt/certbot-nginx dev-util/cmake  ```  If you would not like to install the optional packages, remove them from this line.  diff --git a/docs/installation/netbsd_en.md b/docs/installation/netbsd_en.md index 3626acc69..6ad0de2f6 100644 --- a/docs/installation/netbsd_en.md +++ b/docs/installation/netbsd_en.md @@ -19,6 +19,7 @@ databases/postgresql11-client  databases/postgresql11-server  devel/git-base  devel/git-docs +devel/cmake  lang/elixir  security/acmesh  security/sudo diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md index 5dbe24f75..eee452845 100644 --- a/docs/installation/openbsd_en.md +++ b/docs/installation/openbsd_en.md @@ -14,11 +14,12 @@ The following packages need to be installed:    * git    * postgresql-server    * postgresql-contrib +  * cmake  To install them, run the following command (with doas or as root):  ``` -pkg_add elixir gmake ImageMagick git postgresql-server postgresql-contrib +pkg_add elixir gmake ImageMagick git postgresql-server postgresql-contrib cmake  ```  Pleroma requires a reverse proxy, OpenBSD has relayd in base (and is used in this guide) and packages/ports are available for nginx (www/nginx) and apache (www/apache-httpd). Independently of the reverse proxy, [acme-client(1)](https://man.openbsd.org/acme-client) can be used to get a certificate from Let's Encrypt. diff --git a/docs/installation/openbsd_fi.md b/docs/installation/openbsd_fi.md index 272273cff..b5b5056a9 100644 --- a/docs/installation/openbsd_fi.md +++ b/docs/installation/openbsd_fi.md @@ -16,7 +16,7 @@ Matrix-kanava #freenode_#pleroma:matrix.org ovat hyviä paikkoja löytää apua  Asenna tarvittava ohjelmisto: -`# pkg_add git elixir gmake postgresql-server-10.3 postgresql-contrib-10.3` +`# pkg_add git elixir gmake postgresql-server-10.3 postgresql-contrib-10.3 cmake`  Luo postgresql-tietokanta: | 
