Skip to content

Commit 43d8773

Browse files
authored
Add the install procedure for Debian 13 (#428)
1 parent 01307e9 commit 43d8773

6 files changed

Lines changed: 39 additions & 10 deletions

File tree

_po/ja/install/debian.po

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,19 @@ msgstr "## サポートしているバージョン"
3131
msgid "Here are supported Debian GNU/Linux versions:"
3232
msgstr "サポートしているDebian GNU/Linuxのバージョンは次の通りです。"
3333

34-
msgid " * [bookworm](#install-on-bookworm)"
34+
msgid ""
35+
" * [trixie](#install-on-trixie)\n"
36+
" * [bookworm](#install-on-bookworm)"
3537
msgstr ""
3638

37-
msgid "## How to install on Debian GNU/Linux bookworm {#install-on-bookworm}"
38-
msgstr ""
39-
"## Debian GNU/Linux bookwormにインストールする方法 {#install-on-bookworm}"
39+
msgid "## How to install on Debian GNU/Linux trixie {#install-on-trixie}"
40+
msgstr "## Debian GNU/Linux trixieにインストールする方法 {#install-on-trixie}"
4041

4142
msgid ""
4243
"You can use the following instruction to install PGroonga on Debian GNU/"
43-
"Linux bookworm."
44+
"Linux trixie."
4445
msgstr ""
45-
"Debian GNU/Linux bookwormにPGroongaをインストールする方法は次の通りです。"
46+
"Debian GNU/Linux trixieにPGroongaをインストールする方法は次の通りです。"
4647

4748
msgid "Install `groonga-apt-source` package:"
4849
msgstr "`groonga-apt-source`パッケージをインストールします。"
@@ -141,6 +142,17 @@ msgid ""
141142
"```"
142143
msgstr ""
143144

145+
msgid "## How to install on Debian GNU/Linux bookworm {#install-on-bookworm}"
146+
msgstr ""
147+
"## Debian GNU/Linux bookwormにインストールする方法 {#install-on-bookworm}"
148+
149+
msgid ""
150+
"On bookworm, follow the same installation procedure as trixie. Please refer "
151+
"to [trixie](#install-on-trixie)."
152+
msgstr ""
153+
"bookworm のインストール方法は、trixie のインストール方法と同じです。 [trixie]"
154+
"(#install-on-trixie) を参照してください。"
155+
144156
msgid "That's all!"
145157
msgstr "これで終わりです!"
146158

_po/ja/install/index.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ msgstr ""
6262
msgid " * [Debian GNU/Linux](debian.html)"
6363
msgstr ""
6464

65+
msgid " * trixie"
66+
msgstr ""
67+
6568
msgid " * bookworm"
6669
msgstr ""
6770

install/debian.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ This document describes how to install PGroonga on Debian GNU/Linux.
1010

1111
Here are supported Debian GNU/Linux versions:
1212

13+
* [trixie](#install-on-trixie)
1314
* [bookworm](#install-on-bookworm)
1415

15-
## How to install on Debian GNU/Linux bookworm {#install-on-bookworm}
16+
## How to install on Debian GNU/Linux trixie {#install-on-trixie}
1617

17-
You can use the following instruction to install PGroonga on Debian GNU/Linux bookworm.
18+
You can use the following instruction to install PGroonga on Debian GNU/Linux trixie.
1819

1920
Install `groonga-apt-source` package:
2021

@@ -74,6 +75,10 @@ Connect to the created database and execute `CREATE EXTENSION pgroonga`:
7475
$ sudo -u postgres -H psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga'
7576
```
7677

78+
## How to install on Debian GNU/Linux bookworm {#install-on-bookworm}
79+
80+
On bookworm, follow the same installation procedure as trixie. Please refer to [trixie](#install-on-trixie).
81+
7782
That's all!
7883

7984
Try [tutorial](../tutorial/). You can understand more about PGroonga.

install/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ See a document for your platform in the followings:
2525

2626
* [Debian GNU/Linux](debian.html)
2727

28+
* trixie
29+
2830
* bookworm
2931

3032
* [Ubuntu](ubuntu.html)

ja/install/debian.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ title: Debian GNU/Linuxにインストール
1010

1111
サポートしているDebian GNU/Linuxのバージョンは次の通りです。
1212

13+
* [trixie](#install-on-trixie)
1314
* [bookworm](#install-on-bookworm)
1415

15-
## Debian GNU/Linux bookwormにインストールする方法 {#install-on-bookworm}
16+
## Debian GNU/Linux trixieにインストールする方法 {#install-on-trixie}
1617

17-
Debian GNU/Linux bookwormにPGroongaをインストールする方法は次の通りです
18+
Debian GNU/Linux trixieにPGroongaをインストールする方法は次の通りです
1819

1920
`groonga-apt-source`パッケージをインストールします。
2021

@@ -74,6 +75,10 @@ $ sudo -u postgres -H psql --command 'CREATE DATABASE pgroonga_test'
7475
$ sudo -u postgres -H psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga'
7576
```
7677

78+
## Debian GNU/Linux bookwormにインストールする方法 {#install-on-bookworm}
79+
80+
bookworm のインストール方法は、trixie のインストール方法と同じです。 [trixie](#install-on-trixie) を参照してください。
81+
7782
これで終わりです!
7883

7984
[チュートリアル](../tutorial/)を試してください。PGroongaについてもっと理解できるはずです。

ja/install/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ upper_level: ../
2525

2626
* [Debian GNU/Linux](debian.html)
2727

28+
* trixie
29+
2830
* bookworm
2931

3032
* [Ubuntu](ubuntu.html)

0 commit comments

Comments
 (0)