Advertisement
Guest User

Untitled

a guest
May 18th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. pip install "proteus >=3.4,<=3.5
  2.  
  3. cat /home/gnuhealth/gnuhealth/tryton/server/config/trytond.conf|grep -A1 xmpm|grep -v "xmpm\|--"
  4. [xmlrpc]
  5. listen = localhost:8069
  6. xmlrpc = *:8069
  7. ssl_xmlrpc = False
  8.  
  9. config.set_xmlrpc('http://admin:gnusolidario@health.gnusolidario.org:8069/health28')
  10.  
  11. https://en.wikibooks.org/wiki/GNU_Health/The_Demo_database#Online_Demo_Database
  12.  
  13. 3. Connect to the GNU Health Demo Database using the following information:
  14. Server: health.gnusolidario.org:8000
  15. Database: health28
  16. User name: admin
  17. Password: gnusolidario
  18.  
  19. error: [Errno 111] Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement