chat.freenode.net #tryton log beginning Sat Sep 22 00:00:02 CEST 2012 | ||
2012-09-22 00:53 <FvD> Hello, i'm just starting to test the Tryton waters and the 'nclone' mercurial command suggested in the docs is giving me some trouble. | ||
2012-09-22 00:53 <FvD> It appears it is not a standard mercurial call (the mercurial documentation does not mention it). | ||
2012-09-22 00:57 <FvD> wait - found hgnested mentioned here before. | ||
2012-09-22 01:53 <shomon> hi I'm following the install guide at https://code.google.com/p/tryton/wiki/InstallationOnDebian | ||
2012-09-22 01:54 <shomon> "if you want start trytond automatically at system startup" | ||
2012-09-22 01:54 <shomon> on this bit.. in option 2 (I'm going to be developing a module so installing this way) | ||
2012-09-22 01:54 <shomon> do you need trytond in the path to run update-rc.d trytond defaults 21 | ||
2012-09-22 01:54 <shomon> ? | ||
2012-09-22 11:25 <shomon> helloooo | ||
2012-09-22 11:25 <shomon> anyone around? | ||
2012-09-22 11:25 <shomon> my question is what is the current state of web interfaces that go with tryton.. django? | ||
2012-09-22 11:25 <shomon> or online shops etc.. pos software that can go on the web | ||
2012-09-22 11:28 <bechamel> shomon: openlabs have recently released nereid (http://nereid.openlabs.co.in/docs/) | ||
2012-09-22 11:35 <cedk> shomon: there are also: | ||
2012-09-22 11:35 <cedk> https://code.google.com/p/tryton/wiki/TrytonDjango | ||
2012-09-22 11:35 <cedk> https://code.google.com/p/tryton/wiki/TrytonFlask | ||
2012-09-22 11:35 <cedk> https://code.google.com/p/tryton/wiki/TrytonPyramid | ||
2012-09-22 11:36 <cedk> shomon: indeed it is pretty simple to plug Tryton to a Python web framework | ||
2012-09-22 11:40 <shomon> ah yeah I heard nereid is the easiert one to plug up? | ||
2012-09-22 11:40 <shomon> Good stuff glad to hear it's easy :) | ||
2012-09-22 11:40 <shomon> thanks | ||
2012-09-22 11:41 <shomon> I guess the way to do it is via webdav | ||
2012-09-22 11:58 <shomon> another question :) | ||
2012-09-22 11:59 <shomon> On https://code.google.com/p/tryton/wiki/InstallationOnDebian there is a bit about ssl support | ||
2012-09-22 11:59 <shomon> is this up to date? seems it has different config names | ||
2012-09-22 12:21 <shomon> sorry I asked a question then crashed my irc client somehow | ||
2012-09-22 12:21 <shomon> how do you turn on ssl these days? | ||
2012-09-22 12:29 <cedk> shomon: it is not up to date, tryton is packages for debian since this was written | ||
2012-09-22 12:39 <shomon> ah so I'll adapt the ssl-looking bits of my trytond.conf... | ||
2012-09-22 12:39 <shomon> and scrap that bit :) | ||
2012-09-22 13:26 <shomon> where can I get a server.pem etc for ssl? | ||
2012-09-22 13:27 <shomon> related question.. is it good to have psyco on generally? | ||
2012-09-22 13:27 <shomon> the db module, not the film:) | ||
2012-09-22 13:29 <shomon> also do you have to have xmlrpc = *.myport and then ssl_xmlrpc = True ? | ||
2012-09-22 13:29 <shomon> or just xmlrpc commented out, and ssl_xmlrpc = *.78687 | ||
2012-09-22 13:30 <shomon> or just xmlrpc commented out, and ssl_xmlrpc = *:8000 or similar... | ||
2012-09-22 18:47 <shomon> I'm getting the following error: http://snipurl.com/252ucha | ||
2012-09-22 18:47 <shomon> the first connection is via telnet on 8000, the next is from the tryton client.. same result | ||
2012-09-22 18:50 <cedk> shomon:what is not working? | ||
2012-09-22 18:55 <cedk> shomon: but I guess you connect without ssl | ||
2012-09-22 18:56 <cedk> shomon: check the .config/tryton/x.y/known_hosts | ||
2012-09-22 18:56 <cedk> shomon: you probably connect once without ssl | ||
2012-09-22 19:00 <shomon> well I can obviously connect, but on the client I get "could not connect to the server" | ||
2012-09-22 19:00 <shomon> on the server I get the messages you see | ||
2012-09-22 19:01 <shomon> can post the trytond.conf.. I just tried turning on all the ssl bits and added a pem file | ||
2012-09-22 19:02 <cedk> shomon: did you check the known_hosts ? | ||
2012-09-22 19:05 <shomon> no? how do I check them? | ||
2012-09-22 19:05 <shomon> maybe I need to read a bit of ssl documentation.. bit lost with it | ||
2012-09-22 19:06 <shomon> sorry if that's really a newbie thing | ||
2012-09-22 19:06 <cedk> shomon: just remove the file | ||
2012-09-22 19:16 <shomon> where is it? | ||
2012-09-22 19:16 <shomon> locate does nothing | ||
2012-09-22 19:23 <cedk> shomon: http://doc.tryton.org/2.4/tryton/doc/usage.html#configuration-file | ||
2012-09-22 19:27 <shomon> thanks cedk :) | ||
2012-09-22 19:53 <shomon> hmm, I just downloaded trytond and ran it from where I extracted it | ||
2012-09-22 20:25 <shomon> I get unknown protocol from SSL.. maybe the config file is missing something | ||
2012-09-22 20:25 <shomon> is there an example one? |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!