Hi Jordi, On 27 September 2012 00:48, Jordi Ballester Alomar <[email protected]> wrote: > Hello! I'm following the steps documented in the following link in order to > install Tryton on an Ubuntu server running from sources: > http://code.google.com/p/tryton/wiki/InstallationOnDebian > > However I'm finding the following issues: > 1) on step "Take a look at /etc/mercurial/hgrc.d/hgnested.rc, how to > activate the extension.", I'm seeing no indication in that file on how to > activate the extension, other than, "uncomment the following lines": > # [extensions] > # hgnested =
The mercurial site provides a little more detail on the configuration syntax. http://mercurial.selenic.com/wiki/UsingExtensions#Enabling_an_extension > > I suppose that hgnested should point somewhere? > > 2) On step "copy init scripts (can be downloaded from here)", the link > points to: > http://debian.tryton.org/gitweb/?p=packages/tryton-server.git;a=blob_plain;f=debian/tryton-server.init;hb=HEAD > However the next instructions are incoherent: > > # cp trytond /etc/init.d/trytond > # chmod +x /etc/init.d/trytond > # mkdir /usr/local/etc/default/ > # cp trytond_default /usr/local/etc/default/trytond > > > , because they refer to 2 files, "trytond" and "trytond_default" instead of > a single init file. These files (with slightly different names) appear to be available from the same repo. http://debian.tryton.org/gitweb/?p=packages/tryton-server.git;a=tree;f=debian;hb=HEAD trytond should be the init script on the original link, trytond_default looks like a defaults file used by the init, an example seems to be available in the repo named tryton-server.defaults HTH Craig -- -- [email protected] mailing list
