OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – How do I? Questions Install the OROCRM ContactBundle in the platform

This topic contains 3 replies, has 3 voices, and was last updated by  Mike Kudelya 7 years, 8 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #36267

    Alex Barylski
    Participant

    I have installed the platform using the standard installation menthods…I downloaded 1.9 of the OROCRM and pulled the /OroCRM/Bundle/ContactBundle out and copies into the /src/OroCRM/Bundle/ContactBundle

    I then called composer update to resolve any dependencies – or so I thought.

    Can anyone walk me through the process?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #36268

    wwsh
    Participant

    You should register your bundle either in AppKernel or via the oro/bundles.yml but…
    why do you want to rip a bundle manually? It is definitely not the way to go.

    You should add both platform and crm (or just crm, since platform is required by default) to the composer dependencies.

    #36269

    Alex Barylski
    Participant

    Not sure how I edit a forum topic but anyway…

    I found this:

    https://oroinc.com/orocrm/forums/topic/install-task-bundle-only

    The ContactBundle has some dependencies…does this make it impossible to install separately? I’d rather not start with the CRM and disable extensions…but if that is the only option???

    #36270

    Mike Kudelya
    Participant

    Hi,

    I think that the most simple what you can do it is copy AccountBundle, ActivityContactBundle and ContactBundle to src directory. I mentioned three bundles because they have high dependency. Delete directories prod, dev there /app/cache and run:

    I have already tested this case and it works.
    Further you can disable Account menu there src/OroCRM/Bundle/AccountBundle/Resources/config/navigation.yml

Viewing 3 replies - 1 through 3 (of 3 total)

The forum ‘OroPlatform – How do I? Questions’ is closed to new topics and replies.

Back to top