webkul/unopim

By webkul

Updated 5 months ago

Unopim: Free, open-source Laravel PIM to manage, organize, and enrich product data centrally.

Image
0

454

What is UnoPim?

UnoPim is an open-source Product Information Management (PIM) system built on the Laravel framework. It enables businesses to efficiently organize, manage, and enrich product data in a centralized location.

Prerequisites

  • Install the latest version of Docker and any necessary dependencies according to your operating system. For Ubuntu, refer to the Docker CE installation guide.
  • Ensure your user has sufficient privileges to run Docker commands.

Setting Up UnoPim (Latest Version)

Follow these steps to set up UnoPim using Docker:

  1. Pull the UnoPim Docker image:

    docker pull webkul/unopim:latest
    
  2. Run a new container:

    docker run -it -d --name unopim_container -p 80:80 webkul/unopim:latest
    
  3. Once the container is running, open the following URL in your browser:

    http://localhost
    
  4. Log in using the admin credentials:

    • Username:admin@example.com
    • Password:admin123
  5. Database connection details:

    • Database Name:unopim
    • Username:root
    • Password:root

Getting Support

For any issues or inquiries, please contact Webkul Support, or visit our Laravel Development Services.

Thank you!

Docker Pull Command

docker pull webkul/unopim