Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Configuring Web-Client For Tryton-Server

    • 0
    • 1
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1.66k
    Comment on it

    alt text

    As we know Tryton is a three-tier high-level general purpose computer application platform on top of which is built an Enterprise resource planning (ERP) business solution through a set of Tryton modules.

    We will guide you how you can easily configure Web-Client for Tryton.

    Open the Terminal First by Pressing CTRL+T Keys.

    Now proceed as per the following steps to configure Web-Client for Tryton-Server:

    1. installing Node.js.

    sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install python-software-properties python g++ make nodejs

    1. Cloning SAO web client from GITHUB and going to the same directory.

    git clone https://github.com/tryton/sao.git cd sao

    1. installing gruntjs and bowerj.

    sudo npm install -g grunt-cli sudo npm install -g bower

    1. Running other needy commands.

    npm install bower install grunt

    1. Setting jsondata_path in trytond.conf.

    sudo nano /etc/trytond.conf

    # Configure the path of json-rpc data
    jsondata_path = /home/cross/sao/
    

    alt text

    (NOTE: Set the path according to your system path)

    1. Starting the web console by typing localhost:8000 in your browser's address bar.

    alt text

    We hope this above-mentioned procedure has helped you setting up your Tryton Web-Client with ease.

    Feel free to Contact SerpentCS for any of the services like Training, Migration, Development, Installation and Implementation.

    Thanks.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: