Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bash-install
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
witchy
bash-install
Commits
181aab56
Commit
181aab56
authored
3 years ago
by
tamaina
Browse files
Options
Downloads
Patches
Plain Diff
✌️
parent
de08c03c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.en.md
+5
-1
5 additions, 1 deletion
README.en.md
README.md
+9
-2
9 additions, 2 deletions
README.md
with
14 additions
and
3 deletions
README.en.md
+
5
−
1
View file @
181aab56
...
...
@@ -152,7 +152,11 @@ sudo su - ユーザー
export XDG_RUNTIME_DIR=/run/user/$UID
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
# プロセス一覧を表示
docker ps
# ログを表示
docker logs --tail 50 -f コンテナID
```
### nginx
...
...
@@ -164,7 +168,7 @@ requirepassとbindを`/etc/redis/misskey.conf`で設定しています。
## Q. アップデート後に502でアクセスできない
アップデート後にアクセスできない、ということが稀にあります。
スクリプトのバグはともかくとして、一般的に一番多い理由は、yarn installに失敗している
場合
です。
スクリプトのバグはともかくとして、一般的に一番多い理由は、yarn installに失敗している
というもの
です。
Misskeyディレクトリで次の内容を実行し、もう一度アップデートを実行してみてください。
...
...
This diff is collapsed.
Click to expand it.
README.md
+
9
−
2
View file @
181aab56
...
...
@@ -156,7 +156,11 @@ sudo su - ユーザー
export XDG_RUNTIME_DIR=/run/user/$UID
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
# プロセス一覧を表示
docker ps
# ログを表示
docker logs --tail 50 -f コンテナID
```
### nginx
...
...
@@ -166,9 +170,12 @@ nginxの設定は`/etc/nginx/conf.d/example.com.conf`として保存されてい
requirepassとbindを
`/etc/redis/misskey.conf`
で設定しています。
## Q. アップデート後に502でアクセスできない
アップデート後にアクセスできない、ということが稀にあります。
Dockerでは、起動後にマイグレーションをするため、すぐにアクセスできません。
マイグレーションが終わっているかどうか確認してみてください。
それでもアップデート後にアクセスできない、ということが稀にあります。
スクリプトのバグはともかくとして、一般的に一番多い理由
は、yarn installに失敗している
場合
です。
もしく
は、yarn installに失敗している
というもの
です。
Misskeyディレクトリで次の内容を実行し、もう一度アップデートを実行してみてください。
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment