Skip to content

Commit b830f99

Browse files
komainu8Copilot
andauthored
Add the install procedure for AlmaLinux 10 (#429)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 43d8773 commit b830f99

6 files changed

Lines changed: 46 additions & 14 deletions

File tree

_po/ja/install/almalinux.po

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Content-Type: text/plain; charset=UTF-8\n"
77
"Content-Transfer-Encoding: 8bit\n"
88
"Plural-Forms: nplurals=1; plural=0;\n"
9-
"PO-Revision-Date: 2023-08-13 09:53+0900\n"
9+
"PO-Revision-Date: 2023-10-26 08:36+0900\n"
1010

1111
msgid ""
1212
"---\n"
@@ -27,18 +27,21 @@ msgstr "## サポートしているバージョン"
2727
msgid "Here are supported AlmaLinux versions:"
2828
msgstr "サポートしているバージョンは次の通りです。"
2929

30+
msgid " * [AlmaLinux 10](#install-on-10)"
31+
msgstr ""
32+
3033
msgid " * [AlmaLinux 9](#install-on-9)"
3134
msgstr ""
3235

3336
msgid " * [AlmaLinux 8](#install-on-8)"
3437
msgstr ""
3538

36-
msgid "## How to install on AlmaLinux 9 {#install-on-9}"
37-
msgstr "## AlmaLinux 9にインストールする方法 {#install-on-9}"
39+
msgid "## How to install on AlmaLinux 10 {#install-on-10}"
40+
msgstr "## AlmaLinux 10にインストールする方法 {#install-on-10}"
3841

3942
msgid ""
40-
"You can use the following instruction to install PGroonga on AlmaLinux 9."
41-
msgstr "AlmaLinux 9にPGroongaをインストールする方法は次の通りです。"
43+
"You can use the following instruction to install PGroonga on AlmaLinux 10."
44+
msgstr "AlmaLinux 10にPGroongaをインストールする方法は次の通りです。"
4245

4346
msgid ""
4447
"Install `postgresql{{ site.latest_postgresql_version }}-pgdg-pgroonga` "
@@ -57,9 +60,9 @@ msgid ""
5760
"$ sudo -H dnf install -y https://download.postgresql.org/pub/repos/yum/"
5861
"reporpms/EL-$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)-$(arch)/"
5962
"pgdg-redhat-repo-latest.noarch.rpm\n"
60-
"$ sudo dnf install -y https://apache.jfrog.io/artifactory/arrow/almalinux/"
61-
"$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)/apache-arrow-release-"
62-
"latest.rpm\n"
63+
"$ sudo dnf install -y https://packages.apache.org/artifactory/arrow/"
64+
"almalinux/$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)/apache-arrow-"
65+
"release-latest.rpm\n"
6366
"$ sudo -H dnf install -y https://packages.groonga.org/almalinux/$(cut -d: -"
6467
"f5 /etc/system-release-cpe | cut -d. -f1)/groonga-release-latest.noarch.rpm\n"
6568
"$ sudo -H dnf install -y postgresql{{ site.latest_postgresql_version }}-pgdg-"
@@ -130,6 +133,16 @@ msgstr ""
130133
"[チュートリアル](../tutorial/)を試してください。PGroongaについてもっと理解で"
131134
"きるはずです。"
132135

136+
msgid "## How to install on AlmaLinux 9 {#install-on-9}"
137+
msgstr "## AlmaLinux 9にインストールする方法 {#install-on-9}"
138+
139+
msgid ""
140+
"On AlmaLinux 9, follow the same installation procedure as AlmaLinux 10. "
141+
"Please refer to [AlmaLinux 10](#install-on-10)."
142+
msgstr ""
143+
"AlmaLinux 9のインストール方法は、AlmaLinux 10のインストール方法と同じです。 "
144+
"[AlmaLinux 10](#install-on-10) を参照してください。"
145+
133146
msgid "## How to install on AlmaLinux 8 {#install-on-8}"
134147
msgstr "## AlmaLinux 8にインストールする方法 {#install-on-8}"
135148

_po/ja/install/index.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ msgstr ""
8080
msgid " * [AlmaLinux](almalinux.html)"
8181
msgstr ""
8282

83+
msgid " * 10"
84+
msgstr ""
85+
8386
msgid " * 9"
8487
msgstr ""
8588

install/almalinux.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,23 @@ This document describes how to install PGroonga on AlmaLinux.
1010

1111
Here are supported AlmaLinux versions:
1212

13+
* [AlmaLinux 10](#install-on-10)
14+
1315
* [AlmaLinux 9](#install-on-9)
1416

1517
* [AlmaLinux 8](#install-on-8)
1618

17-
## How to install on AlmaLinux 9 {#install-on-9}
19+
## How to install on AlmaLinux 10 {#install-on-10}
1820

19-
You can use the following instruction to install PGroonga on AlmaLinux 9.
21+
You can use the following instruction to install PGroonga on AlmaLinux 10.
2022

2123
Install `postgresql{{ site.latest_postgresql_version }}-pgdg-pgroonga` package:
2224

2325
```console
2426
$ sudo -H dnf install -y epel-release || sudo -H dnf install -y oracle-epel-release-el$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1) || sudo -H dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1).noarch.rpm
2527
$ sudo -H dnf config-manager --set-enabled crb || :
2628
$ sudo -H dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)-$(arch)/pgdg-redhat-repo-latest.noarch.rpm
27-
$ sudo dnf install -y https://apache.jfrog.io/artifactory/arrow/almalinux/$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)/apache-arrow-release-latest.rpm
29+
$ sudo dnf install -y https://packages.apache.org/artifactory/arrow/almalinux/$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)/apache-arrow-release-latest.rpm
2830
$ sudo -H dnf install -y https://packages.groonga.org/almalinux/$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)/groonga-release-latest.noarch.rpm
2931
$ sudo -H dnf install -y postgresql{{ site.latest_postgresql_version }}-pgdg-pgroonga
3032
```
@@ -60,6 +62,10 @@ That's all!
6062

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

65+
## How to install on AlmaLinux 9 {#install-on-9}
66+
67+
On AlmaLinux 9, follow the same installation procedure as AlmaLinux 10. Please refer to [AlmaLinux 10](#install-on-10).
68+
6369
## How to install on AlmaLinux 8 {#install-on-8}
6470

6571
You can use the following instruction to install PGroonga on AlmaLinux 8.

install/index.md

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

3838
* [AlmaLinux](almalinux.html)
3939

40+
* 10
41+
4042
* 9
4143

4244
* 8

ja/install/almalinux.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,23 @@ title: Install on AlmaLinux
1010

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

13+
* [AlmaLinux 10](#install-on-10)
14+
1315
* [AlmaLinux 9](#install-on-9)
1416

1517
* [AlmaLinux 8](#install-on-8)
1618

17-
## AlmaLinux 9にインストールする方法 {#install-on-9}
19+
## AlmaLinux 10にインストールする方法 {#install-on-10}
1820

19-
AlmaLinux 9にPGroongaをインストールする方法は次の通りです
21+
AlmaLinux 10にPGroongaをインストールする方法は次の通りです
2022

2123
`postgresql{{ site.latest_postgresql_version }}-pgdg-pgroonga`パッケージをインストールします。
2224

2325
```console
2426
$ sudo -H dnf install -y epel-release || sudo -H dnf install -y oracle-epel-release-el$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1) || sudo -H dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1).noarch.rpm
2527
$ sudo -H dnf config-manager --set-enabled crb || :
2628
$ sudo -H dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)-$(arch)/pgdg-redhat-repo-latest.noarch.rpm
27-
$ sudo dnf install -y https://apache.jfrog.io/artifactory/arrow/almalinux/$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)/apache-arrow-release-latest.rpm
29+
$ sudo dnf install -y https://packages.apache.org/artifactory/arrow/almalinux/$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)/apache-arrow-release-latest.rpm
2830
$ sudo -H dnf install -y https://packages.groonga.org/almalinux/$(cut -d: -f5 /etc/system-release-cpe | cut -d. -f1)/groonga-release-latest.noarch.rpm
2931
$ sudo -H dnf install -y postgresql{{ site.latest_postgresql_version }}-pgdg-pgroonga
3032
```
@@ -60,6 +62,10 @@ $ sudo -u postgres -H psql -d pgroonga_test --command 'CREATE EXTENSION pgroonga
6062

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

65+
## AlmaLinux 9にインストールする方法 {#install-on-9}
66+
67+
AlmaLinux 9のインストール方法は、AlmaLinux 10のインストール方法と同じです。 [AlmaLinux 10](#install-on-10) を参照してください。
68+
6369
## AlmaLinux 8にインストールする方法 {#install-on-8}
6470

6571
AlmaLinux 8にPGroongaをインストールする方法は次の通りです。

ja/install/index.md

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

3838
* [AlmaLinux](almalinux.html)
3939

40+
* 10
41+
4042
* 9
4143

4244
* 8

0 commit comments

Comments
 (0)