OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems OroCommerce Problem install

This topic contains 5 replies, has 2 voices, and was last updated by  Michael 7 years, 11 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
  • #27119

    annak1n
    Participant

    Good evening.
    I have a questions about OroCommerce.
    To install OroCommerce should it be installed OroCRM and OroPlatform or other?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • #27120

    Michael
    Keymaster

    In order to install OroCommerce please follow the installation instructions at https://github.com/orocommerce/orocommerce-application#installation-instructions

    OroCRM and OroPlatform are not required (OroPlatform will be installed automatically as one of the OroCommerce dependencies).

    Thank you,
    Michael

    #27121

    annak1n
    Participant

    I had a question on another installation.
    Let’s say I have a folder structure like this: /var/www/
    I create a folder mkdir /var/www/orocrm
    Then do the following command:
    1) curl -s https://getcomposer.org/installer | php
    2) git clone –recursive https://github.com/orocommerce/orocommerce-application.git
    And orocrm folder is created orocommerce-application folder.
    And after the command: php composer.phar install –prefer-dist
    Inside the folder: orocommerce-application folder created more platform-application.
    So it should be?
    Or is it to be a different folder structure?

    #27122

    annak1n
    Participant

    I got to install all dependencies and all. Then when you try to run http://domen.com/crm/web/install.php
    Everything goes well all the requirements for installation in my OK and when I press the NEXT button exits the error HTTP ERROR 500
    What am I doing wrong ?

    #27123

    Michael
    Keymaster

    So it should be?
    Or is it to be a different folder structure?

    It is up to you to decide on the best folder structure. Just make sure that the webserver (virtual host, or main host) points to the web directory, and that other directories (besides the web directory) are not publicly accesible.

    #27124

    Michael
    Keymaster

    when I press the NEXT button exits the error HTTP ERROR 500
    What am I doing wrong ?

    500 errors should be recorded in the web-server error log.
    Please check the contents of the web-server error log for error details.
    You may also check the app/logs/prod.log file in the application itself.

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

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top