Re: [Dhis2-devs] Connect DHIS2 development module with Postgres

2016-09-29 Thread gérard Bisama
Hi All, just want to say that I have solved the problem by creating the config file in the current user session instead of the dhis user. It seems to be related to the user privileges to have access to the /home/dhis/config/dhis.conf. Thank you 2016-09-23 12:52 GMT+00:00 gérard Bisama : > Hi All

Re: [Dhis2-devs] Connect DHIS2 development module with Postgres

2016-09-23 Thread gérard Bisama
Hi All, Thank you for your responses. I am using Ubuntu 14.04. I have done all the configurations concerning the DHIS2_HOME and Java environment variables. Am not able to connect to the database. 2016-09-23 10:12 GMT+00:00 Knut Staring : > Hi Gérard, > What operating system are you on? > > DH

Re: [Dhis2-devs] Connect DHIS2 development module with Postgres

2016-09-23 Thread Brajesh Murari
Hello Bisama, The procedure described on the link https://github.com/se2/DHIS2 is not updated as required for performing development and implementation setup on your local machine, perhaps, it needs to update as per requirement. As the situation you have described in your email, it implies that yo

Re: [Dhis2-devs] Connect DHIS2 development module with Postgres

2016-09-23 Thread Knut Staring
Hi Gérard, What operating system are you on? DHIS2 will search for an environment variable called DHIS2_HOME. This will be a pointer to the folder where your hibernate.properties (now better to use dhis.conf) file is located. For example: export DHIS2_HOME='/home/dhis/config' See the link below

[Dhis2-devs] Connect DHIS2 development module with Postgres

2016-09-23 Thread gérard Bisama
Hi everyone, I am working actually on DHIS2 development and FHIR. I need to connect my development module with postgres instead of H2 but I am having issues. The instance still run on H2 even though I have followed the procedure described here https://github.com/se2/DHIS2. Thank you for your hel