ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    SuiteCRM - install guide, anyone?

    Scheduled Pinned Locked Moved IT Discussion
    install gudesuitecrm
    57 Posts 7 Posters 9.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @FATeknollogee
      last edited by

      @FATeknollogee said in SuiteCRM - install guide, anyone?:

      That's why I'm waiting on the experts to figure it all out 😄

      I sent the package list 🙂 That part has been figured out and tested. I have SuiteCRM in production and that list is what produced it, so I know that it works.

      1 Reply Last reply Reply Quote 0
      • FATeknollogeeF
        FATeknollogee
        last edited by

        Yes you did but I got stuck here:

        0_1494784671230_suite.PNG

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          That looks really simple. Did you chown the /var/www/html directory to be owned by the Apache web server?

          1 Reply Last reply Reply Quote 0
          • FATeknollogeeF
            FATeknollogee
            last edited by

            @scottalanmiller said in SuiteCRM - install guide, anyone?:

            chown the /var/www/html directory to be owned by the Apache web server

            I followed a few different guides but nothing seems to work

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @FATeknollogee
              last edited by

              @FATeknollogee said in SuiteCRM - install guide, anyone?:

              @scottalanmiller said in SuiteCRM - install guide, anyone?:

              chown the /var/www/html directory to be owned by the Apache web server

              I followed a few different guides but nothing seems to work

              Fedora 25?

              chown -R apache:apache /var/www/html

              1 Reply Last reply Reply Quote 0
              • FATeknollogeeF
                FATeknollogee
                last edited by

                Yes, Fedora 25.
                I had tried that command set, I still get the same error

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @FATeknollogee
                  last edited by

                  @FATeknollogee said in SuiteCRM - install guide, anyone?:

                  Yes, Fedora 25.
                  I had tried that command set, I still get the same error

                  Did you chmod 766 like it said?

                  1 Reply Last reply Reply Quote 0
                  • FATeknollogeeF
                    FATeknollogee
                    last edited by

                    Yes I did.
                    I probably should re-install Fed 25 & just start from scratch?

                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @FATeknollogee
                      last edited by

                      @FATeknollogee said in SuiteCRM - install guide, anyone?:

                      Yes I did.
                      I probably should re-install Fed 25 & just start from scratch?

                      I don't think so, unless you have scripted all of this. That tends to create an endless cycle of 99% of the time spent installing and never really looking for the underlying issues. I'm sure that your base install is fine.

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller
                        last edited by

                        Maybe give us a listing of the directory in long form so that we can see the ownership and permissions that are in place. Also, temporary disable SELinux, just in case.

                        1 Reply Last reply Reply Quote 0
                        • FATeknollogeeF
                          FATeknollogee
                          last edited by

                          disabling SELinux "fixed" the issue.

                          scottalanmillerS JaredBuschJ 2 Replies Last reply Reply Quote 1
                          • scottalanmillerS
                            scottalanmiller @FATeknollogee
                            last edited by

                            @FATeknollogee said in SuiteCRM - install guide, anyone?:

                            disabling SELinux "fixed" the issue.

                            That's very commonly needed during installs. Always assume that you either need to manage SELinux while installing or that you need to temporarily suspend it. Not that you suspend it before trying, but when you run into issues, it's almost always a place to start.

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller
                              last edited by

                              Aren't you glad that you did not re-install now? 🙂

                              FATeknollogeeF 1 Reply Last reply Reply Quote 0
                              • FATeknollogeeF
                                FATeknollogee @scottalanmiller
                                last edited by FATeknollogee

                                @scottalanmiller said in SuiteCRM - install guide, anyone?:

                                Aren't you glad that you did not re-install now? 🙂

                                Thanks for the tip.
                                That's why we hang out at The ML ❗ 👍

                                1 Reply Last reply Reply Quote 1
                                • JaredBuschJ
                                  JaredBusch
                                  last edited by

                                  Description of Required Item Package or Command
                                  PHP php
                                  JSON php-json
                                  XML Parsing php-xml
                                  MB Strings Module php-mbsting
                                  Writable SugarCRM Configuration File (config.php) chmod -R 755 /var/www/html/suitecrm/
                                  Writeable Custom Directory chmod -R 775 /var/www/html/suitecrm/custom
                                  Writable Modules Sub-Directories and Files chmod -R 775 /var/www/html/suitecrm/modules
                                  Writable Upload Directory chmod -R 775 /var/www/html/suitecrm/modules
                                  Writable Data Sub-Directories chmod -R 775 /var/www/html/suitecrm/data
                                  Writable Cache Sub-Directories chmod -R 775 /var/www/html/suitecrm/cache
                                  PHP Memory Limit (at least 128M) /etc/php.ini memory_limit = 256M
                                  ZLIB Compression Module php
                                  ZIP Handling Module php-pecl-zip
                                  PCRE Library php
                                  IMAP Module php-imap
                                  cURL Module php-pear-Net-Curl
                                  Upload File Size /etc/php.ini upload_max_filesize=60M and post_max_size=60M
                                  Sprite Support ImageMagick
                                  1 Reply Last reply Reply Quote 2
                                  • JaredBuschJ
                                    JaredBusch
                                    last edited by

                                    and all those writeable directories also need SELinux permissions changed.

                                    1 Reply Last reply Reply Quote 0
                                    • JaredBuschJ
                                      JaredBusch @FATeknollogee
                                      last edited by

                                      @FATeknollogee said in SuiteCRM - install guide, anyone?:

                                      disabling SELinux "fixed" the issue.

                                      All the directories listed in the the chart i posted have to have the SELinux httpd_rw context added.

                                      1 Reply Last reply Reply Quote 1
                                      • FATeknollogeeF
                                        FATeknollogee
                                        last edited by

                                        Ok, will enable SELinux & try again!

                                        JaredBuschJ 1 Reply Last reply Reply Quote 0
                                        • JaredBuschJ
                                          JaredBusch @FATeknollogee
                                          last edited by

                                          @FATeknollogee said in SuiteCRM - install guide, anyone?:

                                          Ok, will enable SELinux & try again!

                                          I am typing up my post now.. just getting the screenshots from the web install part of the process..

                                          FATeknollogeeF 1 Reply Last reply Reply Quote 0
                                          • FATeknollogeeF
                                            FATeknollogee @JaredBusch
                                            last edited by

                                            @JaredBusch said in SuiteCRM - install guide, anyone?:

                                            I am typing up my post now.. just getting the screenshots from the web install part of the process..

                                            In that case, I'll spin up a new Fed 25 vm & wait for your notes.

                                            JaredBuschJ 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post