-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from annai-inc/lint-lagoonizing
lagoonのドキュメントの日本語修正 金子担当箇所
- Loading branch information
Showing
10 changed files
with
219 additions
and
201 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# LaravelをLagoonで実行 | ||
|
||
LaravelをLagoonで実行するには、複数の方法があります。 | ||
|
||
* 既存のアプリケーションを自分で「lagoonize」することができます([Lagoonizing](../lagoonizing/index.md)のドキュメントを参照してください)。 | ||
* 参考として、シンプルなlagoonizeされたLaravelインストールの例示リポジトリを用意しています。 | ||
* (推奨) ["Sail:onLagoon"](../other-tools/sail.md)というツールを提供しています。これは標準的なLaravel Sailアプリケーションを取り、適切なLagoon設定ファイルを自動生成します。 | ||
|
||
## アプリケーション環境キー | ||
|
||
アプリケーションキーを設定するには、CLIまたはUIを通じて`APP_KEY`環境変数([environment variable](../concepts-advanced/environment-variables.md))を設定してください。 | ||
|
||
これにより、キーをコード内(例えば`.env`ファイル)に保存する必要がなくなります。 | ||
|
||
アプリケーションキーを生成するには、`php artisan key:generate --show`コマンドを実行してください。このコマンドはプロジェクトファイルを変更せずに、有効なキーを出力します。 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# Lagoon上のWordPress | ||
# WordPressをLagoonで実行 | ||
|
||
[WordPressテンプレート](https://www.github.com/lagoon-examples/wordpress-base)は、WordPress、その依存性、およびテーマをインストールするためにComposerを使用するように設定されています。 | ||
[WordPressテンプレート](https://www.github.com/lagoon-examples/wordpress-base)は、Composerを使用してWordPress、その依存関係、およびテーマをインストールするように設定されています。 | ||
|
||
WordPressテンプレートは、[https://github.com/roots/bedrock](https://github.com/roots/bedrock)ボイラープレートを基にしていますが、標準化されたLagoonのデプロイメントパターンに合わせて拡張されています。 | ||
このWordPressテンプレートは、[https://github.com/roots/bedrock](https://github.com/roots/bedrock)のボイラープレートをベースにしていますが、標準化されたLagoonのデプロイメントパターンに合わせて拡張されています。 | ||
|
||
## Composerインストール | ||
|
||
テンプレートは、WordPressとそのテーマをインストールするためにComposerを使用します。 | ||
このテンプレートは、WordPressとそのテーマをインストールするためにComposerを使用します。 | ||
|
||
## データベース | ||
|
||
LagoonはMariaDBとPostgreSQLデータベースをサポートしていますが、WordPressでのPostgreSQLのサポートは限定的なので、使用は推奨されません。 | ||
|
||
## NGINXの設定 | ||
|
||
LagoonにはWordPress用の組み込み設定がありません - 代わりに、テンプレートには[初期設定のnginx.conf](https://github.com/lagoon-examples/wordpress-base/tree/main/lagoon/nginx)が付属しています - あなたが見つけた改善点をぜひ投稿してください! | ||
LagoonにはWordPress用の組み込み設定がありません - 代わりに、テンプレートには[初期設定のnginx.conf](https://github.com/lagoon-examples/wordpress-base/tree/main/lagoon/nginx)が付属しています。改善点があれば、ぜひ貢献してください! | ||
|
||
## WP-CLI | ||
|
||
Lagoonテンプレートは、WordPressのインストールを管理するために`wp-cli`をcliイメージにインストールします。 | ||
Lagoonテンプレートは、WordPressのインストールを管理するために`wp-cli`をcliイメージにインストールします。 |
Oops, something went wrong.