OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems OroCRM installation issues and my solutions (win7, slow machine)

This topic contains 1 reply, has 2 voices, and was last updated by  Dima Soroka 8 years, 9 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
  • #26577

    Stepan Yudin
    Participant

    Good day everyone! Thats my first post)
    Last two days i tried to install OroCRM on my Win7 notebook (really slow, no ssd, only 4gb ram) to begin custom bundles development.

    Pre installation check was ok, i skipped only one warning: Install COM extension.
    Web installer was not verbose enough – i saw only that “schema update” and “fixtures load” fails.

    Then i tried to install through the console (oro:install).
    I saw two types of mistakes: execution time out (Symfony component exception) and Mysql server has gone away.

    My solution was:

    • Increase values in mysql config: wait_timeout=600, max_allowed_packet = 500M
    • Install OroCRM from console with additional keys: php app/console oro:install –process-isolation –timeout=3600 –env=dev

    After about 15min the crm app was successfully installed.
    Maybe someone can find this information useful.

    P.S. After that i created VirtualBox virtual machine with Ubuntu 14.04 Server. I spent 10 minutes for installing LAMP and NodeJS. After that OroCRM was installed successfully and much faster than on Win7 physical machine. So its really better to use any VM solution like Vagrant or custom virtualbox machine.


    Docker environment for Symfony2/OroCRM/OroBAP development on Windows platform
    https://github.com/stepansib/sf-oro-docker

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #26578

    Dima Soroka
    Keymaster

    Thanks for sharing this information. In general file system operations related with source code inclusion in execution flow are much slower on windows (especially without SSD), linux based environments are faster.

Viewing 1 replies (of 1 total)

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

Back to top