Details
-
Documentation
-
Status: Closed
-
Major
-
Resolution: Completed
-
1.7.00-RC1
-
None
-
VMware image of Centos 6.4
Description
I noted the following issues while using the i2b2 Installation Guide version 1.7.0 with a Postgres database on Linux
- Ant is used as a dependency during the installation , but not listed as Prerequisite Software to obtain in section 1.1
- No instructions on how to run the pgsql command in section 2.4.1 , found that to run it "sudo -u postgres psql"
- In 2.5 and subsequent sections I needed to run the following commands BEFORE creating the tables and loading data otherwise the tables were created in teh public scheama :
grant all on schema i2b2metadata to i2b2metadata;
grant all on schema i2b2demodata to i2b2demodata;
etc ...
In section 2.5.2 I could not use the db.url that contained localhost but rather needed to specify the ip address on the machine I was loading on
db.url=jdbc:postgresql://###.###.###.###:5432/postgres?searchpath=i2b2pm
Also no instructions to set up Postgres for network access via the port ( which is disabled by default ) . I used http://www.cyberciti.biz/tips/postgres-allow-remote-access-tcp-connection.html
In step 2.10 the instructions go on about setting up a schema with i2b2im and the same userid . The instructions omitted this schema and user id in step 2.2.2 and 2.2.3
- Ant is used as a dependency during the installation , but not listed as Prerequisite Software to obtain in section 1.1
- No instructions on how to run the pgsql command in section 2.4.1 , found that to run it "sudo -u postgres psql"
- In 2.5 and subsequent sections I needed to run the following commands BEFORE creating the tables and loading data otherwise the tables were created in teh public scheama :
grant all on schema i2b2metadata to i2b2metadata;
grant all on schema i2b2demodata to i2b2demodata;
etc ...
In section 2.5.2 I could not use the db.url that contained localhost but rather needed to specify the ip address on the machine I was loading on
db.url=jdbc:postgresql://###.###.###.###:5432/postgres?searchpath=i2b2pm
Also no instructions to set up Postgres for network access via the port ( which is disabled by default ) . I used http://www.cyberciti.biz/tips/postgres-allow-remote-access-tcp-connection.html
In step 2.10 the instructions go on about setting up a schema with i2b2im and the same userid . The instructions omitted this schema and user id in step 2.2.2 and 2.2.3
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Workflow | classic default workflow [ 10215 ] | i2b2 Issues [ 10296 ] |
Issue Type | Improvement [ 4 ] | Documentation [ 5 ] |
Assignee | Mike Mendis [ mem61 ] | Janice Donahoe [ jmd86 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Workflow | i2b2 Issues [ 10296 ] | i2b2 Issues Workflow [ 10468 ] |
Component/s | Documentation [ 10051 ] | |
Component/s | Install [ 10053 ] | |
Component/s | Documentation [ 10010 ] | |
Key |
|
|
Project | i2b2 [ 10000 ] | i2b2 Core Project [ 10034 ] |
Affects Version/s | 1.7.00-RC1 [ 10151 ] | |
Affects Version/s | 1.7.00-RC1 [ 10075 ] |
Status | In Progress [ 3 ] | Open [ 1 ] |
Fix Version/s | 1.7.01 [ 10154 ] | |
Resolution | Completed [ 10000 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |