OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

This topic contains 36 replies, has 3 voices, and was last updated by  Ayushi Sangal 9 years, 6 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
  • #26181

    Ayushi Sangal
    Participant

    Hello,

    I am trying to install OroPlatform on server and results into an error (Allowed memory size of 536870912 bytes exhausted (tried to allocate 72 bytes)) on installing dependencies.

Viewing 15 replies - 16 through 30 (of 36 total)
  • Author
    Replies
  • #26197

    Yevhen Shyshkin
    Participant

    Composer requires at least 1Gb (1024M), probably more, but it requires only for installation. After installation you can decrease memory limit to 256M. Please, ensure that your server really has this memory available.

    #26198

    Ayushi Sangal
    Participant

    hello

    I have installed OroPlatform via command(php app/console oro:install) on my server can you please tell me now how to run my application on server.

    #26199

    Yevhen Shyshkin
    Participant

    Please,
    1) run “php app/console cache:clear –env prod” from platform root directory;
    2) set up application virtual host (see http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html);
    3) open virtual host in your browser.

    #26200

    Ayushi Sangal
    Participant

    thank you for help can you please let me know exact path where I have to set up virtual host.I Have to make new file or it is already there only changes to be made.

    #26201

    Yevhen Shyshkin
    Participant

    Virtual host is a configuration of your web server that explains how to work with installed application – basically it depends on your OS, web server, environment and installation. Here is basic examples for apache and for nginx.

    If it will not help – ask google how to set up virtual host for your specific OS and web server.

    #26202

    Ayushi Sangal
    Participant

    Thanks.. if I push my locally set up folder on server than will it work or it is mandatory to install oro on server and than doing changes in that.

    #26203

    Yevhen Shyshkin
    Participant

    > if I push my locally set up folder on server than will it work or it is mandatory to install oro on server and than doing changes in that.

    It should work, but you also need to migrate DB and file system permissions.

    #26204

    Ayushi Sangal
    Participant

    when I am running “php app/console cache:clear –env prod” results into an error.

    [RuntimeException]
    Too many arguments.

    What does it mean.

    #26205

    Yevhen Shyshkin
    Participant

    Please, check that env has double dash, i.e.

    Look’s like forum markup doesn’t support double dashes.

    #26206

    Ayushi Sangal
    Participant

    thanks..it works properly hoping that after creating virtual host file it will get installed properly.
    :)

    #26207

    Ayushi Sangal
    Participant

    can u tell me what does oro_install.log file mean.

    #26208

    Ayushi Sangal
    Participant

    Hello

    I need help to clone platform-application directly into my folder.How can i do this

    #26209

    Yevhen Shyshkin
    Participant
    #26210

    Ayushi Sangal
    Participant

    Hello yevhen

    I have installed oro platfoem succesfully on dev mode.Can you please help me to run it on production enviroment

    #26211

    Ayushi Sangal
    Participant

    Also I am getting runtime exception

    [RuntimeException]
    sh: node: command not found
    oro:requirejs:build

    please help me regarding this

Viewing 15 replies - 16 through 30 (of 36 total)

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

Back to top