npo-accounting-ikiwiki/ExistingProjects/Tryton/Installation.mdwn

14 lines
464 B
Text
Raw Normal View History

2013-11-14 16:02:41 +00:00
## Vagrant setup
2013-11-14 16:02:16 +00:00
1. TBD: Insert Vagrantfile here
2013-11-14 16:02:41 +00:00
## Tryton installation
1. `sudo apt-get update`
2013-11-14 16:06:50 +00:00
2. `sudo apt-get install python-pip python-dev python-gtk2 libxml2-dev libxslt1-dev`
2013-11-14 16:02:41 +00:00
3. `sudo pip install tryton trytond`
2013-11-14 16:19:01 +00:00
## 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.