add missing sudo prefix in install doc
author๐‘“ <nfvfs7tsd@relay.firefox.com>
Sat, 23 Jan 2021 16:56:11 +0000 (16:56 +0000)
committer๐‘“ <nfvfs7tsd@relay.firefox.com>
Sat, 23 Jan 2021 16:56:11 +0000 (16:56 +0000)
docs/installation/alpine_linux_en.md
docs/installation/arch_linux_en.md
docs/installation/debian_based_en.md
docs/installation/debian_based_jp.md

index 2f8520a783dfbde10593a632d735c825b8aeb882..7eb1718f2f94f68923f65deb476eb3d9bb3e9da7 100644 (file)
@@ -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):
 
 ```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:
index 9cbd3f4290bff38c098189f294d8514bb4ec318b..da78c3205f86ba5bb05a40494f474f9c538cbd80 100644 (file)
@@ -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):
 
 ```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:
index 926a85367fee01e4fdccbfd2ee1c1a01e0460779..c5687a01e0db3b292fc60e1944bbf8d7db497d78 100644 (file)
@@ -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):
 
 ```shell
-mv config/{generated_config.exs,prod.secret.exs}
+sudo -Hu pleroma mv config/{generated_config.exs,prod.secret.exs}
 ```
 
 
index 2613a86d9596b1e5e6e67960fddd1180dcfc67a8..c4bbd47805893488e7332d88a16448b87309a859 100644 (file)
@@ -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` ใจใ„ใ†ใƒ•ใ‚กใ‚คใƒซใŒไฝœใ‚‰ใ‚Œใฆใ„ใพใ™ใ€‚ใ“ใฎใƒ•ใ‚กใ‚คใƒซใ‚’ใ‚‚ใจใซใ€ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚นใ‚’ไฝœๆˆใ—ใพใ™ใ€‚