Integration of pimcore 6.7.1 project in another machine

70 Views Asked by At

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?

1

There are 1 best solutions below

0
Eugene Kaurov On

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=pimcore

  • rebuild 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:

  • install Pimcore in separate folder
  • if /admin/ entry-point is conflicting with your existing folders structure then you can change it
  • feel free to use Pimcore API and services for cooperation

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: