]$ sudo dnf install postgresql10*
]$ sudo systemctl enable postgresql.service
# important to do this. error occure if not execute
]$ sudo /usr/bin/postgresql-setup --initdb
]$ sudo systemctl restart postgresql.service
# install pgadmin optional
]$ sudo dnf install pgadmin4*
'Develop > Etc' 카테고리의 다른 글
[Postman] Example of Pre-request Script (0) | 2019.01.11 |
---|---|
[HTML] Way to remove the arrow button at input tag that number type (0) | 2018.10.23 |
[CSS] Flexbox (0) | 2018.02.14 |
2018 Pyeongchang Winter Olympic Medal Ranking (0) | 2018.02.13 |
[Chrome] 구글 캐시 파일 읽어오는법 (0) | 2018.02.10 |