回答編集履歴
1
postgresql-server のインストールが必要であることを追加
test
CHANGED
@@ -9,3 +9,11 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
postgresql サーバを起動されているでしょうか?
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
postgresql-server がインストールされていれば service postgresql start で起動できると思います。
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
参考:[Install PostgreSQL on AWS EC2(Amazon Linux AMI 2013.03.1)](http://dev.classmethod.jp/cloud/aws/install-postgresql-on-aws-ec2/)
|