This repository has been archived on 2023-08-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2016-06-05 13:29:23 +02:00
|
|
|
##Installing Postgres
|
|
|
|
|
|
|
|
|
|
Postgres on Debian (as root)
|
|
|
|
|
|
|
|
|
|
# install as root
|
|
|
|
|
apt-get install --no-install-recommends postgresql postgresql-client
|