Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge branch 'v11-work1' into v11
Browse files Browse the repository at this point in the history
  • Loading branch information
sousuke0422 committed Feb 18, 2021
2 parents 009c92a + 562a331 commit 04bad6d
Show file tree
Hide file tree
Showing 18 changed files with 202 additions and 758 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.15.1
v14.15.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.15.1-alpine3.12 AS base
FROM node:14.15.4-alpine3.12 AS base

ENV NODE_ENV=production

Expand Down
95 changes: 0 additions & 95 deletions docs/docker.en.md

This file was deleted.

89 changes: 0 additions & 89 deletions docs/docker.fr.md

This file was deleted.

29 changes: 13 additions & 16 deletions docs/docker.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Dockerを使ったMisskey構築方法

このガイドはDockerを使ったMisskeyセットアップ方法について解説します。

[英語版もあります - English version also available](./docker.en.md)

----------------------------------------------------------------

*1.* Misskeyのダウンロード
Expand All @@ -21,15 +19,24 @@ Dockerを使ったMisskey構築方法

`git checkout master`

*2.* 設定ファイルの作成と編集
*2.* Dockerの設定
----------------------------------------------------------------
`docker-compose.yml`を必要に応じて編集してください。

*3.* Misskeyのビルド
----------------------------------------------------------------
次のコマンドでビルドしてください:

`docker-compose build`

*4.* 設定ファイルの作成と編集
----------------------------------------------------------------

下記コマンドで設定ファイルを作成してください。

```bash
cd .config
cp example.yml default.yml
cp docker_example.env docker.env
cp .config/example.yml .config/default.yml
cp .config/docker_example.env .config/docker.env
```

### `default.yml`の編集
Expand All @@ -55,16 +62,6 @@ cp docker_example.env docker.env
| `POSTGRES_USER` | ユーザー名 |
| `POSTGRES_DB` | データベース名 |

*3.* Dockerの設定
----------------------------------------------------------------
`docker-compose.yml`を編集してください。

*4.* Misskeyのビルド
----------------------------------------------------------------
次のコマンドでMisskeyをビルドしてください:

`docker-compose build`

*5.* データベースを初期化
----------------------------------------------------------------
``` shell
Expand Down
14 changes: 0 additions & 14 deletions docs/manage.en.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/manage.fr.md

This file was deleted.

Loading

0 comments on commit 04bad6d

Please sign in to comment.