X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Finstallation%2Fdebian_based_jp.md;h=627ddfe396f18654d7309a2e887ad4e0a3dd6253;hb=eddcebf8ae699edd9e503dd7a3c51112ca063a21;hp=ac5dcaaee205bf7fea317f3867b772ad96398a59;hpb=bd961a3badaf7aa7ffc97ab92a6b04367d1c514b;p=akkoma diff --git a/docs/installation/debian_based_jp.md b/docs/installation/debian_based_jp.md index ac5dcaaee..627ddfe39 100644 --- a/docs/installation/debian_based_jp.md +++ b/docs/installation/debian_based_jp.md @@ -14,6 +14,7 @@ - erlang-dev - erlang-tools - erlang-parsetools +- erlang-ssh - erlang-xmerl (Jessieではバックポートからインストールすること!) - git - build-essential @@ -44,7 +45,7 @@ wget -P /tmp/ https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb * ElixirとErlangをインストールします、 ``` -apt update && apt install elixir erlang-dev erlang-parsetools erlang-xmerl erlang-tools +apt update && apt install elixir erlang-dev erlang-parsetools erlang-xmerl erlang-tools erlang-ssh ``` ### Pleroma BE (バックエンド) をインストールします @@ -68,7 +69,7 @@ cd ~ * Gitリポジトリをクローンします。 ``` -git clone https://git.pleroma.social/pleroma/pleroma +git clone -b master https://git.pleroma.social/pleroma/pleroma ``` * 新しいディレクトリに移動します。 @@ -179,9 +180,13 @@ mix set_moderator username [true|false] #### コンフィギュレーションとカスタマイズ -* [Configuration tips](General tips for customizing pleroma fe) -* [Small Pleroma-FE customizations](Small customizations) * [Admin tasks](Admin tasks) +* [Backup your instance](backup.html) +* [Configuration tips](general-tips-for-customizing-pleroma-fe.html) +* [Hardening your instance](hardening.html) +* [How to activate mediaproxy](howto_mediaproxy.html) +* [Small Pleroma-FE customizations](small_customizations.html) +* [Updating your instance](updating.html) ## 質問ある?