On 31/08/11 18:08 -0700, newnomad wrote:
> Trying to install trytond using mysql on macosx snow leopard with
> xcode installed (to enable gcc-4.2).
> Out of the box snow leopard has phyton installed on:
> /Library/Python/2.6/site-packages
> the terminal command
> easy_install trytond
> adds easy install, trytond and some dependencies. So far so good.
> 
> Is there a way to add all the available modules at once, without
> having to easy install them one by one?

No, just install what you need.

> To get trytond using Mysql as database would it be enough to install
> MySQL-python like so?

Yes.

> sudo easy_install MySQL-python
> 
> Then I'd open my mysql editor of choice and create a database and user

Don't create a database, trytond will do it for you.

> But when I then open my tryton client, I need to connect to a host,
> choose a port.
> I am familiar with LAMP, and have some sites running at /sites,
> accesible via http://localhost (well in fact via apache virtualhost)
> 
> Did I needed to install the trytond directory inside my sites folder?

No, trytond is his own server.

> or can it be in library yet somehow be accesed via localhost or
> http://127.0.0.1:8070/
> 
> I am unshure about the paths and about Mysql being used for apache and
> php, and now needign to share with phyton.

I don't understand.

> I also installed postgre and set the port to 8070, and when I connect
> to http://127.0.0.1:8070/ it says could not connect to server

Not a good idea to make PostgreSQL listening on the same port as trytond, you
should keep the default one.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/

Attachment: pgpHNm8R1GgJR.pgp
Description: PGP signature

Reply via email to