[Groonga-commit] pgroonga/pgroonga.github.io at 7dbe0ec [master] install ubuntu: add description about Ubuntu 14.04

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 10 19:54:26 JST 2016


Kouhei Sutou	2016-02-10 19:54:26 +0900 (Wed, 10 Feb 2016)

  New Revision: 7dbe0ec00b250dff428023efaa97856eda3320a7
  https://github.com/pgroonga/pgroonga.github.io/commit/7dbe0ec00b250dff428023efaa97856eda3320a7

  Message:
    install ubuntu: add description about Ubuntu 14.04

  Modified files:
    install/ubuntu.md

  Modified: install/ubuntu.md (+5 -2)
===================================================================
--- install/ubuntu.md    2016-02-10 19:02:17 +0900 (12afb5e)
+++ install/ubuntu.md    2016-02-10 19:54:26 +0900 (89f53cc)
@@ -17,15 +17,18 @@ Here are supported Ubuntu versions:
 
 ## How to install
 
-You can use the following instruction to install PGroonga on all supported Ubuntu versions.
+You can use the following instruction to install PGroonga on all supported Ubuntu versions except Ubuntu 14.04.
 
-Install `postgresql-9.4-pgroonga` package:
+If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package. Otherwise, install `postgresql-9.4-pgroonga` package:
 
 ```text
 % sudo apt-get install -y software-properties-common
 % sudo add-apt-repository -y universe
 % sudo add-apt-repository -y ppa:groonga/ppa
 % sudo apt-get update
+Ubuntu 14.04:
+% sudo apt-get install -y -V postgresql-9.3-pgroonga
+Others:
 % sudo apt-get install -y -V postgresql-9.4-pgroonga
 ```
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index