Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-03 Thread Cédric Krier
On 2017-05-02 08:06, Maxime Richez wrote: > I'm curious to read how other people do their install... > > So actually, there's no "clean" and universal method to proceed python > dependencies installation on a tryton server? No there is no universal method and there will never be. Installation

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-03 Thread Sergi Almacellas Abellana
El 03/05/17 a les 10:51, Dominique Chabord ha escrit: Hi, for those who would like to compare their dependency set, I "decompiled" my script to get the list of what it installs. Thanks for sharing. On a server ubuntu 14.04 minimal with apt-get wget man cron locales host lynx less nano

Re: Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-03 Thread Dominique Chabord
Hi, for those who would like to compare their dependency set, I "decompiled" my script to get the list of what it installs. On a server ubuntu 14.04 minimal with apt-get wget man cron locales host lynx less nano ccrypt patch openssl tar gzip whois zip unzip sudo expect rdiff adduser bc python

Re: Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-03 Thread Maxime Richez
> >I guess it is similar for Debian, where you have system packages as well > Yes, of course, but we are using from source... Anyway, thanks for the people who reply... even if i'm still looking for the best solution :-) -- You received this message because you are subscribed to the Google

Aw: Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Axel Braun
Gesendet: Dienstag, 02. Mai 2017 um 17:06 Uhr Von: "Maxime Richez" <maxime.ric...@gmail.com> An: tryton <tryton@googlegroups.com> Cc: dominique.chab...@sisalp.org Betreff: Re: [tryton] Installing tryton server - How to ? and some questions... > I'm curious to

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Maxime Richez
I'm curious to read how other people do their install... So actually, there's no "clean" and universal method to proceed python dependencies installation on a tryton server? -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Dominique Chabord
2017-05-02 16:49 GMT+02:00 Sergi Almacellas Abellana : > El 02/05/17 a les 16:47, Dominique Chabord ha escrit: >> >> by the way Trytond 4.4 and sao 4.4 seem to start correctly on 4.2 >> dependencies. > > Not if you use the new account_payment_stripe module which is not available

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Sergi Almacellas Abellana
El 02/05/17 a les 16:47, Dominique Chabord ha escrit: by the way Trytond 4.4 and sao 4.4 seem to start correctly on 4.2 dependencies. Not if you use the new account_payment_stripe module which is not available on 4.2 -- Sergi Almacellas Abellana www.koolpi.com Twitter: @pokoli_srk -- You

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Dominique Chabord
by the way Trytond 4.4 and sao 4.4 seem to start correctly on 4.2 dependencies. -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Dominique Chabord
2017-05-02 16:01 GMT+02:00 Maxime Richez : > > So, what's the actual solution to install all python dependencies correctly > (as the patch is not released)? > > How does everybody install a tryton server at customers ? > I setup an environment and pip install

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Sergi Almacellas Abellana
El 02/05/17 a les 16:01, Maxime Richez ha escrit: So, what's the actual solution to install all python dependencies correctly (as the patch is not released)? > How does everybody install a tryton server at customers ? We have a module that contains all the dependencies that we use and some

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Maxime Richez
So, what's the actual solution to install all python dependencies correctly (as the patch is not released)? How does everybody install a tryton server at customers ? -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the

Re: [tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Sergi Almacellas Abellana
El 02/05/17 a les 11:34, Maxime Richez ha escrit: « pip install . » or « python setup.py install » ? Both should work. IIRC there is no diference between them. How to install all python dependencies for all the modules ? - Is there a list with all the requirements to use with pip ? I

[tryton] Installing tryton server - How to ? and some questions...

2017-05-02 Thread Maxime Richez
Hi, This subject is often coming back on the forum. We need some advices to correctly install trytond 4.2 on a debian server… (for production or testing) Here are our first steps on a debian 9.0 : - installing some packages : *sudo apt install python virtualenv mercurial python-pip* -