File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.54 2001/09/10 08:46:46 ishii Exp $ -->
1+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.55 2001/09/12 20:57:28 petere Exp $ -->
22
33<chapter id="installation">
44 <title><![%flattext-install-include[<productname>PostgreSQL</>]]>
1212 <title>Short Version</title>
1313
1414 <para>
15- <synopsis>
15+ <synopsis>
1616./configure
1717gmake
18+ su
1819gmake install
1920adduser postgres
20- chown -R postgres /usr/local/pgsql
21+ mkdir /usr/local/pgsql/data
22+ chown postgres /usr/local/pgsql/data
2123su - postgres
2224/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
2325/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &
2426/usr/local/pgsql/bin/createdb test
2527/usr/local/pgsql/bin/psql test
26- </synopsis>
28+ </synopsis>
2729 The long version is the rest of this
2830 <![%flattext-install-include;[document.]]>
2931 <![%flattext-install-ignore;[chapter.]]>
You can’t perform that action at this time.
0 commit comments