Bläddra i källkod

Merge branch 'fix/minor-doc-fix' into 'develop'

add missing sudo prefix in some install doc

See merge request pleroma/pleroma!3276
feat/mrf-dnsrbl
rinpatch 3 år sedan
förälder
incheckning
0a6f5f4793
4 ändrade filer med 4 tillägg och 4 borttagningar
  1. +1
    -1
      docs/installation/alpine_linux_en.md
  2. +1
    -1
      docs/installation/arch_linux_en.md
  3. +1
    -1
      docs/installation/debian_based_en.md
  4. +1
    -1
      docs/installation/debian_based_jp.md

+ 1
- 1
docs/installation/alpine_linux_en.md Visa fil

@@ -125,7 +125,7 @@ sudo -Hu pleroma mix deps.get
* Check the configuration and if all looks right, rename it, so Pleroma will load it (`prod.secret.exs` for productive instance, `dev.secret.exs` for development instances): * Check the configuration and if all looks right, rename it, so Pleroma will load it (`prod.secret.exs` for productive instance, `dev.secret.exs` for development instances):


```shell ```shell
mv config/{generated_config.exs,prod.secret.exs}
sudo -Hu pleroma mv config/{generated_config.exs,prod.secret.exs}
``` ```


* The previous command creates also the file `config/setup_db.psql`, with which you can create the database: * The previous command creates also the file `config/setup_db.psql`, with which you can create the database:


+ 1
- 1
docs/installation/arch_linux_en.md Visa fil

@@ -100,7 +100,7 @@ sudo -Hu pleroma mix deps.get
* Check the configuration and if all looks right, rename it, so Pleroma will load it (`prod.secret.exs` for productive instance, `dev.secret.exs` for development instances): * Check the configuration and if all looks right, rename it, so Pleroma will load it (`prod.secret.exs` for productive instance, `dev.secret.exs` for development instances):


```shell ```shell
mv config/{generated_config.exs,prod.secret.exs}
sudo -Hu pleroma mv config/{generated_config.exs,prod.secret.exs}
``` ```


* The previous command creates also the file `config/setup_db.psql`, with which you can create the database: * The previous command creates also the file `config/setup_db.psql`, with which you can create the database:


+ 1
- 1
docs/installation/debian_based_en.md Visa fil

@@ -98,7 +98,7 @@ sudo -Hu pleroma mix deps.get
* Check the configuration and if all looks right, rename it, so Pleroma will load it (`prod.secret.exs` for productive instance, `dev.secret.exs` for development instances): * Check the configuration and if all looks right, rename it, so Pleroma will load it (`prod.secret.exs` for productive instance, `dev.secret.exs` for development instances):


```shell ```shell
mv config/{generated_config.exs,prod.secret.exs}
sudo -Hu pleroma mv config/{generated_config.exs,prod.secret.exs}
``` ```






+ 1
- 1
docs/installation/debian_based_jp.md Visa fil

@@ -98,7 +98,7 @@ sudo -Hu pleroma mix pleroma.instance gen


* コンフィギュレーションを確認して、もし問題なければ、ファイル名を変更してください。 * コンフィギュレーションを確認して、もし問題なければ、ファイル名を変更してください。
``` ```
mv config/{generated_config.exs,prod.secret.exs}
sudo -Hu pleroma mv config/{generated_config.exs,prod.secret.exs}
``` ```


* 先程のコマンドで、すでに `config/setup_db.psql` というファイルが作られています。このファイルをもとに、データベースを作成します。 * 先程のコマンドで、すでに `config/setup_db.psql` というファイルが作られています。このファイルをもとに、データベースを作成します。


Laddar…
Avbryt
Spara