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

    Building functioning OwnCloud within 24 hours... or less...help?

    Scheduled Pinned Locked Moved IT Discussion
    owncloudnextcloud
    27 Posts 4 Posters 8.0k 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.
    • L
      LAH3385 @JaredBusch
      last edited by

      @JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:

      @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

      @JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:

      @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

      not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.

      The problem with NextCloud is that there is not a repository based solution for it.

      You have to install from sources.

      Oh that sucks. 🙂 Still doable, but not nearly as nice.

      Correct, and it is very low on my priority list for at least a month if not more.

      OwnCloud still works perfectly fine.

      I can't seem to import OwnClound repo. Anyidea why?
      0_1467171751404_upload-d0f35058-e90d-4524-8678-4926dea31e2c

      Running CentOS7 via HyperV

      travisdh1T 1 Reply Last reply Reply Quote 0
      • travisdh1T
        travisdh1 @LAH3385
        last edited by

        @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

        @travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:

        You configure the host file with

        vi /etc/hosts
        

        You probably need to update the configuration for the ethernet adapter

        vi /etc/sysconfig/network-scripts/ifcfg-eth0
        

        At a minimum you'll need these lines set correctly in the ifcfg-eth0 file

        TYPE=Ethernet
        BOOTPROTO=static
        DEVICE=eth0
        IPADDR=ipaddress
        NETMASK=subnet
        GATEWAY=gatewayaddress
        DNS1=firstdns
        DNS2=seconddns

         systemctl reload network
        

        Hopefully that will get your network up and running. If not we're going to have to get a lot more information.

        working now. Thanks!

        I've kinda been there, done that bit sooo many times.

        1 Reply Last reply Reply Quote 0
        • travisdh1T
          travisdh1 @LAH3385
          last edited by

          @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

          @JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:

          @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

          @JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:

          @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

          not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.

          The problem with NextCloud is that there is not a repository based solution for it.

          You have to install from sources.

          Oh that sucks. 🙂 Still doable, but not nearly as nice.

          Correct, and it is very low on my priority list for at least a month if not more.

          OwnCloud still works perfectly fine.

          I can't seem to import OwnClound repo. Anyidea why?
          0_1467171751404_upload-d0f35058-e90d-4524-8678-4926dea31e2c

          Running CentOS7 via HyperV

          Try

          curl -O- "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key" | rpm --import -
          

          If that doesn't work, just download the key using curl or wget and then do the rpm --import /keyfile

          1 Reply Last reply Reply Quote 0
          • L
            LAH3385
            last edited by

            error.
            0_1467172495242_upload-53333a2f-011b-42e5-88c8-247de2519544

            @travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:

            @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

            @JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:

            @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

            @JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:

            @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

            not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.

            The problem with NextCloud is that there is not a repository based solution for it.

            You have to install from sources.

            Oh that sucks. 🙂 Still doable, but not nearly as nice.

            Correct, and it is very low on my priority list for at least a month if not more.

            OwnCloud still works perfectly fine.

            I can't seem to import OwnClound repo. Anyidea why?
            0_1467171751404_upload-d0f35058-e90d-4524-8678-4926dea31e2c

            Running CentOS7 via HyperV

            Try

            curl -O- "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key" | rpm --import -
            

            If that doesn't work, just download the key using curl or wget and then do the rpm --import /keyfile

            Can you give me an example about how to use curl or wget? yum -y wget https://.....key?

            travisdh1T 1 Reply Last reply Reply Quote 0
            • L
              LAH3385
              last edited by

              Found owncloud key on Opensuse. is it the same key file?
              0_1467172834692_upload-72f2a6d9-fa6b-4a80-a4e0-e1d0f26832a1

              1 Reply Last reply Reply Quote 0
              • travisdh1T
                travisdh1 @LAH3385
                last edited by

                @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

                error.
                0_1467172495242_upload-53333a2f-011b-42e5-88c8-247de2519544

                @travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:

                @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

                @JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:

                @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

                @JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:

                @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

                not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.

                The problem with NextCloud is that there is not a repository based solution for it.

                You have to install from sources.

                Oh that sucks. 🙂 Still doable, but not nearly as nice.

                Correct, and it is very low on my priority list for at least a month if not more.

                OwnCloud still works perfectly fine.

                I can't seem to import OwnClound repo. Anyidea why?
                0_1467171751404_upload-d0f35058-e90d-4524-8678-4926dea31e2c

                Running CentOS7 via HyperV

                Try

                curl -O- "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key" | rpm --import -
                

                If that doesn't work, just download the key using curl or wget and then do the rpm --import /keyfile

                Can you give me an example about how to use curl or wget? yum -y wget https://.....key?

                wget "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key"
                

                wget is a way to download files on the command line. Look for the learning Linux series of posts @scottalanmiller did, they're great!

                L 1 Reply Last reply Reply Quote 2
                • L
                  LAH3385
                  last edited by LAH3385

                  I

                  @travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:

                  @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

                  error.
                  0_1467172495242_upload-53333a2f-011b-42e5-88c8-247de2519544

                  @travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:

                  @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

                  @JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:

                  @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

                  @JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:

                  @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

                  not to disrupt things, but since we discussed ownCloud, OC has mostly collapsed and most of the team moved to NextCloud. I would consider any previous advice to use ownCloud to actually refer to NextCloud unless someone clarifies otherwise. NextCloud is fully open source, doesn't have different versions and is under heavy development. I would start with that.

                  The problem with NextCloud is that there is not a repository based solution for it.

                  You have to install from sources.

                  Oh that sucks. 🙂 Still doable, but not nearly as nice.

                  Correct, and it is very low on my priority list for at least a month if not more.

                  OwnCloud still works perfectly fine.

                  I can't seem to import OwnClound repo. Anyidea why?
                  0_1467171751404_upload-d0f35058-e90d-4524-8678-4926dea31e2c

                  Running CentOS7 via HyperV

                  Try

                  curl -O- "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key" | rpm --import -
                  

                  If that doesn't work, just download the key using curl or wget and then do the rpm --import /keyfile

                  Can you give me an example about how to use curl or wget? yum -y wget https://.....key?

                  wget "https://download.owncloud.org/download/repositories/stable/CentOS_7/repodata/repomd.xml.key"
                  

                  wget is a way to download files on the command line. Look for the learning Linux series of posts @scottalanmiller did, they're great!

                  Thanks Travis. I found my stupid problem. First I don't have my glasses on and I could not differentiate lower and capital -o and -O. Second, I didn't put CentOS_7 with capital C,O,S.

                  After realizing that rpm --inport works just fine.

                  1 Reply Last reply Reply Quote 1
                  • L
                    LAH3385 @travisdh1
                    last edited by

                    @travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:

                    Look for the learning Linux series of posts @scottalanmiller did, they're great!

                    I saw couple Linux series posts from SAM. I tried to follow, but because I do not use it on a daily basis it doesn't rub well on me.

                    travisdh1T scottalanmillerS 2 Replies Last reply Reply Quote 1
                    • L
                      LAH3385
                      last edited by

                      Hmmm... followed every steps but site doesn't load.

                      Too tired. Will try again tomorrow. Zzzz

                      1 Reply Last reply Reply Quote 0
                      • travisdh1T
                        travisdh1 @LAH3385
                        last edited by

                        @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

                        @travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:

                        Look for the learning Linux series of posts @scottalanmiller did, they're great!

                        I saw couple Linux series posts from SAM. I tried to follow, but because I do not use it on a daily basis it doesn't rub well on me.

                        Understandable. We'll call this good continuing career advancement. How's that?

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

                          @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

                          @travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:

                          Look for the learning Linux series of posts @scottalanmiller did, they're great!

                          I saw couple Linux series posts from SAM. I tried to follow, but because I do not use it on a daily basis it doesn't rub well on me.

                          Did you post questions about what was missing or confusing?

                          JaredBuschJ L 2 Replies Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch @scottalanmiller
                            last edited by JaredBusch

                            @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

                            @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

                            @travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:

                            Look for the learning Linux series of posts @scottalanmiller did, they're great!

                            I saw couple Linux series posts from SAM. I tried to follow, but because I do not use it on a daily basis it doesn't rub well on me.

                            Did you post questions about what was missing or confusing?

                            In addition to the above.

                            1. Use an SSH client to connect after the bare VM is running, stop using Hyper-V console. You cannot easily copy/paste.
                            2. Follow my guide as linked previously.
                            3. Copy and paste commands, do not retype them.
                            L 1 Reply Last reply Reply Quote 2
                            • L
                              LAH3385 @scottalanmiller
                              last edited by

                              @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

                              @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

                              @travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:

                              Look for the learning Linux series of posts @scottalanmiller did, they're great!

                              I saw couple Linux series posts from SAM. I tried to follow, but because I do not use it on a daily basis it doesn't rub well on me.

                              Did you post questions about what was missing or confusing?

                              No. Just that Linux isn't within my proximity during day job. Learning Linux becomes more of a hobby for me. What was missing? Don't think so. Confusing? A bit due to lack of first hand experience. Like learning German in a country that does not speak German... I guess.

                              1 Reply Last reply Reply Quote 1
                              • L
                                LAH3385 @JaredBusch
                                last edited by LAH3385

                                @JaredBusch said in Building functioning OwnCloud within 24 hours... or less...help?:

                                @scottalanmiller said in Building functioning OwnCloud within 24 hours... or less...help?:

                                @LAH3385 said in Building functioning OwnCloud within 24 hours... or less...help?:

                                @travisdh1 said in Building functioning OwnCloud within 24 hours... or less...help?:

                                Look for the learning Linux series of posts @scottalanmiller did, they're great!

                                I saw couple Linux series posts from SAM. I tried to follow, but because I do not use it on a daily basis it doesn't rub well on me.

                                Did you post questions about what was missing or confusing?

                                In addition to the above.

                                1. Use an SSH client to connect after the bare VM is running, stop using Hyper-V console. You cannot easily copy/paste.
                                2. Follow my guide as linked previously.
                                3. Copy and paste commands, do not retype them.

                                As I mentioned I am fairly new to these things. I have zero (except basic online java course) experience in programming. You could say I only know enough to get through my day.

                                Since the past 24 hours I know and understand the purpose of yum and wget through multiple attempts of installing ownCloud. It will works eventually. Also, I do enjoy dirty-ing my hands. I learned a lot, and not going to stop until I got ownCloud working the way I want it...or after completing SAM's linux series.

                                scottalanmillerS 1 Reply Last reply Reply Quote 2
                                • scottalanmillerS
                                  scottalanmiller @LAH3385
                                  last edited by

                                  @LAH3385 Once the NTG lab is back up and running (should be soon) and I have some free time (I'm speaking at SpiceCorps Auburn today) I'm going to be playing with NextCloud pretty high on my priority list and will hopefully be able to make an automated install that you can just run, no knowledge needed.

                                  1 Reply Last reply Reply Quote 2
                                  • 1
                                  • 2
                                  • 2 / 2
                                  • First post
                                    Last post