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

    Build WordPress website on a CentOS 6.5 server.

    IT Discussion
    linux php mysql centos wordpress
    10
    118
    40.1k
    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.
    • JoyJ
      Joy
      last edited by steve

      Hello Everyone i have a task to build a website using WordPress on a Centos Server.
      I am Excited to explore and to learn this new things.I don't have experience in working this project yet.
      Would love to hear your ideas on how to get started.

      Thanks 🙂

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

        I built a mediawiki server on CentOS a few weeks ago - and the boss isn't to thrilled with the wiki look. I'll probably be installing Apache soon and trying again.

        As for installing CentOS, it's almost exactly like installing Windows, insert the disk, or in the case of a VM, attach the ISO to the VM, boot and follow the prompts.

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

          @Dashrender said:

          I built a mediawiki server on CentOS a few weeks ago - and the boss isn't to thrilled with the wiki look. ** I'll probably be installing Apache soon and trying again.**

          What did you use instead of Apache the first time?

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

            @Dashrender said:

            I built a mediawiki server on CentOS a few weeks ago - and the boss isn't to thrilled with the wiki look.

            What is he expecting? It looks exactly like WikiPedia because that's what code it is. You add themes or design your own to make it look different. Wikis are generally very ugly (Sharepoint being an obvious exception.) You can make them look nice (ish) but that's a ton more work than just installing. Installing again won't change the look 🙂

            DashrenderD 1 Reply Last reply Reply Quote 0
            • ?
              A Former User
              last edited by

              Start Here: https://codex.wordpress.org/Installing_WordPress

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

                @scottalanmiller said:

                @Dashrender said:

                I built a mediawiki server on CentOS a few weeks ago - and the boss isn't to thrilled with the wiki look.

                What is he expecting? It looks exactly like WikiPedia because that's what code it is. You add themes or design your own to make it look different. Wikis are generally very ugly (Sharepoint being an obvious exception.) You can make them look nice (ish) but that's a ton more work than just installing. Installing again won't change the look 🙂

                Her request was - I want an intranet to put policies and procedures and other notices on. And I want a homepage where I can put announcements on it.

                I figured a wiki was the easiest thing to edit on a regular basis.

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

                  @scottalanmiller said:

                  @Dashrender said:

                  I built a mediawiki server on CentOS a few weeks ago - and the boss isn't to thrilled with the wiki look. ** I'll probably be installing Apache soon and trying again.**

                  What did you use instead of Apache the first time?

                  I have to guess by your answer Apache - but I didn't install it intentionally. Either it was auto installed, or MediaWiki installed it during it's setup.

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

                    @Dashrender said:

                    Her request was - I want an intranet to put policies and procedures and other notices on. And I want a homepage where I can put announcements on it.

                    I figured a wiki was the easiest thing to edit on a regular basis.

                    You are correct that that is the easiest to edit and if she wants just text without looking nice, MediaWiki will do that. But if you want it to look nice and be friendly for end users, MediaWiki is probably not the tool of choice.

                    Do they not have Windows servers? If they do, Sharepoint is, without a doubt, the best answer.

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

                      @Dashrender said:

                      @scottalanmiller said:

                      What did you use instead of Apache the first time?

                      I have to guess by your answer Apache - but I didn't install it intentionally. Either it was auto installed, or MediaWiki installed it during it's setup.

                      It's not installed by default in CentOS but if you do "yum install mediawiki" them it installs all requirements, that's the magic of Linux. So Apache, PHP, MySQL and other components are all downloaded and installed automatically because MediaWiki needs them.

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

                        @scottalanmiller said:

                        @Dashrender said:

                        Her request was - I want an intranet to put policies and procedures and other notices on. And I want a homepage where I can put announcements on it.

                        I figured a wiki was the easiest thing to edit on a regular basis.

                        You are correct that that is the easiest to edit and if she wants just text without looking nice, MediaWiki will do that. But if you want it to look nice and be friendly for end users, MediaWiki is probably not the tool of choice.

                        Do they not have Windows servers? If they do, Sharepoint is, without a doubt, the best answer.

                        I think you know that we have Windows servers - 🙂
                        on a side note, I went with a Linux option for three reasons; 1-separation of duties which leads to, 2-licensing costs and 3-it gives me a Linux server to learn how to take care of.

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

                          @scottalanmiller said:

                          @Dashrender said:

                          @scottalanmiller said:

                          What did you use instead of Apache the first time?

                          I have to guess by your answer Apache - but I didn't install it intentionally. Either it was auto installed, or MediaWiki installed it during it's setup.

                          It's not installed by default in CentOS but if you do "yum install mediawiki" them it installs all requirements, that's the magic of Linux. So Apache, PHP, MySQL and other components are all downloaded and installed automatically because MediaWiki needs them.

                          Well that explains it.

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

                            @Dashrender said:

                            Well that explains it.

                            One of the many reasons that Linux is vastly easier to use, generally, than Windows. It is only familiarity that makes Windows seem easy. If you are familiar with both, Windows is ridiculously difficult and convoluted (but not as bad as a Mac.) Linux is just so graceful and simple.

                            1 Reply Last reply Reply Quote 0
                            • JoyJ
                              Joy
                              last edited by

                              I find this helpful instruction. Thought i will post it here so that one day if a newbie to (linux like me) can use this also.
                              http://code.tutsplus.com/articles/download-and-install-wordpress-via-the-shell-over-ssh--wp-24403
                              Everyone have you tried this before?

                              1 Reply Last reply Reply Quote 0
                              • T
                                technobabble
                                last edited by

                                Joyfano,

                                Are you trying to host WordPress or just demo it in house?

                                If demoing in house, you should get xammp, http://www.apachefriends.org/index.html or wammp.

                                I don't use either. We have our own webserver in a hosting datacenter. I just create a new folder and block access to it and upload WordPress and start our design and mods.

                                JoyJ 1 Reply Last reply Reply Quote 0
                                • JoyJ
                                  Joy @technobabble
                                  last edited by

                                  @technobabble said:

                                  Joyfano,

                                  Are you trying to host WordPress or just demo it in house?

                                  If demoing in house, you should get xammp, http://www.apachefriends.org/index.html or wammp.

                                  I don't use either. We have our own webserver in a hosting datacenter. I just create a new folder and block access to it and upload WordPress and start our design and mods.

                                  Thank you for your reply. I am trying to host WordPress.
                                  I already download Wordpress but i cannot find where it goes.
                                  😞 Ok I am installing it "No GUI"

                                  1 Reply Last reply Reply Quote 0
                                  • JoyJ
                                    Joy
                                    last edited by

                                    Yes Finally i Am done installing my very first "MySQL database" 🙂
                                    I can't believe it. I did it without GUI.

                                    1 Reply Last reply Reply Quote 2
                                    • JoyJ
                                      Joy
                                      last edited by

                                      Ok so i am now installing WordPress and stuck here in Step No.3
                                      http://codex.wordpress.org/Installing_WordPress#Step_3:_Set_up_wp-config.php

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

                                        @Joyfano said:

                                        Ok so i am now installing WordPress and stuck here in Step No.3
                                        http://codex.wordpress.org/Installing_WordPress#Step_3:_Set_up_wp-config.php

                                        Stuck in what way?

                                        1 Reply Last reply Reply Quote 0
                                        • JoyJ
                                          Joy
                                          last edited by

                                          @scottalanmiller said:

                                          @Joyfano said:

                                          Ok so i am now installing WordPress and stuck here in Step No.3
                                          http://codex.wordpress.org/Installing_WordPress#Step_3:_Set_up_wp-config.php

                                          Stuck in what way?

                                          renaming the file wp-config-sample.php to wp-config.php,

                                          JoyJ 1 Reply Last reply Reply Quote 0
                                          • JoyJ
                                            Joy @Joy
                                            last edited by

                                            @Joyfano said:

                                            @scottalanmiller said:

                                            @Joyfano said:

                                            Ok so i am now installing WordPress and stuck here in Step No.3
                                            http://codex.wordpress.org/Installing_WordPress#Step_3:_Set_up_wp-config.php

                                            Stuck in what way?

                                            renaming the file wp-config-sample.php to wp-config.php,

                                            rename.PNG

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 1 / 6
                                            • First post
                                              Last post