[OPEN-ILS-DEV] Release 2.1 Install Instruction Errors

Martha Driscoll driscoll at noblenet.org
Wed Oct 19 15:46:05 EDT 2011


I have been building servers and while going through the install 
instructions on the download page, I found some problems.  I hope it's 
ok to send this to the dev list.

Under Configuration and compilation instructions:

The first paragraph says to "issue the following commands as the user 
Linux account".  This should be opensrf Linux account.


Under Installation instructions:

make STAFF_CLIENT_STAMP_ID=rel_2_1 install

   should be

make STAFF_CLIENT_STAMP_ID=rel_2_1_0 install


Under Creating the database on a remote server:

The create_database.sql script is referred to as create-database.sql. 
Also, the command example is missing the reference to the script:

psql -vdb_name=<dbname> -vcontrib_dir=`pg_config --sharedir`/contrib

   should be

psql -vdb_name=<dbname> -vcontrib_dir=`pg_config --sharedir`/contrib -f 
create_database.sql

Under Starting Evergreen:

The example to start opensrf has a closing code tag.

-- 
Martha Driscoll
Systems Manager
North of Boston Library Exchange
Danvers, Massachusetts
www.noblenet.org



More information about the Open-ils-dev mailing list