webkul/unopim
Unopim: Free, open-source Laravel PIM to manage, organize, and enrich product data centrally.
454
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.
Follow these steps to set up UnoPim using Docker:
Pull the UnoPim Docker image:
docker pull webkul/unopim:latest
Run a new container:
docker run -it -d --name unopim_container -p 80:80 webkul/unopim:latest
Once the container is running, open the following URL in your browser:
http://localhost
Log in using the admin credentials:
admin@example.com
admin123
Database connection details:
unopim
root
root
For any issues or inquiries, please contact Webkul Support, or visit our Laravel Development Services.
Thank you!
docker pull webkul/unopim