OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

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

    raul782
    Participant

    Hi guys,

    After a successful deployment with capifony, I had a hard time using the web installer because somehow in ubuntu 14.04 with php 5.5, PhpExecuteFinder.php never found my php path, I’ve read some issues about that.
    So I picked the console method, everything goes great except the final step.
    when I got to this step
    $output->writeln(‘Running code optimizer’);

    The server starts working but it times out around 2 minutes later

    I see we’re using nodejs in OroBuildCommand.php,
    $command = $config[‘js_engine’] . ‘ ‘ .
    self::OPTIMIZER_FILE_PATH . ‘ -o ‘ . basename($buildConfigFilePath) . ‘ 1>&2’;

    But I’m not sure how to configure nodejs with require to wait more time.

    Any help will be greatly appreciated, this is the last piece of the puzzle.
    I’m running an ubuntu 14.04 image on AmazonEc2

    Thanks

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

    Dima Soroka
    Keymaster

    Please check a max_execution_time value, by default it should be 0 for CLI and should allow to complete command execution, but maybe it is different in your case.

Viewing 1 replies (of 1 total)

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

Back to top