I've a project developed in PHP >= 7.2 and Pimcore 6.7.1.
I want to run this project on another system but not getting any help.
Pimcore documentation is all about creating new project and then installing pimcore into new project.
anybody can explain how I can run this project?
If you need to install an existing Pimcore project then you need:
checkout or copy its source code
install pimcore to set configuration of your local DB, something like:
php vendor/bin/pimcore-install --mysql-host-socket=db --mysql-username=pimcore --mysql-password=pimcore --mysql-database=pimcorerebuild data-object files and download composer dependancies. In old versions you can execute manually what later became ./bin/post-merge.sh See detailed commands descriptions here.
If you need to integrate Pimcore to existing non-Pimcore project then you need:
If you want to build fresh Pimcore website of newest version, you can simply export/import data from Old Pimcore v.6 to the newest using: