On Friday, May 9, 2014 9:31:17 AM UTC-5, Dale Scott wrote: > > > > On May 9, 2014, at 7:54 AM, Raimon Esteve > > <[email protected]<javascript:>> > wrote: > > > > 2014-05-09 15:44 GMT+02:00 Dale Scott <[email protected] <javascript:>>: > >>>> 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 > > Thanks for reply. I'll try this when I get to my work today. Can you > suggest any documentation, books, tutorials, etc (beyond the docs on > tryton.org and the source code) that I *should* be reading before > posting? >
Here is a good doc: http://tryton-documentation.readthedocs.org/en/latest/ -- Regards Fabyc
