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

    Install Nextcloud 13.0.0 on Fedora 27

    Scheduled Pinned Locked Moved IT Discussion
    how tonextcloudnextcloud 13real instructionsguidefedora 27
    188 Posts 21 Posters 32.7k 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.
    • NashBrydgesN
      NashBrydges
      last edited by

      The only change that I do that isn't really covered anywhere in any documentation I've seen is to change the favicon. I replace the Nexcloud one with mine just to complete the theming.

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

        @bnrstnr said in Install Nextcloud 13.0.0 on Fedora 27:

        @jaredbusch Ah, I was confusing this with SAM's install script. I was about to say that the script didn't create a nextcloud.conf in my conf.d folder. I ran his script last night on a new server and it was only going to serve this one nextcloud install so I just modified the httpd.conf

        @scottalanmiller is a slacker.

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

          @bnrstnr said in Install Nextcloud 13.0.0 on Fedora 27:

          @jaredbusch Ah, I was confusing this with SAM's install script. I was about to say that the script didn't create a nextcloud.conf in my conf.d folder. I ran his script last night on a new server and it was only going to serve this one nextcloud install so I just modified the httpd.conf

          I do one application per VM, so no need for individual configuration files 😉

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

            @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

            @bnrstnr said in Install Nextcloud 13.0.0 on Fedora 27:

            @jaredbusch Ah, I was confusing this with SAM's install script. I was about to say that the script didn't create a nextcloud.conf in my conf.d folder. I ran his script last night on a new server and it was only going to serve this one nextcloud install so I just modified the httpd.conf

            I do one application per VM, so no need for individual configuration files 😉

            Not true. Using a vhost config keeps things simple compared to editing the default config file.

            Granted neither need to happen here unless you are doing the pretty URL bit.

            M 1 Reply Last reply Reply Quote 0
            • M
              manxam @JaredBusch
              last edited by

              @jaredbusch & @scottalanmiller : the vhost thing is likely the correct way to do this as "letsencrypt --apache" fails unless there is a vhost configured for port 80.
              The default httpd.conf included with Fedora does not have this configured.

              So you both know, Fedora 28 installs NC 13.0.3 in exactly the same manner but fails during installation due to missing php-json. Once installed, it installs without issue.

              A scottalanmillerS 2 Replies Last reply Reply Quote 1
              • A
                Alex Sage @manxam
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @manxam
                  last edited by

                  @manxam said in Install Nextcloud 13.0.0 on Fedora 27:

                  @jaredbusch & @scottalanmiller : the vhost thing is likely the correct way to do this as "letsencrypt --apache" fails unless there is a vhost configured for port 80.
                  The default httpd.conf included with Fedora does not have this configured.

                  So you both know, Fedora 28 installs NC 13.0.3 in exactly the same manner but fails during installation due to missing php-json. Once installed, it installs without issue.

                  Thanks. I'm on Fed 28 with 13.0.4 now, but it was an update, not a fresh install.

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

                    Updated to install php-json as it seems to be a new requirement in recent Fedora 28 builds running 13.x

                    Thanks to @zachary715 for testing a clean build.
                    https://mangolassi.it/topic/17409/errors-updating-nextcloud/27

                    1 Reply Last reply Reply Quote 3
                    • A
                      ajh
                      last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • black3dynamiteB
                        black3dynamite
                        last edited by

                        @JaredBusch cronie is not installed by default when using a clean install of Fedora 28 Minimal.

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

                          @black3dynamite said in Install Nextcloud 13.0.0 on Fedora 27:

                          @JaredBusch cronie is not installed by default when using a clean install of Fedora 28 Minimal.

                          Is that needed now or something?

                          black3dynamiteB 1 Reply Last reply Reply Quote 0
                          • black3dynamiteB
                            black3dynamite @JaredBusch
                            last edited by

                            @jaredbusch said in Install Nextcloud 13.0.0 on Fedora 27:

                            @black3dynamite said in Install Nextcloud 13.0.0 on Fedora 27:

                            @JaredBusch cronie is not installed by default when using a clean install of Fedora 28 Minimal.

                            Is that needed now or something?

                            It's only needed if we want to use crond service to call the cron.php file every 15 minutes.

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

                              @black3dynamite said in Install Nextcloud 13.0.0 on Fedora 27:

                              @jaredbusch said in Install Nextcloud 13.0.0 on Fedora 27:

                              @black3dynamite said in Install Nextcloud 13.0.0 on Fedora 27:

                              @JaredBusch cronie is not installed by default when using a clean install of Fedora 28 Minimal.

                              Is that needed now or something?

                              It's only needed if we want to use crond service to call the cron.php file every 15 minutes.

                              Ah, for post setup. Yeah. That would be important for some. Myself in fact as I always set my systems to use the cron method.

                              1 Reply Last reply Reply Quote 1
                              • F
                                Francesco Provino
                                last edited by

                                Why don’t just use snap?

                                https://github.com/nextcloud/nextcloud-snap

                                zachary715Z JaredBuschJ 2 Replies Last reply Reply Quote 0
                                • zachary715Z
                                  zachary715 @Francesco Provino
                                  last edited by

                                  @francesco-provino said in Install Nextcloud 13.0.0 on Fedora 27:

                                  Why don’t just use snap?

                                  https://github.com/nextcloud/nextcloud-snap

                                  Where's the fun in that??

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

                                    @francesco-provino said in Install Nextcloud 13.0.0 on Fedora 27:

                                    Why don’t just use snap?

                                    https://github.com/nextcloud/nextcloud-snap

                                    And add a layer of shit to break? no thanks.

                                    Related: https://github.com/nextcloud/nextcloud-snap/issues

                                    wirestyle22W 1 Reply Last reply Reply Quote 1
                                    • wirestyle22W
                                      wirestyle22 @JaredBusch
                                      last edited by wirestyle22

                                      @jaredbusch said in Install Nextcloud 13.0.0 on Fedora 27:

                                      @francesco-provino said in Install Nextcloud 13.0.0 on Fedora 27:

                                      Why don’t just use snap?

                                      https://github.com/nextcloud/nextcloud-snap

                                      And add a layer of shit to break? no thanks.

                                      Related: https://github.com/nextcloud/nextcloud-snap/issues

                                      eesh.

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

                                        If you update to this download, it keeps it up to date.

                                        https://download.nextcloud.com/server/releases/latest-13.tar.bz2

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

                                          @jaredbusch

                                          I know that you like doing super minimal installs without package assumptions. In my environment (Fedora 28 LXC image) there is no FirewallD package.

                                          So this is needed to make your directions work.

                                          dnf -y install firewalld
                                          systemctl enable firewalld
                                          systemctl start firewalld
                                          
                                          JaredBuschJ 1 Reply Last reply Reply Quote 0
                                          • JaredBuschJ
                                            JaredBusch @scottalanmiller
                                            last edited by

                                            @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

                                            @jaredbusch

                                            I know that you like doing super minimal installs without package assumptions. In my environment (Fedora 28 LXC image) there is no FirewallD package.

                                            So this is needed to make your directions work.

                                            dnf -y install firewalld
                                            systemctl enable firewalld
                                            systemctl start firewalld
                                            

                                            Well, went through that with CentOS a while back not having the firewall active in a minimal install.

                                            I just cannot fathom any system not using it, got any reason.

                                            So why does an LXC container not have a firewall?

                                            scottalanmillerS 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 10 / 10
                                            • First post
                                              Last post