2014-05-09 15:44 GMT+02:00 Dale Scott <[email protected]>: >>> I wanna run the open source projection on an python IDE , but I don't know >>> how to do this ! help me please :) >> >> Open your favorite IDE and File/Open. Select py file to open/edit. Not more. >> >> If question is about run trytond, run command: >> >> /path/your/trytond/bin/trytond -c /path/conf/file.cfg > > I also am confused about the deployment procedure (if that was the OP's > question). I have installed trytond using pip on a headless server FreeBSD) > and started trytond manually (without the "-c" option) and the tryton client > (on a windows laptop) doesn't find a "database" on port 8000 of the server.
Check your configuration file: jsonrpc = *:8000 * => All IPs, not localhost
