[WIP] Translate setup-installation to Japanese#1
Open
sakiss64 wants to merge 5 commits into
Open
Conversation
sakiss64
commented
Aug 30, 2019
| - [インストールファイルの削除](#delete-install-files) | ||
| - [設定のレビュー](#config-review) | ||
| - [スケジューラーのセットアップ](#crontab-setup) | ||
| - [queue workersのセットアップ](#queue-setup) |
sakiss64
commented
Aug 30, 2019
| 1. ZipArchive PHP Library | ||
| 1. GD PHP Library | ||
|
|
||
| PHP JSON と XML extensionsのインストールが必要なディストリビューションもあります。 例えば, when using Ubuntu this can be done via `apt-get install php7.0-json` and `apt-get install php7.0-xml` respectively. |
Member
There was a problem hiding this comment.
「例えばUbuntuの場合、それぞれ apt-get install php7.0-json と apt-get install php7.0-xml でインストールできます。」
sakiss64
commented
Aug 30, 2019
|
|
||
| PHP JSON と XML extensionsのインストールが必要なディストリビューションもあります。 例えば, when using Ubuntu this can be done via `apt-get install php7.0-json` and `apt-get install php7.0-xml` respectively. | ||
|
|
||
| SQLサーバデータベースエンジンを使う場合は、[group concatenation](https://groupconcat.codeplex.com/)ユーザ定義集計?のインストールが必要です。 |
Member
There was a problem hiding this comment.
訳さずに「user-defined aggregate」のままでOKです。
sakiss64
commented
Aug 30, 2019
| ### スケジューラーのセットアップ | ||
|
|
||
| For *scheduled tasks* to operate correctly, you should add the following Cron entry to your server. Editing the crontab is commonly performed with the command `crontab -e`. | ||
| *スケジジュールされたタスク* が正しく動作するには、次のCronエントリをサーバーに追加する必要があります。 Cronタブの編集は、一般的にコマンド `crontab -e`で実行されます。 |
sakiss64
commented
Aug 30, 2019
|
|
||
| *queued jobs* を処理するための外部キューをオプションで設定できます。デフォルトでは、これらはプラットフォームによって非同期的に処理されます。 この動作は`config/queue.php`の`default`のパラメーターを設定することで変更できます。 | ||
|
|
||
| `database`キュードライバーを使用する場合、キューで始めに使用可能なジョブを処理するために、コマンド`php artisan queue:work --once`のためのCrontタブエントリの追加をお勧めします。 |
Member
There was a problem hiding this comment.
database キュードライバを使用する場合、 php artisan queue:work --once コマンドをCrontabに追加して、キュー内のジョブを1つずつ処理することをお勧めします。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.