Hi Adrian ! On Thu, 2 Jun 2016 15:25:50 +0800 Adrian Hodson <no.bicycle.subscripti...@gmail.com> wrote:
> Hi all. > > I am trying to get SAO working. It appears to work but I can't > login. These are the steps I follow on Arch Linux: > > 1. Install npm bower nodejs-grunt-cli > 2. Copy the archive extract to /opt/gnugealth/tryton/sao, changing > ownership to gnuhealth. > 3.Logged in as gnuhealth I change to sao directory and execute: > npm install && grunt > It completes with Done, without errors. > (see below the output) > 4. Restart GNU Health server (see output below) > 5. Open http://localhost:8000/ in a browser. > I get a login prompt but when I enter gnuhealth/admin/<password>, data > which works under tryton client, nothing happens, apart from the > password field being highlighted in red. > > The trytond config is copied below. I read a couple of articles about > sao config. One mentioned having an 'options' section, another a 'web' > section. You will see both in the config. > > Please, do you have any advice? > ## SAO Install ## > gnuhealth@linux:~/tryton/sao $ npm install && grunt > > > tryton-sao@4.1.0 postinstall /opt/gnuhealth/tryton/sao > > bower install Looks like you're using SAO v 4.x . You need 3.8 for GNU Health 3.0.x Bests Luis