Skip to content

Commit

Permalink
Update supported Ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 24, 2016
1 parent aeeae81 commit a59d547
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 18 deletions.
29 changes: 17 additions & 12 deletions _po/ja/install/ubuntu.po
Original file line number Diff line number Diff line change
@@ -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-04-24 14:50+0900\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -34,23 +34,26 @@ msgstr "サポートしているUbuntuのバージョンは次の通りです。
msgid ""
" * Ubuntu 14.04\n"
" * Ubuntu 15.04\n"
" * Ubuntu 15.10"
" * Ubuntu 15.10\n"
" * Ubuntu 16.04"
msgstr ""

msgid "## How to install"
msgstr "## インストール方法"

msgid ""
"You can use the following instruction to install PGroonga on all supported Ubu"
"ntu versions except Ubuntu 14.04."
msgstr "PGroongaをインストールする方法は次の通りです。Ubuntu 14.04をのぞき、サポートしているすべてのバージョンのUbuntuで共通です。"
msgid "You can use the following instruction to install PGroonga on Ubuntu."
msgstr "UbuntuでPGroongaをインストールする手順は次の通りです。"

msgid "If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package."
msgstr "Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。"

msgid ""
"If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package. Other"
"wise, install `postgresql-9.4-pgroonga` package:"
msgstr ""
"Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。それ以外の場合は`post"
"gresql-9.4-pgroonga`パッケージをインストールしてください。"
"If you're using Ubuntu 15.04 or 15.10, install `postgresql-9.4-pgroonga` packa"
"ge."
msgstr "Ubuntu 15.04または15.10を使っている場合は`postgresql-9.4-pgroonga`パッケージをインストールしてください。<"

msgid "Otherwise, install `postgresql-9.5-pgroonga` package:"
msgstr "それ以外の場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。"

msgid ""
"```text\n"
Expand All @@ -60,8 +63,10 @@ msgid ""
"% sudo apt-get update\n"
"Ubuntu 14.04:\n"
"% sudo apt-get install -y -V postgresql-9.3-pgroonga\n"
"Others:\n"
"Ubuntu 15.04 or 15.10:\n"
"% sudo apt-get install -y -V postgresql-9.4-pgroonga\n"
"Others:\n"
"% sudo apt-get install -y -V postgresql-9.5-pgroonga\n"
"```"
msgstr ""

Expand Down
13 changes: 10 additions & 3 deletions install/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ Here are supported Ubuntu versions:
* Ubuntu 14.04
* Ubuntu 15.04
* Ubuntu 15.10
* Ubuntu 16.04

## How to install

You can use the following instruction to install PGroonga on all supported Ubuntu versions except Ubuntu 14.04.
You can use the following instruction to install PGroonga on Ubuntu.

If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package. Otherwise, install `postgresql-9.4-pgroonga` package:
If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package.

If you're using Ubuntu 15.04 or 15.10, install `postgresql-9.4-pgroonga` package.

Otherwise, install `postgresql-9.5-pgroonga` package:

```text
% sudo apt-get install -y software-properties-common
Expand All @@ -28,8 +33,10 @@ If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package. Otherwi
% sudo apt-get update
Ubuntu 14.04:
% sudo apt-get install -y -V postgresql-9.3-pgroonga
Others:
Ubuntu 15.04 or 15.10:
% sudo apt-get install -y -V postgresql-9.4-pgroonga
Others:
% sudo apt-get install -y -V postgresql-9.5-pgroonga
```

If you want to use [MeCab](http://taku910.github.io/mecab/) based tokenizer, you also need to install `groonga-tokenizer-mecab` package:
Expand Down
13 changes: 10 additions & 3 deletions ja/install/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ layout: ja
* Ubuntu 14.04
* Ubuntu 15.04
* Ubuntu 15.10
* Ubuntu 16.04

## インストール方法

PGroongaをインストールする方法は次の通りです。Ubuntu 14.04をのぞき、サポートしているすべてのバージョンのUbuntuで共通です
UbuntuでPGroongaをインストールする手順は次の通りです

Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。それ以外の場合は`postgresql-9.4-pgroonga`パッケージをインストールしてください。
Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。

Ubuntu 15.04または15.10を使っている場合は`postgresql-9.4-pgroonga`パッケージをインストールしてください。<

それ以外の場合は`postgresql-9.5-pgroonga`パッケージをインストールしてください。

```text
% sudo apt-get install -y software-properties-common
Expand All @@ -28,8 +33,10 @@ Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージ
% sudo apt-get update
Ubuntu 14.04:
% sudo apt-get install -y -V postgresql-9.3-pgroonga
Others:
Ubuntu 15.04 or 15.10:
% sudo apt-get install -y -V postgresql-9.4-pgroonga
Others:
% sudo apt-get install -y -V postgresql-9.5-pgroonga
```

[MeCab](http://taku910.github.io/mecab/)ベースのトークナイザーを使いたい場合は、`groonga-tokenizer-mecab`パッケージもインストールする必要があります。
Expand Down

0 comments on commit a59d547

Please sign in to comment.