diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-09 11:28:30 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-09 11:28:30 +0000 |
commit | 881cde9928d2026e5fa4a89c2cec670e973bce64 (patch) | |
tree | 61a2f60e34f32f53721b10ec4f6e7f2bb4a66b10 | |
parent | 8db363fa1cefd36c37c571b21ffddf069ac948c7 (diff) | |
download | vdr-plugin-muggle-881cde9928d2026e5fa4a89c2cec670e973bce64.tar.gz vdr-plugin-muggle-881cde9928d2026e5fa4a89c2cec670e973bce64.tar.bz2 |
make postgresql README up to date
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1008 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | README.postgresql | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/README.postgresql b/README.postgresql index 9a2281b..a3ea368 100644 --- a/README.postgresql +++ b/README.postgresql @@ -26,9 +26,10 @@ Please execute these steps before starting muggle the first time: 1. log in as root 2. su - postgres -3. createuser vdr +3. createuser XXX 4. createdb GiantDisc +where XXX is the user name vdr is running under, normally vdr Everything else will be done by muggle. @@ -45,13 +46,21 @@ Muggle and mugglei use a small set of parameters in order to control the interaction with the Postgresql server. Let's look at an example: \verbatim - -P'muggle -h /tmp -u vdr -t/home/music' + -P'muggle -s /tmp -t/home/music' \endverbatim -The -h parameter says to look for a socket in /tmp (this is what I +The -s parameter says to look for a socket in /tmp (this is what I had to to on Debian unstable). -Start mugglei without arguments to see a list and explanation of +On the other hand on my kubuntu 7.10 notebook I don't need any +additional arguments at all: + +\verbatim + -P'muggle -t/home/music' +\endverbatim + + +Starting mugglei without arguments to see a list and explanation of all available options. They can vary slightly depending on the chosen data base software. |