The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Is anyone familiar with Word Press?

    Discussion in 'Windows OS and Software' started by Cossack7V7, Jan 22, 2009.

  1. Cossack7V7

    Cossack7V7 Notebook Evangelist

    Reputations:
    63
    Messages:
    522
    Likes Received:
    0
    Trophy Points:
    30
    I need help setting up Word Press. I'm trying to make an advanced blog. I've been searching for a detailed set of instructions for a while now and can't seem to find anything good. Does anyone know a website with a decent set of instructions of how to install and use it? Also, can WAMP be used as a host? Thanks. ;)
    (+1 rep for anyone who actually helps!)
     
  2. Andrew Baxter

    Andrew Baxter -

    Reputations:
    4,365
    Messages:
    9,029
    Likes Received:
    55
    Trophy Points:
    216
  3. sipp11

    sipp11 Notebook Consultant

    Reputations:
    25
    Messages:
    131
    Likes Received:
    0
    Trophy Points:
    30
    Instruction is pretty easy for WordPress.
    1. Extract zip file
    2. Create Database for WordPress in your host
    3. Rename the wp-config-sample.php file to wp-config.php and edit with appropriate value for your host.
    4. Upload them to your host
    5. Go to <your_url>/wp-admin/install.php to complete installation

    That's easy. WordPress needs 1 web server and 1 mySQL server, so WAMP should handle this easily.

    For more info, http://codex.wordpress.org/Installing_WordPress
     
  4. Cossack7V7

    Cossack7V7 Notebook Evangelist

    Reputations:
    63
    Messages:
    522
    Likes Received:
    0
    Trophy Points:
    30
    Since this is my first time using Word Press, and I am using WAMP as a host, how do I exactly set up a database with WAMP? Thanks again.
     
  5. Kossel

    Kossel Notebook Evangelist

    Reputations:
    120
    Messages:
    356
    Likes Received:
    0
    Trophy Points:
    30
    use phpMyadmin
     
  6. Cossack7V7

    Cossack7V7 Notebook Evangelist

    Reputations:
    63
    Messages:
    522
    Likes Received:
    0
    Trophy Points:
    30
    I used phpMyAdmin and finished that part. I meant using the MySQL Client.
    If I already created a database for Word Press using WAMP, do I necessarily need to create a MySQL user? If so, how? Thanks again. I appreciate your help.
     
  7. gerryf19

    gerryf19 I am the walrus

    Reputations:
    2,275
    Messages:
    3,990
    Likes Received:
    0
    Trophy Points:
    105
    You can use the admin account (not recomended) or create a new user who can access the database.

    Not sure what your aim is--running a webblog on your personal computer? Doesn't make much sense to me. If you want the log accessible to the rest of the world, you're better off getting yourself a cheap webhost, most of which have auto setups for things like Wordpress...
     
  8. KarenA

    KarenA Notebook Evangelist

    Reputations:
    81
    Messages:
    565
    Likes Received:
    0
    Trophy Points:
    30
    Agreed. If you really want to share it online, better get a cheap webhost. And (for online purpose) I've read that it's better to install PHP etc manually than use a package like Wamp. I only use Wamp offline for development purpose.

    Some free webhost offer automatic installation of Wordpress also. :)
     
  9. Cossack7V7

    Cossack7V7 Notebook Evangelist

    Reputations:
    63
    Messages:
    522
    Likes Received:
    0
    Trophy Points:
    30
    I want the web blog to be accessible to the rest of the world. I set up a database for Word Press using phpMyAdmin and now I am trying to create a MySQL user who has all privileges for accessing and modifying it.

    I am hoping that someone who has used Word Press before would help me figure this out. Sorry for all the repetitive posts. Thanks again. ;)
     
  10. Cossack7V7

    Cossack7V7 Notebook Evangelist

    Reputations:
    63
    Messages:
    522
    Likes Received:
    0
    Trophy Points:
    30

    I do want to share the web blog online. I am designing it for a company. This is my first time doing this.

    So you're saying that WAMP is not worth the trouble? I should just install one of its components separately?

    Also, can you tell me a few free web hosts that are good and offer an automatic installation of Wordpress? I don't want to make the whole process too complicated...Thanks!
     
  11. gerryf19

    gerryf19 I am the walrus

    Reputations:
    2,275
    Messages:
    3,990
    Likes Received:
    0
    Trophy Points:
    105
    As noted, for a lot of people WAMP=development. It doesn't sound like you are prepared for maintaining a production webserver.

    As for free...forget free. If you want a free blog go to blogspot for a free service, but you don't get wordpress.

    As for inexpensive, there are lots of choices. Lunarpages has wordpress included in its fantastico automatic load script and the price is only $4.95 a month--and that includes a free domain, a boatload of bandwith and diskspace. That's practically stealing.

    Many others webhosts offer similar deals.
     
  12. sipp11

    sipp11 Notebook Consultant

    Reputations:
    25
    Messages:
    131
    Likes Received:
    0
    Trophy Points:
    30
    Wordpress setup is not complicated at all.

    For database stuff, I don't know how you end up with now. If you still want to work on mySQL on your PC, it's really easy. You need to know that creating database for WordPress needs only 2 steps:-

    1. Create database
    2. Link user with that database.

    I personally have no clue what WAMP has. phpMyAdmin would be a nice way, and if you really don't to do in command shell, you can opt for GUI tool like MySQL GUI Tools 5.0 which you only extract and run. Connect to mySQL server address (localhost, probably?) then create empty database and user for wordpress setup.

    If you decide to go for cheap hosting, it might come with WordPress pre-install. If not, basically you just have to do as I told you above.
     
  13. gerryf19

    gerryf19 I am the walrus

    Reputations:
    2,275
    Messages:
    3,990
    Likes Received:
    0
    Trophy Points:
    105
    WAMP is a generic term for Windows Apache Mysql PHP

    There are a number of different distributions.

    The key here isn't whether setting up WordPress is hard or easy to set up--the key for this user is he wants to set up a blog and make it accessible to the world

    Setting up a WAMP server with Wordpress isn't difficult, but properly maintaining and servicing a full blown webserver from a company broadband connection is a bit beyond the OP's level of expertise.

    Once you have a webserver running locally, you need to start dealing with DNS and security--my sense is the OP doesn't really want to deal with that right now.
     
  14. Cossack7V7

    Cossack7V7 Notebook Evangelist

    Reputations:
    63
    Messages:
    522
    Likes Received:
    0
    Trophy Points:
    30
    Thanks for getting back to me. Gerry, I don't have that much time to always be maintaining and servicing a web server. I don't want to have to deal with that at the moment. I want to find the easiest way to make an advanced web blog for a company through Word Press using a free web host. Although it is difficult to find a decent one, I will continue to search. If WAMP isn't a good one to use, what is one you would recommend? I look forward to your advice and I really appreciate your help.
     
  15. Cossack7V7

    Cossack7V7 Notebook Evangelist

    Reputations:
    63
    Messages:
    522
    Likes Received:
    0
    Trophy Points:
    30
    I already created a database using phpMyAdmin. What I'm having a difficult time doing is actually creating a MySQL user to be able to modify the database. I'm following the detailed set of instructions on the Word Press website and it doesn't seem to be working. I will try to do what I can. I appreciate your help and also look forward to any other suggestions you may have.

    P.S. +1 rep for anyone who helps me figure this out!

    Thanks again!
     
  16. TheVirtualDude

    TheVirtualDude Notebook Guru

    Reputations:
    0
    Messages:
    55
    Likes Received:
    0
    Trophy Points:
    15
    Is creating your own blog via http://wordpress.com/ out of the question? It would be a matter of a simple signup and your up and running in probably less than 10 minutes.
     
  17. sipp11

    sipp11 Notebook Consultant

    Reputations:
    25
    Messages:
    131
    Likes Received:
    0
    Trophy Points:
    30
    What host are you using now? If it's WAMP you could do some command lines. However, if you are using other hosts, there will be an option in your panel, I guess. For example, if you are using bluehost, it will be in mySQL database which you can create username for mysql and add that username to selected database.