Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. AtroPIM

AtroPIM

Scheduled Pinned Locked Moved App Wishlist
5 Posts 3 Posters 950 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • marcusquinnM Offline
    marcusquinnM Offline
    marcusquinn
    wrote on last edited by
    #1

    AtroPIM – a free, open source, next generation PIM system

    AtroPIM is a free, modern, 100% open source, GPLv3 licensed, web-based, feature-rich and configurable PIM solution of a new generation for retailers, producers and brands, with many benefits. It's easy to keep catalogs up to date, add new products or change existing ones, deliver your current product information across all channels, and it takes hours, not weeks. AtroPIM helps you with teamwork and automates your business processes, increases the productivity and quality of the work results, systematizes and structures the exchange of information. AtroPIM can be adapted exactly to the needs of the user. Use AtroPIM together with AtroDAM in one software instance to deliver excellent product experience!

    • https://atropim.com/
    • https://github.com/atrocore/atrocore
    • https://github.com/atrocore
    • https://alternativeto.net/software/atropim/

    090deb0f-926b-4020-abbc-9c8b8010fb82-image.png

    Integrates with EspoCRM too apparently, similar free core and paid additional modules, although you can also create your own.

    Web Design https://www.evergreen.je
    Development https://brandlight.org
    Life https://marcusquinn.com

    S L 2 Replies Last reply
    5
    • marcusquinnM marcusquinn

      AtroPIM – a free, open source, next generation PIM system

      AtroPIM is a free, modern, 100% open source, GPLv3 licensed, web-based, feature-rich and configurable PIM solution of a new generation for retailers, producers and brands, with many benefits. It's easy to keep catalogs up to date, add new products or change existing ones, deliver your current product information across all channels, and it takes hours, not weeks. AtroPIM helps you with teamwork and automates your business processes, increases the productivity and quality of the work results, systematizes and structures the exchange of information. AtroPIM can be adapted exactly to the needs of the user. Use AtroPIM together with AtroDAM in one software instance to deliver excellent product experience!

      • https://atropim.com/
      • https://github.com/atrocore/atrocore
      • https://github.com/atrocore
      • https://alternativeto.net/software/atropim/

      090deb0f-926b-4020-abbc-9c8b8010fb82-image.png

      Integrates with EspoCRM too apparently, similar free core and paid additional modules, although you can also create your own.

      S Offline
      S Offline
      simong
      wrote on last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • marcusquinnM marcusquinn

        AtroPIM – a free, open source, next generation PIM system

        AtroPIM is a free, modern, 100% open source, GPLv3 licensed, web-based, feature-rich and configurable PIM solution of a new generation for retailers, producers and brands, with many benefits. It's easy to keep catalogs up to date, add new products or change existing ones, deliver your current product information across all channels, and it takes hours, not weeks. AtroPIM helps you with teamwork and automates your business processes, increases the productivity and quality of the work results, systematizes and structures the exchange of information. AtroPIM can be adapted exactly to the needs of the user. Use AtroPIM together with AtroDAM in one software instance to deliver excellent product experience!

        • https://atropim.com/
        • https://github.com/atrocore/atrocore
        • https://github.com/atrocore
        • https://alternativeto.net/software/atropim/

        090deb0f-926b-4020-abbc-9c8b8010fb82-image.png

        Integrates with EspoCRM too apparently, similar free core and paid additional modules, although you can also create your own.

        L Offline
        L Offline
        LoudLemur
        wrote on last edited by
        #3

        @marcusquinn

        I hope everybody specifies what the acronyms mean on their first use. This courtesy of YouChat AI:

        A PIM (Product Information Management) solution is a software tool that helps companies collect, manage, and distribute product information across their various sales channels. It serves as a centralized platform that compiles and organizes information about a company's products, such as descriptions, prices, images, and specifications. A PIM solution allows companies to keep their product information consistent and up-to-date across all channels, including websites, marketplaces, and social media. It can also integrate with other business systems, such as ERPs and CRMs, to provide a complete view of a company's product data. Overall, a PIM solution helps companies to streamline their product management processes and provide accurate information to their customers.

        1 Reply Last reply
        1
        • marcusquinnM Offline
          marcusquinnM Offline
          marcusquinn
          wrote on last edited by
          #4

          To be fair, you can do what this app does with Wordpress + Woocommerce

          Web Design https://www.evergreen.je
          Development https://brandlight.org
          Life https://marcusquinn.com

          S 1 Reply Last reply
          0
          • marcusquinnM marcusquinn

            To be fair, you can do what this app does with Wordpress + Woocommerce

            S Offline
            S Offline
            simong
            wrote on last edited by simong
            #5

            I was able to install this App via the Cloudron LAMP App:

            1. Open Path "/app/data/public/" and delete all files (including .htaccess)
            2. run git clone https://github.com/atrocore/skeleton-pim-no-demo.git . && php composer.phar self-update && php composer.phar update (make sure you are in "/app/data/public/")
            3. run find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +;
            4. run find client data custom upload -type d -exec chmod 775 {} + && find client data custom upload -type f -exec chmod 664 {} +
            5. add to cron in cloudron app settings: * * * * * php /app/data/public/index.php cron
            6. open App URL and run setup
            7. Get mysql credentials from /app/data/credentials.txt
            8. Add required parameters to /app/data/php.ini:
              max_execution_time=180
              max_input_time=180
              memory_limit=256M
            9. Restart App
            10. Finish Setup

            Updates can be done in the Admin UI:
            Administration → System → Modules → Update
            (you have to restart the App in Cloudron after every Update)

            You can use this Image for the Launcher:
            Logo

            1 Reply Last reply
            5
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Bookmarks
            • Search