OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

This topic contains 39 replies, has 14 voices, and was last updated by  submission.10seos 7 years, 5 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
  • #25785

    Sublab
    Participant

    Hello,
    I’d like to know how to install OroCRM.
    I’m a newbie with SSH.
    For the instant Iupload everyfile orocrm-application on a subdomain.
    I’ve asked for a ssh access and i can now connect with ssh.
    But after ?
    There ‘s install.sh but i don’t know how to reach and navigate with SSH.
    Can someone help me ?
    Merci

Viewing 15 replies - 1 through 15 (of 39 total)
  • Author
    Replies
  • #25786

    Sublab
    Participant

    I go on,
    I have filled parameters.yml with my own settings
    now i know how i can navigate to intall.sh withh ssh
    login as : myUserName
    Password : mypassword
    ls -> to see my list of files
    cd www
    cd myfolder
    ./install.sh
    and
    ./install.sh: line 7: php: command not found
    ./install.sh: line 8: php: command not found
    ./install.sh: line 9: php: command not found
    ./install.sh: line 10: php: command not found
    ./install.sh: line 11: php: command not found
    ./install.sh: line 12: php: command not found
    ./install.sh: line 13: php: command not found
    ./install.sh: line 14: php: command not found
    ./install.sh: line 15: php: command not found
    ./install.sh: line 16: php: command not found
    ./install.sh: line 17: php: command not found
    ./install.sh: line 18: php: command not found
    ./install.sh: line 19: php: command not found
    ./install.sh: line 20: php: command not found
    ./install.sh: line 21: php: command not found
    ./install.sh: line 22: php: command not found

    I’m stuck here…
    Can someone help me ?

    #25787

    Ivan Klymenko
    Spectator

    Hi,
    first of all, check your PHP installation, was it installed properly and is available from command line.

    Then let’s start from scratch, and follow “Installation instructions” from
    README.md

    Supposed that you have OroCRM project cloned from https://github.com/orocrm/crm-application.git and configured parameters.yml.

    Make sure that you have installed Java.

    Do you have installed Composer?

    #25788

    Dilip7597
    Participant

    Hello Ivan,

    I have installed the OROCRM on my local system ( Ubuntu ) using the install.sh script. It seems that the installation process went successfully. Now, I’m stuck as how can I access the orocrm on my local system.

    I kept the files on /var/www/oro directory. Did I missed something?


    Thanks,
    Dilip Gupta
    Skype : dilip7597
    email : dilip7597@gmail.com
    web : http://www.dsourc.com

    #25789

    Ivan Klymenko
    Spectator

    Hi, front controller that handles incoming requests located in the /var/www/oro/web directory. If /var/www is web-server’s document root, your application’s URLs will start with http://localhost/oro/web/. Or you can point some virtual host to this directory.

    #25790

    Dilip7597
    Participant

    Hi Ivan,

    I accessed the http://localhost/oro/web/ directory, but this directory is giving the FTP file view. whereas it should display the index.php page.

    And I couldn’t find the index.php in this directory. please let me know your thoughts here.


    Thanks,
    Dilip Gupta
    Skype : dilip7597
    email : dilip7597@gmail.com
    web : http://www.dsourc.com

    #25791

    Alexandr Smaga
    Participant

    Hello,

    symfony application do not have index.php, instead there is file app.php. Seems that configuration of your webserver has rewrites not configured. Please check symfony cookbook for detailed explanation.

    #25792

    Ivan Klymenko
    Spectator

    Instead index.php as front controller is used app.php (or app_dev.php for development mode). Almost all requests will be pointed to app.php by Apache.

    #25793

    Dilip7597
    Participant

    okay, I see the app.php. I think I need to reconfigure the symfony once again. Do I need to install the symfony into the same directory of ORO ? OR can I install it another directory.


    Thanks,
    Dilip Gupta
    Skype : dilip7597
    email : dilip7597@gmail.com
    web : http://www.dsourc.com

    #25794

    Ivan Klymenko
    Spectator

    If you had run php composer.phar install like it is described in README.MD, Symfony2 was also installed. You don’t need to install it once again.

    #25795

    Sublab
    Participant

    I go on later, maybe a full step by step tutorial would be nice.
    I don’t have java on my server… i’ll give ot a try on local server later.

    Thanks for your response

    #25796

    ishakuta
    Participant

    Step by step tutorial described in readme files of Platform and OroCRM, you’ll need Java for assets (js, css) optimizations.

    #25797

    Deepak
    Participant

    Hi All,

    I have tried everything as steps above but it was unable to install on my local machine.i have installed symfony2 but not able to installed the same.

    This is the issue which i got during the installation

    [RuntimeException]
    Error Output: PHP Fatal error: Class ‘Symfony\Component\Console\Input\ArgvInput’ not found in /var/www/crm-application/app/console on line 17.

    Please do the needful or let me know the links from where i can install the orocrm.

    #25798

    Alexandr Smaga
    Participant

    Hello, seems that you did not install dependencies by running composer install --prefer-dist

    #25799

    boran
    Participant

    Can we install OroCRM on linux web hostings?

    #25800

    Yevhen Shyshkin
    Participant

    Yes, you can. You just neen to ensure that your hosting match all requirements for OroCRM. The easiest way to do that is simply to download package to your hosting and start installation from a browser – the first step will show you list of all requirements and which of them are not match.

Viewing 15 replies - 1 through 15 (of 39 total)

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

Back to top