-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for Ubuntu Server 22.04 LTS #460
Conversation
* yarn | ||
* MongoDB 3.x | ||
* \(Option\) Elasticsearch 5.x | ||
* MongoDB 4.4 以上 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6.0 以上を推奨という旨も併記してください
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- MongoDB 4.4 以上 (6.0 以上を推奨)
に修正しました。
``` | ||
|
||
## GROWI | ||
|
||
### Git LFS の導入 | ||
|
||
GROWI では、フォントファイルを [Git Large File Storage (LFS)](https://git-lfs.com/)で管理しています。そのため、`git-lfs` がインストールされていない状態で `git clone` を行うと正しくビルドが行えません。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
今後フォントファイルに限らない可能性があるので、単に git-lfs 管理のファイルの取得に必要、という主旨に変えてください。「フォントファイルなど」のような書き方であれば入れても OK です。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
「フォントファイルを」→「フォントファイルなどを」に修正しました。
@@ -280,8 +343,7 @@ npm start | |||
|
|||
... | |||
# 以下のメッセージが表示されるまでしばらく待つ | |||
> growi@3.1.9 server:prod /opt/growi | |||
> env-cmd config/env.prod.js node app.js | |||
{"name":"growi:crowi","hostname":"growi-server","pid":29259,"level":30,"msg":"[production] Express server is listening on port 3000","time":"2024-04-30T21:50:05.549Z","v":0} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここは好みですが、json 形式でのログを好まない場合は apps/app/.env.production.local
を新規作成し以下を記述することでフォーマットされたログを出力できます。
FORMAT_NODE_LOG=true
https://docs.growi.org/ja/admin-guide/admin-cookbook/env-vars.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yasumichi PR ありがとうございます。こういった活動は大変ありがたいです。 フィードバック内容をコメントしたので確認いただけますでしょうか。 |
フィードバックありがとうございます。以下の修正を行いました。
ログの件は、原状のままとしています。 |
Merge ありがとうございました。公開されたことを確認できました。 |
最新の Ubuntu Server の LTS バージョンと GROWI v7.0.2 に合わせて、インストール方法を修正してみました。
参考リンク