OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions OroCrm official docker image

This topic contains 6 replies, has 3 voices, and was last updated by  bhagi.limbu 5 years, 4 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
  • #37691

    bhagi.limbu
    Participant

    I am looking official docker image but couldn’t found. Appreciate if anyone share experience of OroCrm docker image.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Author
    Replies
  • #37693

    Andrey Yatsenko
    Moderator
    #37701

    bhagi.limbu
    Participant

    I have some question regarding configuration:

    1) I tried clone repository in local PC using gitbash: “

    git clone git@github.com:laboro/dev.git orodev

      ERROR : Repository not found.
      fatal: Could not read from remote repository.
      Please make sure you have the correct access rights
      and the repository exist
      => What is correct URL?

    2) Does this set up commerce + crm EE (enterprise) application environment : export ORO_APP=$(realpath ~/orodev)/application/commerce-crm-ee

      => How to set up crm CE (community version) ?

    3) I failed to download repository in my local PC, so I don’t have visibility if it comes with source code to customize for my organization and client needs. I wonder is there way to sync source code (docker volume). Appreciate if you could share some example.

    • This reply was modified 5 years, 4 months ago by  bhagi.limbu. Reason: Typo mistake of git clone url
    • This reply was modified 5 years, 4 months ago by  bhagi.limbu.
    • This reply was modified 5 years, 4 months ago by  bhagi.limbu.
    #37705

    Michael
    Keymaster

    laboro/dev is our internal repository. You should clone either your own repository, or a public OroCRM application from https://github.com/oroinc/crm-application

    Instead of cloning the source code from GitHub you can also download an archived source code or, if you just want to evaluate the product features – download a virtual machine with an already installed and configured application. Both are available at https://oroinc.com/orocrm/download

    Also, if you don’t like our virtual machine, you can simpl vagrant up your own – https://github.com/oroinc/crm-application/blob/2.6.35/Vagrantfile

    #37707

    bhagi.limbu
    Participant

    Thanks Michael for your quick response. The public OroCRM application (https://github.com/oroinc/crm-application) does not contains docker-compose.yml file, how should I run docker? Any suggestion?

    #37739

    Michael
    Keymaster

    Use https://github.com/oroinc/environment and follow the steps in its README.md, but account for the difference of the cloning process – in our internal repo both environment and application/crm simply live in their respective folders, while you will be cloning them separately.

    #37762

    bhagi.limbu
    Participant

    Hi Michael,

    Thanks for reply, do you mean download a zip file from here https://github.com/oroinc/environment on local PC and follow the steps from 1?

    • This reply was modified 5 years, 4 months ago by  bhagi.limbu.
Viewing 6 replies - 1 through 6 (of 6 total)

The forum ‘OroCRM – Programming Questions’ is closed to new topics and replies.

Back to top