Confluence/Installing/Database
From r00tedvw.com wiki
(Difference between revisions)
(Created page with "Installing | Database Server Installation =Operating System= I chose CentOS 7 x64 with 1 CPU, 1GB RAM, 20GB HDD, ...") |
(→Package Installations) |
||
Line 7: | Line 7: | ||
I installed the following initial packages: | I installed the following initial packages: | ||
<nowiki>~$ sudo yum update && sudo yum upgrade -y | <nowiki>~$ sudo yum update && sudo yum upgrade -y | ||
− | ~$ sudo yum install -y vim https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm postgresql96 postgresql96-server</nowiki> | + | ~$ sudo yum install -y vim https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm |
+ | ~$ sudo yum install -y postgresql96 postgresql96-server</nowiki> |
Revision as of 13:48, 24 September 2018
Installing | Database Server Installation
Operating System
I chose CentOS 7 x64 with 1 CPU, 1GB RAM, 20GB HDD, which PostgreSQL should run fine on.
Package Installations
I installed the following initial packages:
~$ sudo yum update && sudo yum upgrade -y ~$ sudo yum install -y vim https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm ~$ sudo yum install -y postgresql96 postgresql96-server