Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Installation of postgresql-9.3 documented.
  • Loading branch information
corny committed Mar 14, 2014
1 parent 5ceb346 commit bc499b6
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Expand Up @@ -128,17 +128,10 @@ PostgreSQL in production and development.

#### PostgreSQL

apt-get -y install postgresql

#### MySQL

You probably do not need this but we used MySQL in the new-model branch once and
these instructions are given for completeness. MariaDB has been tested, too.

The installation will prompt you for a password three times and you are expected
to press «enter» with an empty password field.

apt-get -y install mysql-server libmysqlclient-dev
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
echo deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main > /etc/apt/sources.list.d/pgdg.list
apt-get update
apt-get install -y postgresql-9.3

### Redis

Expand Down

0 comments on commit bc499b6

Please sign in to comment.