From: Dan Scott Date: Wed, 19 Oct 2011 20:00:58 +0000 (-0400) Subject: Fix README issues X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=47d7b67590ec7a7566982ede9c05d10b9ae18947;p=contrib%2FConifer.git Fix README issues Martha Driscoll noted that the create_database.sql script wasn't actually targeted by the psql command, and also that there was an extraneous tag in the OpenSRF start command. Signed-off-by: Dan Scott --- diff --git a/README b/README index cb307c54eb..b6dbe708ff 100644 --- a/README +++ b/README @@ -390,7 +390,7 @@ PostgreSQL 9.0 you can either: + [source, bash] ------------------------------------------------------------------------------ -psql -vdb_name= -vcontrib_dir=`pg_config --sharedir`/contrib +psql -vdb_name= -vcontrib_dir=`pg_config --sharedir`/contrib -f create_database.sql ------------------------------------------------------------------------------ Then you can issue the `eg_db_config.pl` command as above _without_ the @@ -416,7 +416,7 @@ Net::Domain::hostfqdn() . "\n";'`, you should not use the `-l` flag. + [source, bash] ------------------------------------------------------------------------------ -osrf_ctl.sh -l -a start_all +osrf_ctl.sh -l -a start_all ------------------------------------------------------------------------------ + ** If you receive the error message `bash: osrf_ctl.sh: command not found`,