-
-
Notifications
You must be signed in to change notification settings - Fork 18
Installation sous GNU Linux
littlejo edited this page May 3, 2016
·
24 revisions
Il est nécessaire d'avoir au minimum Python 2.7 sur la machine, NodeJs python-pip et virtualenvwrapper.
Pour installer tout ceci : sudo apt-get install nodejs python2.7 python-pip virtualenvwrapper
Libreosteo va s'exécuter dans un environnement virtuel python.
par exemple, sous Ubuntu
sudo apt-get install docker.io
Rechercher la bonne version :
sudo docker search libreosteo
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
littlejo/libreosteo-0.4 webapps for osteopaths to manage patients ... 0
littlejo/libreosteo-0.5 webapps for osteopaths to manage patients ... 0 `
Pour récupérer une version :
sudo docker pull littlejo/libreosteo-0.5
La première fois lancer l'instance libreosteo_ins :
sudo docker run --name libreosteo_ins -m 256m -d -p 8085:8085 littlejo/libreosteo-0.5