I got it working using instructions here https://www.npmjs.com/package/tryton-sao/tutorial
and apt-get install nodejs-legacy (so node links to nodejs on command line) trytond.conf file (version 3.8) [jsonrpc] data = /home/gnuhealth/gnuhealth/node_modules/tryton-sao listen = *:8000 [web] root = /home/gnuhealth/gnuhealth/node_modules/tryton-sao good luck! On Saturday, 6 February 2016 15:20:05 UTC+7, [email protected] wrote: > > Hi, I try to install web client for the GNU health and it didn't work > > I cloned the sao into /gnuhealth/tryton/sao and followed the README. > > I have setup the trytond.conf as such: > > [database] > uri = postgresql://localhost:5432 > path = /home/gnuhealth/attach > > [session] > super_pwd = ZKtn/cAKiEk9M > > [jsonrpc] > listen = *:8000 > jsondata_path = /gnuhealth/tryton/sao > > Am I doing something wrong? > > thanks, > -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/a9790bed-418b-4065-9ad4-805f809b3233%40googlegroups.com.
