Skip to content

Commit

Permalink
Alternative installing informations was added.
Browse files Browse the repository at this point in the history
  • Loading branch information
tayfunoziserikan committed Apr 9, 2014
1 parent ed8ba6c commit 9b6aaca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions development/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ sudo apt-get update
sudo apt-get install postgresql-9.2
````
**Alternatif Kurulum Senaryosu**
Eğer yukaridaki yöntem başarısız olursa asağıdaki alternatif senaryoyu deneyebilirsiniz.
```bash
sudo bash -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
sudo apt-get update
```

**Güncelleme**

```bash
Expand Down

0 comments on commit 9b6aaca

Please sign in to comment.