So WordPress 2.5 is out, but what if you’ve never installed WordPress on your own local machine before and want to try it out?
This FOSSwire Video tutorial shows you all the steps you need to take to install WordPress 2.5 on a LAMP system, in just over 5 minutes.



fsdaily.com wrote:
Story added…
This story has been submitted to fsdaily.com! If you think this story should be read by the free software community, come vote it up and discuss it here:
http://www.fsdaily.com/EndUser/Video_tutorial_installing_WordPress_2_5…
# Posted on 07-Apr-08 at 2:23 am
Steve wrote:
Hi -
It’s great you make a video like this - and it’s also great for those than understand it.
As a newbie - I know that even this - to you and others, is simple.
However - it would be a lot better if it was done step-by-step and slower, (read:more in depth), and using resources that are available to people like me. Newbies.
There are more newbies than people in the know, so why make something that looks good and sounds good, but is “way over a newbies head”? I know I am definitely NOT alone on this.
If it seems too simple for some people, at least they will have the knowledge to follow along and learn anyway.
Sorry if that put some lemon on the sugar but, it needed to be said.
I know I cannot install wp 2.5 using this video - UNFORTUNATELY.
# Posted on 14-Apr-08 at 8:59 pm
Peter wrote:
@Steve - I’ve emailed you with a bit more of a detailed follow-up to the comment and to ask for more detailed feedback as to how we might make a future tutorial more beginner friendly.
# Posted on 20-Apr-08 at 9:16 am
Marco wrote:
Well I can tell you what isn’t working: the first few steps involving the graphical portion you have to be root to put anything in /var/www so if you do this in a terminal
cd /var/www/
sudo wget http://wordpress.org/latest.tar.gz
then
sudo tar -xzvf latest.tar.gz
After that follow the video from the point where the terminal is opened, if the commands don’t work you need to issue a ’sudo’ then command as used above.
Other than that good guide
# Posted on 29-Apr-08 at 4:47 am