GNU Health est un progiciel dans le domaine de la santé dont les fonctionnalités couvrent le dossier médical du patient, le système d’information hospitalier et l’informatique médicale.
0 verifier locale
nano /etc/environment
LC_ALL=fr_FR.UTF-8
LANG=fr_FR.UTF-8
LANGUAGE=fr_FR.UTF-8
1/ Installer les dépendances de gnuhealth
sudo -s
#apt-get install build-essential python-dev python-pip \
libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev python-ldap bsdtar \
python-imaging python2.7-cracklib postgresql postgresql-server-dev-all libjpeg-dev
2/ créer l utilisateur gnuhealth
#adduser gnuhealth
3/ Verifier la methode d'authentication PostgreSQL
chercher l'endroit du fichier pg_hba.conf
avec la commande
#su - postgres -c "psql -t -P format=unaligned -c 'show hba_file'"
éditer le fichier en tant que postgres :
#su postgres
postgres@GNUHEALTHSERVER:/$nano /etc/postgresql/9.3/main/pg_hba.conf
# DO NOT DISABLE!
# If you change this first entry you will need to…
0 verifier locale
nano /etc/environment
LC_ALL=fr_FR.UTF-8
LANG=fr_FR.UTF-8
LANGUAGE=fr_FR.UTF-8
1/ Installer les dépendances de gnuhealth
sudo -s
#apt-get install build-essential python-dev python-pip \
libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev python-ldap bsdtar \
python-imaging python2.7-cracklib postgresql postgresql-server-dev-all libjpeg-dev
2/ créer l utilisateur gnuhealth
#adduser gnuhealth
3/ Verifier la methode d'authentication PostgreSQL
chercher l'endroit du fichier pg_hba.conf
avec la commande
#su - postgres -c "psql -t -P format=unaligned -c 'show hba_file'"
éditer le fichier en tant que postgres :
#su postgres
postgres@GNUHEALTHSERVER:/$nano /etc/postgresql/9.3/main/pg_hba.conf
# DO NOT DISABLE!
# If you change this first entry you will need to…