3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Make a Server Out Of An Old PC

Step 3Install the Server Software

Now it's time to install the server software. I installed XAMPP for Linux, AKA LAMPP. It's easy to set up, and comes with Apache, MySQL, PHP, and Perl. To download, go to XAMPP's home page.

Now download the file to your computer (duh)!

To install, go to a Linux shell (Terminal) and login as the system administrator root:
su
(If you don't know the root password, or if one isn't set, you quite obviously have administrator rights, so you can change the root password from your account. If you need to, go to Settings>Users and look for the user "root". Double-Click on it and change the password.)

Then extract the archive to /opt:
tar xvfz xampp-linux-1.6.3a.tar.gz -C /opt

That's it!

(The extract command didn't work for me, so I just extracted the files with the default archive manager in Ubuntu straight to /opt)
« Previous StepDownload PDFView All StepsNext Step »
1 comment
Mar 12, 2011. 8:37 AMhpiper-inkpen says:
tar xvfz xampp-linux-1.6.3a.tar.gz -C /opt

it may be a typo and you did it right, but it's supposed to be:

tar -xvfz xampp-linux-1.6.3a.tar.gz -C /opt

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
4
Followers
1
Author:Seski
I'm really just a kid, trying to learn things about electronics and computers. I'm already pretty good at programming and things. I maintain my own server on Ubuntu, and I'm a starting filmmaker, grap...
more »