PostgreSQL 9.4.1 Documentation | |||
---|---|---|---|
Prev | Up | Chapter 15. Installation from Source Code | Next |
15.1. Short Version
./configuremakesumake installadduser postgresmkdir /usr/local/pgsql/datachown postgres /usr/local/pgsql/datasu - postgres/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data/usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data >logfile 2>&1 &/usr/local/pgsql/bin/createdb test/usr/local/pgsql/bin/psql test
The long version is the rest of this chapter.