Files @ e3c4e7ced733
Branch filter:

Location: NPO-Accounting/npo-accounting-ikiwiki/ExistingProjects/Tryton/Installation.mdwn

bkuhn
Ensure user freedom for Javascript.

The fundamental point here probably goes without saying given who the
project leader is. ;)

The LibreJS thing may end up to be nice-to-have. LibreJS has some
serious problems -- I've had difficulty getting websites to work with
the plugin because the LibreJS plugin makes overly simplistic
assumptions about how Javascript is often deployed on a website.

But, we should try to be compatible if it's possible.
## Vagrant setup

1. TBD: Insert Vagrantfile here

## Tryton installation

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.