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 update
#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#update-alternatives --install /usr/bin/python python /usr/bin/python3.5 10 # apt install python3-pip
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:/$na…
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 update
#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#update-alternatives --install /usr/bin/python python /usr/bin/python3.5 10 # apt install python3-pip
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:/$na…
Commentaires