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.0k
    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.
    • 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
                  • JoyJ
                    Joy
                    last edited by

                    @Joyfano said:

                    @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

                    I already resolved my problem:)

                    1 Reply Last reply Reply Quote 0
                    • Minion QueenM
                      Minion Queen Banned
                      last edited by

                      Awesome!

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

                        @Minion-Queen said:

                        Awesome!

                        Hahah Yes it is 🙂
                        Awesome in working with linux

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

                          I am now Done installing WordPress. Next is configuration of settings as per the WordPress Documentation I need to edit in Text Editor.
                          Configure Database Settings

                          Important: never use a word processor like Microsoft Word for editing WordPress files!

                          Locate the file wp-config-sample.php in the base directory of your WordPress directory and open in a text editor.

                          Is there any chance i can edit it Using Command?

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

                            I usually connect to my linux server via FTP and edit the files in Windows using Notepad++

                            1 Reply Last reply Reply Quote 0
                            • AmbarishrhA
                              Ambarishrh
                              last edited by Ambarishrh

                              @joyfano Yeah, notepad++ on windows or sublime text on MAC. You can connect to the server using SFTP and directly edit the files using the tools mentioned.

                              Or you can use VI editor to edit the file directly from the command http://www.cs.colostate.edu/helpdocs/vi.html

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

                                @ambarishrh Thank You so Much. I will try this very soon. Ill get back for the result 🙂

                                1 Reply Last reply Reply Quote 0
                                • AmbarishrhA
                                  Ambarishrh
                                  last edited by

                                  Good luck! 🙂

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

                                    @ambarishrh I just realize that i already used the vi when i edit files in command

                                    1 Reply Last reply Reply Quote 0
                                    • AmbarishrhA
                                      Ambarishrh
                                      last edited by Ambarishrh

                                      Yes, vi is a supported editor in most linux distributions. You just need to understand the editor and know the various commands for using vi. But to be on the safe side, make it as a practice to backup any file before you edit. I normally use the cp command to copy the original file as .back before making any changes. Saved me a lot of times! 🙂

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

                                        Understanding and familiarizing the command is one thing that i need to do right now. I am really having fun working with this. Though I am done installing everything, I want to make sure that i really did, Is there any chance that i can view or use command in checking the application if its already installed?

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

                                          @Joyfano What exactly you want to check? Are you able to browse the admin page of your wordpress installation?

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

                                            @ambarishrh said:

                                            @Joyfano What exactly you want to check? Are you able to browse the admin page of your wordpress installation?

                                            I want to check if my WordPress is Successfully Installed.
                                            Well as of this time i only have access in command No GUI.

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