Small doc updates.

- Alternate doc explanation for people using an older git version.
- How to start PostgreSQL
This commit is contained in:
Cedric Beust
2009-06-04 10:05:03 -07:00
parent e6153dc8df
commit 48392758f9
2 changed files with 8 additions and 1 deletions

View File

@@ -63,6 +63,13 @@ going to use, and possibly update properties such as "user" and
PostgreSQL Setup
~~~~~~~~~~~~~~~~
Initialize and start PostgreSQL (where $data is the location of your data):
===
initdb --locale en_US.UTF-8 -D $data
postmaster -D $data >/tmp/logfile 2>&1 &
===
Create the JDBC user as a normal user (no superuser access) and
assign it an encrypted password:

View File

@@ -179,7 +179,7 @@ any Git repository stored within it.
====
mkdir /srv/git
git config --file=$site_path/gerrit.config gerrit.basePath /srv/git
git config --file $site_path/gerrit.config gerrit.basePath /srv/git
====
You may wish to consider also exporting this directory over the