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

    Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi

    IT Discussion
    how to guide real instructions nextcloud nextcloud 11 centos centos 7 php 7 remi
    10
    81
    28.0k
    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
      last edited by

      Do a netstat -tulpn to see what it is listening for.

      1 Reply Last reply Reply Quote 0
      • A
        Alex Sage @Emad R
        last edited by

        @msff-amman-Itofficer also double check the firewall 😉

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @Emad R
          last edited by

          @msff-amman-Itofficer at what point in the guide are you?

          Emad RE 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @Alex Sage
            last edited by

            @aaronstuder said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

            @msff-amman-Itofficer also double check the firewall 😉

            The forbidden error means that the firewall is open.

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

              The default log file is nextcloud.log located in /var/www/html/nextcloud/data.

              tail /var/www/html/nextcloud/data/nextcloud.log
              
              Emad RE 1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch
                last edited by JaredBusch

                Here is what my systemlooks like:

                ls -lZ /var/www/html
                drwxr-xr-x. root apache unconfined_u:object_r:httpd_sys_content_t:s0 nextcloud
                
                ls -lZ /var/www/html/nextcloud/
                drwxr-x---. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 3rdparty
                drwxr-x---. apache apache unconfined_u:object_r:httpd_sys_rw_content_t:s0 apps
                drwxr-x---. apache apache unconfined_u:object_r:httpd_sys_content_t:s0 assets
                -rw-r-----. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 AUTHORS
                drwxr-xr-x. apache apache unconfined_u:object_r:httpd_sys_rw_content_t:s0 config
                -rw-r-----. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 console.php
                drwxr-x---. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 core
                -rw-r-----. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 cron.php
                lrwxrwxrwx. apache apache unconfined_u:object_r:httpd_sys_content_t:s0 data -> /home/nc_data
                -rw-r-----. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 db_structure.xml
                drwxr-x---. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 etc
                -rw-r-----. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 index.html
                -rw-r-----. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 index.php
                drwxr-x---. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 l10n
                drwxr-x---. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 lib
                -rwxr-xr-x. apache apache unconfined_u:object_r:httpd_sys_content_t:s0 occ
                drwxr-x---. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 ocs
                drwxr-x---. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 ocs-provider
                -rw-r-----. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 public.php
                -rw-r-----. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 remote.php
                drwxr-x---. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 resources
                -rw-r-----. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 robots.txt
                drwxr-x---. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 settings
                -rw-r-----. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 status.php
                drwxr-x---. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 themes
                drwxr-x---. apache apache unconfined_u:object_r:httpd_sys_content_t:s0 updater
                -rw-r-----. root   apache unconfined_u:object_r:httpd_sys_content_t:s0 version.php
                

                Since I made a symlink to my data directory I had to deviate a bit from the guide personally.

                ls -lZ /home/
                drwxrwx---. root apache unconfined_u:object_r:httpd_sys_rw_content_t:s0 nc_data
                
                ls -lZ /home/nc_data/
                drwxr-xr-x. apache apache system_u:object_r:httpd_sys_rw_content_t:s0 appdata_ocuy4ccap2ee
                drwxr-xr-x. apache apache system_u:object_r:httpd_sys_rw_content_t:s0 files_external
                -rw-r--r--. apache apache system_u:object_r:httpd_sys_rw_content_t:s0 index.html
                drwxr-xr-x. apache apache system_u:object_r:httpd_sys_rw_content_t:s0 jbusch
                -rw-r-----. apache apache system_u:object_r:httpd_sys_rw_content_t:s0 nextcloud.log
                -rw-r--r--. apache apache system_u:object_r:httpd_sys_rw_content_t:s0 themedinstancelogo
                
                Emad RE 1 Reply Last reply Reply Quote 0
                • Emad RE
                  Emad R @JaredBusch
                  last edited by

                  @JaredBusch @scottalanmiller

                  0_1489610289562_2017-03-15 22_37_47-77.245.14.252 - vSphere Client.png

                  Log have not been created

                  1 Reply Last reply Reply Quote 0
                  • Emad RE
                    Emad R @JaredBusch
                    last edited by Emad R

                    @JaredBusch said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                    ide are you?

                    Finished it completely.

                    JaredBuschJ 1 Reply Last reply Reply Quote 0
                    • Emad RE
                      Emad R @JaredBusch
                      last edited by

                      @JaredBusch

                      Thanks this will help, will give it a detailed look but since its nearing night time where I live, I might try that tomorrow.

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

                        @msff-amman-Itofficer said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                        @JaredBusch said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                        ide are you?

                        Finished it completely without any errors.

                        Obviously not. List out our directory structure as I showed and compare what your permissions look like to what I listed

                        Emad RE 1 Reply Last reply Reply Quote 0
                        • Emad RE
                          Emad R @JaredBusch
                          last edited by

                          @JaredBusch

                          I think its something related to HTTPS at this moment.

                          1_1489611100139_2017-03-15 22_49_40-77.245.14.252 - vSphere Client.png 0_1489611100138_2017-03-15 22_49_23-77.245.14.252 - vSphere Client.png

                          JaredBuschJ 2 Replies Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch @Emad R
                            last edited by

                            @msff-amman-Itofficer said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                            @JaredBusch

                            I think its something related to HTTPS at this moment.

                            that is way beyond the first part of the guide.

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

                              If you got to the HTTPS setup, then you also did the section to complete the setup first? So this means it should have already been working.

                              But that is not the case because there is no log file.

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

                                @msff-amman-Itofficer Your SELinux contexts are wrong.

                                The config, data, and apps direcotry need RW access

                                httpd_sys_rw_content_t

                                Emad RE 1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch
                                  last edited by

                                  Guide updated to add allow for Redis network connect from HTTPD

                                  setsebool -P httpd_can_network_connect 1
                                  
                                  1 Reply Last reply Reply Quote 1
                                  • Emad RE
                                    Emad R @JaredBusch
                                    last edited by

                                    @JaredBusch

                                    But i disabled selinux and the same issue occurred...

                                    I tried more with HTTPS self signed and also enabled SElinux and did your desired changes but same thing.

                                    I highly believe that if you start from fresh centos and did the above the same scenario will occur.

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

                                      @msff-amman-Itofficer while that is of course possible those post instructions were posted after I had done a new install to verify my instructions from the first install so while possible I find it unlikely. Also I've already shown that you've got SE Lenix settings incorrect so you might also have other mistakes. Why don't you start over?

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

                                        @msff-amman-Itofficer I am sitting down to lunch and spinning up a new instance on Vultr to test.

                                        A 2 Replies Last reply Reply Quote 0
                                        • A
                                          Alex Sage @JaredBusch
                                          last edited by

                                          @JaredBusch I'll do the same right now 🙂

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            Alex Sage @JaredBusch
                                            last edited by

                                            @JaredBusch I get the same error 403 Forbidden

                                            Emad RE 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 2 / 5
                                            • First post
                                              Last post