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

    Installing WordPress on Fedora 25 and 26 Minimal install

    IT Discussion
    wordpress fedora fedora 26 minimal
    6
    18
    3.9k
    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.
    • DashrenderD
      Dashrender @black3dynamite
      last edited by

      @black3dynamite said in Installing WordPress on Fedora 25 Minimal install:

      Why Fedora 25 instead of 26?

      No reason other than previous instructions.. I'll try 26 this afternoon.
      downloading the netinstall of 26 now.

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • DashrenderD
        Dashrender @black3dynamite
        last edited by

        @black3dynamite said in Installing WordPress on Fedora 25 Minimal install:

        Why Fedora 25 instead of 26?

        Man, you just can't please anyone, can ya 😛

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

          @dashrender said in Installing WordPress on Fedora 25 Minimal install:

          @black3dynamite said in Installing WordPress on Fedora 25 Minimal install:

          Why Fedora 25 instead of 26?

          No reason other than previous instructions.. I'll try 26 this afternoon.
          downloading the netinstall of 26 now.

          Never install old.

          DashrenderD 1 Reply Last reply Reply Quote 1
          • DashrenderD
            Dashrender @scottalanmiller
            last edited by

            @scottalanmiller said in Installing WordPress on Fedora 25 Minimal install:

            @dashrender said in Installing WordPress on Fedora 25 Minimal install:

            @black3dynamite said in Installing WordPress on Fedora 25 Minimal install:

            Why Fedora 25 instead of 26?

            No reason other than previous instructions.. I'll try 26 this afternoon.
            downloading the netinstall of 26 now.

            Never install old.

            Yeah Yeah - the page I ran into yesterday say Fedora 26 was in beta.. clearly I found an old page.

            26 is currently install in a new VM.

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

              @dashrender said in Installing WordPress on Fedora 25 Minimal install:

              @scottalanmiller said in Installing WordPress on Fedora 25 Minimal install:

              @dashrender said in Installing WordPress on Fedora 25 Minimal install:

              @black3dynamite said in Installing WordPress on Fedora 25 Minimal install:

              Why Fedora 25 instead of 26?

              No reason other than previous instructions.. I'll try 26 this afternoon.
              downloading the netinstall of 26 now.

              Never install old.

              Yeah Yeah - the page I ran into yesterday say Fedora 26 was in beta.. clearly I found an old page.

              26 is currently install in a new VM.

              27 is almost out of beta now.

              1 Reply Last reply Reply Quote 0
              • ObsolesceO
                Obsolesce
                last edited by Obsolesce

                Yeah, may as well test it on 27 too so you can add something like:

                "Tested and working on Fedora 25 - 27".

                I don't see why it wouldn't... its' just web stuff which is pretty much universal, and some firewall crap.

                Great post though! Helpful

                DashrenderD 1 Reply Last reply Reply Quote 2
                • DashrenderD
                  Dashrender @Obsolesce
                  last edited by

                  @tim_g said in Installing WordPress on Fedora 25 Minimal install:

                  Yeah, may as well test it on 27 too so you can add something like:

                  "Tested and working on Fedora 25 - 27".

                  I don't see why it wouldn't... its' just web stuff which is pretty much universal, and some firewall crap.

                  Great post though! Helpful

                  Yeah several tweaks vs the CentOS install @JaredBusch did last spring.

                  1 Reply Last reply Reply Quote 0
                  • stacksofplatesS
                    stacksofplates @Dashrender
                    last edited by stacksofplates

                    @dashrender said in Installing WordPress on Fedora 25 Minimal install:

                    No idea how to use sed to find/replace this

                    Here's a quick one liner:

                    for i in {SECURE_AUTH_KEY,LOGGED_IN_KEY,NONCE_KEY,SECURE_AUTH_SALT,LOGGED_IN_SALT,NONCE_SALT,AUTH_KEY,AUTH_SALT}; do sed -i "s/$i/yourkeyhere/g" wp-config.php; done
                    

                    Ah never mind. I didn't realize each line was different.

                    1 Reply Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender
                      last edited by

                      OK after a few hours of trouble shooting I finally have

                      https://i.imgur.com/wMkOKzT.png

                      1 Reply Last reply Reply Quote 0
                      • DashrenderD
                        Dashrender
                        last edited by

                        My issue was that I used a random password generator to create passwords, and those passwords included characters that BASH interpreted as exit characters. i.e. !

                        Removing those characters solved my issues.

                        Now both Scott and JB have asked me why I had special characters in my passwords - to which I replied why not?

                        Scott only mentioned that for his passwords he sticks to alphanumeric.

                        Jared did express that since these passwords were only usable locally on the computer, very complex passwords aren't needed.
                        OK fine, they aren't needed but so what? They still should be usable, and of course they are, as long as you pass them through the shell in a manner that the shell knows they are characters and not commands.

                        Of course, for those that know JB, the conversation wasn't nearly that polite 🙂

                        jmooreJ ObsolesceO 2 Replies Last reply Reply Quote 0
                        • jmooreJ
                          jmoore @Dashrender
                          last edited by

                          @dashrender LOL

                          DashrenderD 1 Reply Last reply Reply Quote 0
                          • DashrenderD
                            Dashrender @jmoore
                            last edited by

                            @jmoore said in Installing WordPress on Fedora 25 Minimal install:

                            @dashrender LOL

                            Thanks, as if my pain wasn't enough 😛

                            1 Reply Last reply Reply Quote 0
                            • ObsolesceO
                              Obsolesce @Dashrender
                              last edited by

                              @dashrender said in Installing WordPress on Fedora 25 Minimal install:

                              Of course, for those that know JB, the conversation wasn't nearly that polite 🙂

                              Lol, I can only imagine!

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

                                For ease and speed and better management, I highly recommend using WP-CLI for all of your downloading, updating, configuration, etc. One like of WP-CLI will eliminate most of this installation, while making it easier to maintain in the long run.

                                https://mangolassi.it/topic/13062/install-a-basic-wordpress-site-with-wp-cli

                                ObsolesceO 1 Reply Last reply Reply Quote 1
                                • ObsolesceO
                                  Obsolesce @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in Installing WordPress on Fedora 25 and 26 Minimal install:

                                  For ease and speed and better management, I highly recommend using WP-CLI for all of your downloading, updating, configuration, etc. One like of WP-CLI will eliminate most of this installation, while making it easier to maintain in the long run.

                                  https://mangolassi.it/topic/13062/install-a-basic-wordpress-site-with-wp-cli

                                  Yup, that's what I use now, I won't every go back!

                                  https://mangolassi.it/topic/16084/installing-fedora-27-lamp-stack-plus-wordpress

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