treolabs / treopim

Please use AtroPIM instead of TreoPIM! TreoPIM is discontinued.
https://atropim.com/
GNU General Public License v3.0
57 stars 16 forks source link
crm-integration crm-platform multi-channel online-shop php pim

/*****/

TREOPIM IS DISCONTINUED. PLEASE USE ATROPIM!

/*****/

treopim_h80

What Is TreoPIM?

anne

TreoPIM is an open-source product information management system (PIM), developed by TreoLabs GmbH, which is based on TreoCore software platform and is developed by TreoLabs GmbH. TreoPIM (as well as TreoCore) is distributed under GPLv3 License and is free. It has a lot of features right out-of-the-box and thus is an excellent tool for cost-effective and timely application development.

TreoPIM is a single page application (SPA) with an API-centric and service-oriented architecture (SOA). It has a flexible data model based on entities, entity attributes and relations of all kinds among them. TreoPIM allows you to gather and store all your product content in one place, enrich it and spread it to several channels like own online shop, amazon, eBay, online shops of your distributors, on a tablet or mobile application. TreoPIM will help you to structure and organize all your flexible data and get rid of excel mess.

What Are the Advantages of TreoPIM?

How Does It Work?

TreoPIM is an effective solution for storing, processing and managing your product information. All product data are extracted from different sources, classified, translated and enriched. TreoPIM helps you publish the relevant data on different sales channels with minimum efforts.

unctions_banne

Features

TreoPIM comes with a lot of features directly out of the box, including:

Want to know more about TreoPIM functions and its advantages for you? Please, visit our website. Find out more about the TreoDAM module here.

Technology

TreoPIM is based on EspoCRM and uses PHP7, backbone.js, composer and some Zend Framework 3 libraries.

Technology_schem

Want to know more about TreoPIM technology? Please, visit our website!

Integrations

TreoPIM has a REST API and can be integrated with any third-party system, channel or marketplace.

We offer following integrations:

Please, ask, if you want to know more.

/*****/

TREOPIM IS DISCONTINUED. PLEASE USE ATROPIM!

/*****/

Documentation

Requirements

Configuration Instructions Based on Your Server

Installation

The Installation guide is based on Linux Mint OS. Of course, you can use any Unix-based system, but make sure that your OS supports the following commands.

To create your new TreoPIM application, first make sure you are using PHP 7.1 or above and have Composer installed.

  1. Create your new project by running one of the following commands.

    If you don't need the demo data, run:

    composer create-project treolabs/skeleton-pim my-treopim-project

    If you need the demo data, run:

    composer create-project treolabs/skeleton-pim-demo my-treopim-project
  2. Change recursively the user and group ownership for project files:

    chown -R webserver_user:webserver_user my-treopim-project/

    webserver_user – depends on your webserver and can be one of the following: www, www-data, apache, etc.

  3. Configure the crontab as described below.

    3.1. Run the following command:

      crontab -e -u webserver_user

    3.2. Add the following configuration:

      * * * * * /usr/bin/php /var/www/my-treopim-project/index.php cron
  4. Install TreoPIM following the installation wizard in the web interface. Go to http://YOUR_PROJECT/

License

TreoPIM is published under the GNU GPLv3 license.

Support

Please note, the content of this description is NOT licenced under GPLv3 and is property of TreoLabs GmbH.

/*****/

TREOPIM IS DISCONTINUED. PLEASE USE ATROPIM!

/*****/