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

    Installing Wordpress on CentOS 7 Minimal

    Scheduled Pinned Locked Moved IT Discussion
    wordpresscentos 7real instructionshow toguide
    58 Posts 10 Posters 9.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.
    • BRRABillB
      BRRABill
      last edited by

      He also has said that /var is the only place data should be stored.

      Hmmmmm.........

      Come on @scottalanmiller let's get it figured out! 🙂

      1 Reply Last reply Reply Quote 0
      • BRRABillB
        BRRABill
        last edited by

        @JaredBusch

        Perhaps this is offtopic, but what is the swappiness setting you are supposed to use? Would that be applicable to this article, or is that a more "general CentOS setup" setting?

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

          @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

          @JaredBusch

          Perhaps this is offtopic, but what is the swappiness setting you are supposed to use? Would that be applicable to this article, or is that a more "general CentOS setup" setting?

          Neither. It is not related to WordPress, web hosting or to CentOS directly. It's a memory setting that would be dependent on many factors, like the IOPS you have, the storage and memory that you have, how you want your disk used, how the disks are shared with other systems, how much disk capacity you have spare and so forth.

          BRRABillB 1 Reply Last reply Reply Quote 0
          • BRRABillB
            BRRABill @scottalanmiller
            last edited by

            @scottalanmiller said in Installing Wordpress on CentOS 7 Minimal:

            @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

            @JaredBusch

            Perhaps this is offtopic, but what is the swappiness setting you are supposed to use? Would that be applicable to this article, or is that a more "general CentOS setup" setting?

            Neither. It is not related to WordPress, web hosting or to CentOS directly. It's a memory setting that would be dependent on many factors, like the IOPS you have, the storage and memory that you have, how you want your disk used, how the disks are shared with other systems, how much disk capacity you have spare and so forth.

            Isn't it one of the settings you normally always enable?

            Or am I thinking about something else?

            JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch @BRRABill
              last edited by

              @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

              @scottalanmiller said in Installing Wordpress on CentOS 7 Minimal:

              @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

              @JaredBusch

              Perhaps this is offtopic, but what is the swappiness setting you are supposed to use? Would that be applicable to this article, or is that a more "general CentOS setup" setting?

              Neither. It is not related to WordPress, web hosting or to CentOS directly. It's a memory setting that would be dependent on many factors, like the IOPS you have, the storage and memory that you have, how you want your disk used, how the disks are shared with other systems, how much disk capacity you have spare and so forth.

              Isn't it one of the settings you normally always enable?

              Or am I thinking about something else?

              generally he says he always sets it to 30 or something like that in other threads.

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

                @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                @scottalanmiller said in Installing Wordpress on CentOS 7 Minimal:

                @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                @JaredBusch

                Perhaps this is offtopic, but what is the swappiness setting you are supposed to use? Would that be applicable to this article, or is that a more "general CentOS setup" setting?

                Neither. It is not related to WordPress, web hosting or to CentOS directly. It's a memory setting that would be dependent on many factors, like the IOPS you have, the storage and memory that you have, how you want your disk used, how the disks are shared with other systems, how much disk capacity you have spare and so forth.

                Isn't it one of the settings you normally always enable?

                Or am I thinking about something else?

                It's not enabling or disabling, it's setting it. The OS default is 60. Many cloud providers change this in their own defaults because it impacts other customers. On my cloud instances, I normally set to 10.

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

                  If this was a physical box or a one to one VM install (only VM on a host) then a swappiness of 60 is a good starting point.

                  1 Reply Last reply Reply Quote 0
                  • BRRABillB
                    BRRABill @scottalanmiller
                    last edited by

                    @scottalanmiller said

                    It's not enabling or disabling, it's setting it. The OS default is 60. Many cloud providers change this in their own defaults because it impacts other customers. On my cloud instances, I normally set to 10.

                    I install Centos 7 Minimal on a Vultr VM, and the default was 30.

                    1 Reply Last reply Reply Quote 0
                    • BRRABillB
                      BRRABill
                      last edited by

                      Going back through this today.

                      What did we ever decide on PHP 5.X versus 7.X

                      Since WordPress seems to be recommending the move to 7.X, is it reasonable and desired to install that instead? Even if it is not in the official repositories? (I am, just asking for future reference for others.)

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

                        @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                        Going back through this today.

                        What did we ever decide on PHP 5.X versus 7.X

                        Since WordPress seems to be recommending the move to 7.X, is it reasonable and desired to install that instead? Even if it is not in the official repositories? (I am, just asking for future reference for others.)

                        I would install this on Fedora today. If you want to be on CentOS 7, then install the Remi repo and enable the PHP 7.1 repo.

                        BRRABillB 1 Reply Last reply Reply Quote 1
                        • BRRABillB
                          BRRABill @JaredBusch
                          last edited by

                          @JaredBusch said in Installing Wordpress on CentOS 7 Minimal:

                          @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                          Going back through this today.

                          What did we ever decide on PHP 5.X versus 7.X

                          Since WordPress seems to be recommending the move to 7.X, is it reasonable and desired to install that instead? Even if it is not in the official repositories? (I am, just asking for future reference for others.)

                          I would install this on Fedora today. If you want to be on CentOS 7, then install the Remi repo and enable the PHP 7.1 repo.

                          That's two votes for Fedora,then. I know @scottalanmiller is also a fan.

                          scottalanmillerS ObsolesceO 2 Replies Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @BRRABill
                            last edited by

                            @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                            @JaredBusch said in Installing Wordpress on CentOS 7 Minimal:

                            @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                            Going back through this today.

                            What did we ever decide on PHP 5.X versus 7.X

                            Since WordPress seems to be recommending the move to 7.X, is it reasonable and desired to install that instead? Even if it is not in the official repositories? (I am, just asking for future reference for others.)

                            I would install this on Fedora today. If you want to be on CentOS 7, then install the Remi repo and enable the PHP 7.1 repo.

                            That's two votes for Fedora,then. I know @scottalanmiller is also a fan.

                            My install guide is written for Fedora 🙂

                            BRRABillB stacksofplatesS 2 Replies Last reply Reply Quote 0
                            • BRRABillB
                              BRRABill @scottalanmiller
                              last edited by

                              @scottalanmiller said in Installing Wordpress on CentOS 7 Minimal:

                              @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                              @JaredBusch said in Installing Wordpress on CentOS 7 Minimal:

                              @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                              Going back through this today.

                              What did we ever decide on PHP 5.X versus 7.X

                              Since WordPress seems to be recommending the move to 7.X, is it reasonable and desired to install that instead? Even if it is not in the official repositories? (I am, just asking for future reference for others.)

                              I would install this on Fedora today. If you want to be on CentOS 7, then install the Remi repo and enable the PHP 7.1 repo.

                              That's two votes for Fedora,then. I know @scottalanmiller is also a fan.

                              My install guide is written for Fedora 🙂

                              Is that here on ML?

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

                                @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                                @scottalanmiller said in Installing Wordpress on CentOS 7 Minimal:

                                @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                                @JaredBusch said in Installing Wordpress on CentOS 7 Minimal:

                                @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                                Going back through this today.

                                What did we ever decide on PHP 5.X versus 7.X

                                Since WordPress seems to be recommending the move to 7.X, is it reasonable and desired to install that instead? Even if it is not in the official repositories? (I am, just asking for future reference for others.)

                                I would install this on Fedora today. If you want to be on CentOS 7, then install the Remi repo and enable the PHP 7.1 repo.

                                That's two votes for Fedora,then. I know @scottalanmiller is also a fan.

                                My install guide is written for Fedora 🙂

                                Is that here on ML?

                                Yes. I think it is in two parts. One for the stack then another for WP. Since one is standard without the other.

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

                                  Just use this guide but install Fedora instead of CentOS. You will get PHP 7

                                  1 Reply Last reply Reply Quote 0
                                  • BRRABillB
                                    BRRABill
                                    last edited by

                                    I've actually been playing around with @scottalanmiller's Salt writeups to do this.

                                    But there is still a bunch to do from this guide as well.

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

                                      @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                                      @JaredBusch said in Installing Wordpress on CentOS 7 Minimal:

                                      @BRRABill said in Installing Wordpress on CentOS 7 Minimal:

                                      Going back through this today.

                                      What did we ever decide on PHP 5.X versus 7.X

                                      Since WordPress seems to be recommending the move to 7.X, is it reasonable and desired to install that instead? Even if it is not in the official repositories? (I am, just asking for future reference for others.)

                                      I would install this on Fedora today. If you want to be on CentOS 7, then install the Remi repo and enable the PHP 7.1 repo.

                                      That's two votes for Fedora,then. I know @scottalanmiller is also a fan.

                                      I'm all about Fedora as well... even Fedora Desktop for personal use, moreso than Korora.

                                      So make that 3 votes.

                                      brianlittlejohnB 1 Reply Last reply Reply Quote 0
                                      • brianlittlejohnB
                                        brianlittlejohn @Obsolesce
                                        last edited by

                                        @Tim_G I'm not running fedora instead of korora as welll

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

                                          @brianlittlejohn said in Installing Wordpress on CentOS 7 Minimal:

                                          @Tim_G I'm not running fedora instead of korora as welll

                                          No, he IS running Fedora instead of Korora.

                                          brianlittlejohnB 1 Reply Last reply Reply Quote 0
                                          • brianlittlejohnB
                                            brianlittlejohn @scottalanmiller
                                            last edited by

                                            @scottalanmiller lol... m a little drunk...I'm running fedora as well

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