Kouhei Sutou
null+****@clear*****
Sun Mar 20 00:37:15 JST 2016
Kouhei Sutou 2016-03-20 00:37:15 +0900 (Sun, 20 Mar 2016) New Revision: ad1742a5dac63be5ba4a394a0fad399bbedc2fd2 https://github.com/pgroonga/pgroonga.github.io/commit/ad1742a5dac63be5ba4a394a0fad399bbedc2fd2 Message: install centos: use PostgreSQL 9.5 Modified files: _po/ja/install/centos.po install/centos.md ja/install/centos.md Modified: _po/ja/install/centos.po (+10 -10) =================================================================== --- _po/ja/install/centos.po 2016-03-09 11:34:05 +0900 (9eb56ff) +++ _po/ja/install/centos.po 2016-03-20 00:37:15 +0900 (439c38a) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2015-12-31 12:52+0900\n" +"PO-Revision-Date: 2016-03-09 11:25+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,13 +50,13 @@ msgstr "`postgresql-pgroonga`パッケージをインストールします。" msgid "" "```text\n" -"% sudo rpm -ivh http://yum.postgresql.org/9.4/redhat/rhel-$(rpm -qf --queryfor" +"% sudo rpm -ivh http://yum.postgresql.org/9.5/redhat/rhel-$(rpm -qf --queryfor" "mat=\"%{VERSION}\" /etc/redhat-release)-$(rpm -qf --queryformat=\"%{ARCH}\" /etc/r" -"edhat-release)/pgdg-centos94-9.4-1.noarch.rpm\n" +"edhat-release)/pgdg-centos95-9.5-2.noarch.rpm\n" "% sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noa" "rch.rpm\n" "% sudo yum makecache\n" -"% sudo yum install -y postgresql94-pgroonga\n" +"% sudo yum install -y postgresql95-pgroonga\n" "```" msgstr "" @@ -78,9 +78,9 @@ msgstr "PostgreSQLを実行します。" msgid "" "```text\n" -"% sudo -H /sbin/service postgresql-9.4 initdb\n" -"% sudo -H /sbin/chkconfig postgresql-9.4 on\n" -"% sudo -H /sbin/service postgresql-9.4 start\n" +"% sudo -H /sbin/service postgresql-9.5 initdb\n" +"% sudo -H /sbin/chkconfig postgresql-9.5 on\n" +"% sudo -H /sbin/service postgresql-9.5 start\n" "```" msgstr "" @@ -125,8 +125,8 @@ msgstr "CentOS 7にPGroongaをインストールする方法は次の通りで msgid "" "```text\n" -"% sudo -H /usr/pgsql-9.4/bin/postgresql94-setup initdb\n" -"% sudo -H systemctl enable postgresql-9.4\n" -"% sudo -H systemctl start postgresql-9.4\n" +"% sudo -H /usr/pgsql-9.5/bin/postgresql95-setup initdb\n" +"% sudo -H systemctl enable postgresql-9.5\n" +"% sudo -H systemctl start postgresql-9.5\n" "```" msgstr "" Modified: install/centos.md (+10 -10) =================================================================== --- install/centos.md 2016-03-09 11:34:05 +0900 (2df1cb0) +++ install/centos.md 2016-03-20 00:37:15 +0900 (b72fdd9) @@ -22,10 +22,10 @@ You can use the following instruction to install PGroonga on CentOS 5 or CentOS Install `postgresql-pgroonga` package: ```text -% sudo rpm -ivh http://yum.postgresql.org/9.4/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos94-9.4-1.noarch.rpm +% sudo rpm -ivh http://yum.postgresql.org/9.5/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos95-9.5-2.noarch.rpm % sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm % sudo yum makecache -% sudo yum install -y postgresql94-pgroonga +% sudo yum install -y postgresql95-pgroonga ``` If you want to use [MeCab](http://taku910.github.io/mecab/) based tokenizer, you also need to install `groonga-tokenizer-mecab` package: @@ -37,9 +37,9 @@ If you want to use [MeCab](http://taku910.github.io/mecab/) based tokenizer, you Run PostgreSQL: ```text -% sudo -H /sbin/service postgresql-9.4 initdb -% sudo -H /sbin/chkconfig postgresql-9.4 on -% sudo -H /sbin/service postgresql-9.4 start +% sudo -H /sbin/service postgresql-9.5 initdb +% sudo -H /sbin/chkconfig postgresql-9.5 on +% sudo -H /sbin/service postgresql-9.5 start ``` Create a database: @@ -67,10 +67,10 @@ You can use the following instruction to install PGroonga on CentOS 7. Install `postgresql-pgroonga` package: ```text -% sudo rpm -ivh http://yum.postgresql.org/9.4/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos94-9.4-1.noarch.rpm +% sudo rpm -ivh http://yum.postgresql.org/9.5/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos95-9.5-2.noarch.rpm % sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm % sudo yum makecache -% sudo yum install -y postgresql94-pgroonga +% sudo yum install -y postgresql95-pgroonga ``` If you want to use [MeCab](http://taku910.github.io/mecab/) based tokenizer, you also need to install `groonga-tokenizer-mecab` package: @@ -82,9 +82,9 @@ If you want to use [MeCab](http://taku910.github.io/mecab/) based tokenizer, you Run PostgreSQL: ```text -% sudo -H /usr/pgsql-9.4/bin/postgresql94-setup initdb -% sudo -H systemctl enable postgresql-9.4 -% sudo -H systemctl start postgresql-9.4 +% sudo -H /usr/pgsql-9.5/bin/postgresql95-setup initdb +% sudo -H systemctl enable postgresql-9.5 +% sudo -H systemctl start postgresql-9.5 ``` Create a database: Modified: ja/install/centos.md (+10 -10) =================================================================== --- ja/install/centos.md 2016-03-09 11:34:05 +0900 (1e7b501) +++ ja/install/centos.md 2016-03-20 00:37:15 +0900 (23db72f) @@ -22,10 +22,10 @@ layout: ja `postgresql-pgroonga`パッケージをインストールします。 ```text -% sudo rpm -ivh http://yum.postgresql.org/9.4/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos94-9.4-1.noarch.rpm +% sudo rpm -ivh http://yum.postgresql.org/9.5/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos95-9.5-2.noarch.rpm % sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm % sudo yum makecache -% sudo yum install -y postgresql94-pgroonga +% sudo yum install -y postgresql95-pgroonga ``` [MeCab](http://taku910.github.io/mecab/)ベースのトークナイザーを使いたい場合は、`groonga-tokenizer-mecab`パッケージもインストールする必要があります。 @@ -37,9 +37,9 @@ layout: ja PostgreSQLを実行します。 ```text -% sudo -H /sbin/service postgresql-9.4 initdb -% sudo -H /sbin/chkconfig postgresql-9.4 on -% sudo -H /sbin/service postgresql-9.4 start +% sudo -H /sbin/service postgresql-9.5 initdb +% sudo -H /sbin/chkconfig postgresql-9.5 on +% sudo -H /sbin/service postgresql-9.5 start ``` データベースを作成します。 @@ -67,10 +67,10 @@ CentOS 7にPGroongaをインストールする方法は次の通りです。 `postgresql-pgroonga`パッケージをインストールします。 ```text -% sudo rpm -ivh http://yum.postgresql.org/9.4/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos94-9.4-1.noarch.rpm +% sudo rpm -ivh http://yum.postgresql.org/9.5/redhat/rhel-$(rpm -qf --queryformat="%{VERSION}" /etc/redhat-release)-$(rpm -qf --queryformat="%{ARCH}" /etc/redhat-release)/pgdg-centos95-9.5-2.noarch.rpm % sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm % sudo yum makecache -% sudo yum install -y postgresql94-pgroonga +% sudo yum install -y postgresql95-pgroonga ``` [MeCab](http://taku910.github.io/mecab/)ベースのトークナイザーを使いたい場合は、`groonga-tokenizer-mecab`パッケージもインストールする必要があります。 @@ -82,9 +82,9 @@ CentOS 7にPGroongaをインストールする方法は次の通りです。 PostgreSQLを実行します。 ```text -% sudo -H /usr/pgsql-9.4/bin/postgresql94-setup initdb -% sudo -H systemctl enable postgresql-9.4 -% sudo -H systemctl start postgresql-9.4 +% sudo -H /usr/pgsql-9.5/bin/postgresql95-setup initdb +% sudo -H systemctl enable postgresql-9.5 +% sudo -H systemctl start postgresql-9.5 ``` データベースを作成します。 -------------- next part -------------- HTML����������������������������... Télécharger