Этот коммит содержится в:
Asaad Mahmood
2015-10-06 19:27:35 +05:00
родитель 3d8de4c435 2561448359
Коммит 294ecd716e

Просмотреть файл

@@ -8,7 +8,7 @@
## Set up Database Server ## Set up Database Server
1. For the purposes of this guide we will assume this server has an IP address of 10.10.10.1 1. For the purposes of this guide we will assume this server has an IP address of 10.10.10.1
1. Install PostgreSQL 9.3+ (or MySQL 5.2+) 1. Install PostgreSQL 9.3+ (or MySQL 5.6+)
* ``` sudo apt-get install postgresql postgresql-contrib``` * ``` sudo apt-get install postgresql postgresql-contrib```
1. PostgreSQL created a user account called `postgres`. You will need to log into that account with: 1. PostgreSQL created a user account called `postgres`. You will need to log into that account with:
* ``` sudo -i -u postgres``` * ``` sudo -i -u postgres```