From 7871e7f153c568624370acf7840543a8e2e5c55d Mon Sep 17 00:00:00 2001 From: "http://wandborg.se/" Date: Thu, 14 Nov 2013 17:19:01 +0100 Subject: [PATCH] Testing the client --- ExistingProjects/Tryton/Installation.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ExistingProjects/Tryton/Installation.mdwn b/ExistingProjects/Tryton/Installation.mdwn index 3423875..68b64d3 100644 --- a/ExistingProjects/Tryton/Installation.mdwn +++ b/ExistingProjects/Tryton/Installation.mdwn @@ -7,3 +7,7 @@ 1. `sudo apt-get update` 2. `sudo apt-get install python-pip python-dev python-gtk2 libxml2-dev libxslt1-dev` 3. `sudo pip install tryton trytond` + +## Testing the client + +The Tryton project has a demo server up and running, to connect to the demo server, simply start the tryton client with `tryton` and use the username and password `demo`, the host should be the demo server by default.