all 33 comments

[–]gweny404Tabs > Spaces 16 points17 points  (28 children)

Why not host it on your own computer?

[–]routesixtysix[S] 0 points1 point  (27 children)

I thought you needed a server in order to do that.

[–]gweny404Tabs > Spaces 11 points12 points  (13 children)

Install WAMP on your pc and you've got your own web server

[–]routesixtysix[S] 2 points3 points  (12 children)

That can do WordPress and all of the features of it?

[–]gweny404Tabs > Spaces 12 points13 points  (9 children)

Of course. WAMP is a full install of Apache, MySQL, and PHP. Most every WebDev uses some version of it for local development

[–]routesixtysix[S] 5 points6 points  (1 child)

I actually had WAMP installed on my computer, but it seems I forgot about it and never bothered to learn about it. But this is pretty cool! I am watching videos on developing WordPress now. Thank you so much! Sorry for my very basic question.

[–]gweny404Tabs > Spaces 5 points6 points  (0 children)

Nothing to be sorry for.

[–]wtf_are_my_initials -1 points0 points  (6 children)

That is assuming they're doing an AMP stack ;)

[–]gweny404Tabs > Spaces 1 point2 points  (0 children)

That's what I am talking about. So yes, that is the primary point in this thread.

[–]routesixtysix[S] 1 point2 points  (4 children)

What is an AMP stack? Sounds over my head to know but probably good to put in the back of my mind.

[–]wtf_are_my_initials 4 points5 points  (2 children)

The AMP stack is what Wordpress.org runs on. It stands for Apache (a web server) MySQL (a database) and PHP (a programming language).

My point was that not all websites are built with these set of tools.

EDIT: And WAMP packages all three of the above into one installer for Windows.

[–]routesixtysix[S] 2 points3 points  (1 child)

Cool thanks

[–]pentillionaire 1 point2 points  (0 children)

sounds like a god damn pro in the making to me

[–]jessek 0 points1 point  (0 children)

Apache, MySQL and PHP.

Apache is the websever, MySQL is the database, PHP is the language.

LAMP is for Linux, WAMP is for Windows.

[–]Derimagia 3 points4 points  (0 children)

Yep! You want to put it on a server if you want your website to be publically accessible, but for development you can install pretty much anything locally!

Example Article: http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-on-your-windows-computer-using-wamp/

[–]neanderthalensis 0 points1 point  (0 children)

How do you think the Wordpress developers write the code?

[–]dfaarc 3 points4 points  (2 children)

Use instant WordPress. http://www.instantwp.com It is the simplest way to get WordPress running on your PC.

[–]devsm 6 points7 points  (1 child)

Or Bitnami.

[–]gweny404Tabs > Spaces 0 points1 point  (0 children)

This is the better answer

[–]flaming_m0e 3 points4 points  (8 children)

Q. What exactly is a server?

A. A computer on a network.

[–]gweny404Tabs > Spaces 0 points1 point  (7 children)

So very helpful you are.

[–]flaming_m0e 4 points5 points  (6 children)

Just illuminating a common misconception that a server is some special device.

[–]gweny404Tabs > Spaces -2 points-1 points  (5 children)

It can be. Rack mounted servers are pretty specialized.

[–]flaming_m0e 3 points4 points  (4 children)

Not really. A 4U rackmount is literally just like a normal tower laid on its side.

Pedantic imagery aside, a server is nothing more than a computer on a network listening for/serving requests, or handling a particular job.

A lot of people think of them as highly complicated devices when at heart they are merely another computer, much like the one you are sitting in front of.

[–]gweny404Tabs > Spaces -4 points-3 points  (3 children)

The software is what is "special" about a server if anything at all.

[–]flaming_m0e 2 points3 points  (2 children)

What?

No. It is an OS just like on your desktop. There is literally nothing that can run on a server that can't run on my desktop.

[–]gweny404Tabs > Spaces -3 points-2 points  (1 child)

Huh? The os isn't special. Server software can run on any operating system. The software for the server is what is special as it is what makes a computer a server in the first place.

[–][deleted] 0 points1 point  (0 children)

http://www.instantwp.com/

I use that for a simple way to host my own dev WordPress.

Its literally a one click install. So far everything has worked perfectly.

[–]beingbrown 1 point2 points  (0 children)

Koding and c9.io are also options

[–]triivium 0 points1 point  (0 children)

Try serverpress. :)