From 6e48a92f7ed21cdc69b6b9e5924febb37a72038a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tayfun=20=C3=96zi=C5=9F=20ER=C4=B0KAN?= Date: Wed, 10 Apr 2013 17:10:44 +0300 Subject: [PATCH] =?UTF-8?q?Ubuntu=20server=2012.10=20kurulum=20notlar?= =?UTF-8?q?=C4=B1=20eklendi...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- development/server/postgresql.md | 48 +++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/development/server/postgresql.md b/development/server/postgresql.md index a128fca..1bb955f 100644 --- a/development/server/postgresql.md +++ b/development/server/postgresql.md @@ -48,7 +48,7 @@ Daha detaylı bilgi için http://www.postgresql.org/files/documentation/pdf/9.2 ## Kurulum -### Ubuntu server +### Ubuntu Server 12.04 **Gerekli olan kütüphane** @@ -77,6 +77,52 @@ sudo apt-get upgrade /var/lib/postgresql/9.2/main ```` +### Ubuntu Server 12.10 + +Kuruluma başlamadan önce + +```$ sudo apt-get update && sudo apt-get upgrade``` + +Ardından Aşağıdaki paket kuruluyor. Bu paketleri kurmamızın sebebi ```add-apt-repository ppa:pitti/postgresql``` komutunu çalıştırabilmek içindir. Bu komut ubuntu 12.10 ile birlikte varsayılan olarak çalışmamakta. + +```$ sudo apt-get install python-software-properties && sudo apt-get install software-properties-common``` + +Bu işlemlerin ardından postgresql 9.2 için gereken paketi repoya ekliyoruz. + +```$ sudo add-apt-repository ppa:pitti/postgresql``` + +Bu işlemlerden sonra aşağıdaki komutla repoları güncelliyoruz. + +```$ sudo apt-get update``` + +Son olarak aşağıdaki komut ile postgresql 9.2 kurulumunu tamamlıyoruz. Ben kurulumu yaptıgım zamanda 9.2.4 kurulumunu yapmıştı. + +```console +$ sudo apt-get install postgresql-9.2 +Reading package lists... Done +Building dependency tree +Reading state information... Done +The following extra packages will be installed: + libpq5 libxml2 postgresql-client-9.2 postgresql-client-common postgresql-common sgml-base ssl-cert xml-core +Suggested packages: + oidentd ident-server locales-all postgresql-doc-9.2 sgml-base-doc openssl-blacklist debhelper +The following NEW packages will be installed: + libpq5 libxml2 postgresql-9.2 postgresql-client-9.2 postgresql-client-common postgresql-common sgml-base + ssl-cert xml-core +0 upgraded, 9 newly installed, 0 to remove and 2 not upgraded. +Need to get 6,652 kB of archives. +After this operation, 26.3 MB of additional disk space will be used. +Do you want to continue [Y/n]? Y +..... +..... +..... + * Starting PostgreSQL 9.2 database server [ OK ] +Processing triggers for libc-bin ... +ldconfig deferred processing now taking place +Processing triggers for sgml-base ... +Updating the super catalog... +``` + ### Mac geliştirme (homebrew) ## Cluster yaratma