|
InstallationMacOSX
How to install Tryton Client and Server on Mac OS X
Installing the ClientThe 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 ServerCurrently we do not provide packages for the server. Sorry! Installation via MacPorts relatively straight forward, however.
sudo port install postgresql84 postgresql84-server sudo port install python26 py26-setuptools sudo /opt/local/bin/easy_install-2.6 trytond sudo /opt/local/bin/easy_install-2.6 trytond_product sudo /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/trytond | |
► Sign in to add a comment
When I install the server and client Tryton, he tells me he misses the library psycopg2. How to install it on Mac OS X?
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.
yes it's fine !