My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallationMacOSX  
How to install Tryton Client and Server on Mac OS X
Updated Oct 3, 2010 by mathias....@gmx.de

Installing the Client

The best way for installing the Tryton client on Mac OS X is: download the client from the download page. There you find a self-contained package and nothing to worry about.

Installing the Server

Currently we do not provide packages for the server. Sorry!

Installation via MacPorts relatively straight forward, however.

  1. Download and install MacPorts
  2. Install PostgreSQL
  3. sudo port install postgresql84 postgresql84-server
  4. Install python
  5. sudo port install python26 py26-setuptools
  6. Using easy_install, install trytond
  7. sudo /opt/local/bin/easy_install-2.6 trytond
  8. Optionally install some modules, like so: (A full list can be found here)
  9. sudo /opt/local/bin/easy_install-2.6 trytond_product
  10. Start the server
  11. sudo /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/trytond
Comment by pascal.o...@gmail.com, Dec 8, 2010

When I install the server and client Tryton, he tells me he misses the library psycopg2. How to install it on Mac OS X?

Comment by project member phel...@gmail.com, Dec 8, 2010

sudo port install py26-psycopg2

This may install a newer version of postgres (which will obviate the need for step 1 of the instuctions). Please let me know if that is the case.

Comment by pascal.o...@gmail.com, Dec 17, 2010

yes it's fine !


Sign in to add a comment
Powered by Google Project Hosting