1

I want virtocommerce in my own local repository. storefront is a solution that will configure it according to the following link: Storefront Source Code Getting Started And it works.

But I want to have a solution For platforms and modules, Like the link below:

vc-integrations

But I need the platform and modules to be connected to the github for the latest changes.

I've studied the link below:

Source Code Getting Started

but I do not understand how should I configure for my goals (one solution for platfrom and modules and fork, clone ,upstream for all for get latest versions of them)

1 Answers1

0

We've used to have a single repository and single solution for Virto Commerce Manager and modules (vc-integrations). It was difficult to maintain and release often. That's why the single repository was split into many "1 module per repository" pieces.

We consider that in most cases having only Virto Commerce Manager configured should be sufficient. What's your scenario? Check "Manual module installation from source code" section in Source Code Getting Started to get started.

eMazeika
  • 1,381
  • 2
  • 10
  • 15
  • Here is another doc will help to better understanding VC development process https://virtocommerce.com/docs/vc2devguide/development-scenarios/developing-a-custom-solution – tatarincev Nov 21 '16 at 07:50