|
InstallationMercurial
Installation from DSCM Mercurial
Phase-Deploy IntroductionThis page describes the installation process of Tryton from scratch. If you don't manage to make development, we strongly suggest you to use the installation packages provided by your distribution. For installation hints for your preferred distribution please refer to the additional pages below:
Mercurial is the distributed source control management system (DSCM) used by the Tryton project. The repository layout for the Tryton project is divided into
You need to install Mercurial and HgNested (Using Extensions) before you can follow this instructions. InstallationThe installation of Tryton is divided in four parts, following the three-tier architecture of Tryton
Client InstallationThis section describes the installation process for tryton (the client application)
mkdir ~/workspace/tryton-dist cd ~/workspace/tryton-dist hg clone http://hg.tryton.org/tryton/ Server and Modules InstallationThis section describes the installation process for the trytond server application and the modules.
mkdir ~/workspace/tryton-dist cd ~/workspace/tryton-dist
hg nclone http://hg.tryton.org/trytond/ This will clone also all the modules in trytond/modules Updating Client, Server and Modules Repositories
cd ~/workspace/tryton-dist/tryton hg pull -u
cd ~/workspace/tryton-dist/trytond hg npull -u Installing Tryton on your favourite distributionDatabase installationtrytond uses PostgreSQL as database engine. The PostgreSQL database may be installed on the same machine as the trytond server application, but it can be on any machine connected via TCP/IP network. Please refer to the appropriate documentation for installing PostgreSQL on your operating system or distribution. | |