beeswax Posted December 30, 2008 Posted December 30, 2008 I've free day tomorrow and was hoping to use some of the time to set up Apache, MySql and PHP on an XP laptop and have a run through turning it into a WAMP server before moving up to a full server environment. Can anyone point me in the direction of useful online documentation, please?
kmount Posted December 30, 2008 Posted December 30, 2008 Depending upon your needs, you could try something like this?
beeswax Posted December 30, 2008 Author Posted December 30, 2008 I want to do it the hard way, installing each individual component rather than use wamp. How good is wamp as a fully blown server environment, rather than a testing environment?
kesomir Posted December 30, 2008 Posted December 30, 2008 (edited) why is it necessary to use windows as a base for this? I find that amp works better on *nix. I can understand if you wanted IIS or asp, but.... there's always running a lamp environment from a virtual machine as well. This removes the licence issue. Anyway, try this or alternatively this but use the most recent versions (eg mysql5) Edited December 30, 2008 by kesomir 1
timbo343 Posted December 30, 2008 Posted December 30, 2008 I want to do it the hard way, installing each individual component rather than use wamp. How good is wamp as a fully blown server environment, rather than a testing environment? We use WAMP on our vle and it works a treat. Not had any problems at all. It works virtually "straight out the box". The only thing you need to do is edit the apache config to tell it what IP address to listen on. What are you wanting to use it for?
beeswax Posted December 30, 2008 Author Posted December 30, 2008 why is it necessary to use windows as a base for this? because I'm not the NM. We use MS exclusively. We use WAMP on our vle and it works a treat. Not had any problems at all. It works virtually "straight out the box". The only thing you need to do is edit the apache config to tell it what IP address to listen on. What are you wanting to use it for? Curently have Apache2Triad, which is no longer supported and need to move up to something more appropriate. Host the website and VLE in house.
actech Posted December 30, 2008 Posted December 30, 2008 I made up this document when I was doing the same as you. I did it the same way as you want, installing each component individually, checking as I go. I would also recommend you install PHPMyAdmin, as it makes managing the MySQL a lot easier. Hope it helps! Web Server Install Guide.pdf 2
IanT Posted December 31, 2008 Posted December 31, 2008 I use WAMP on our servers for the staff, has a PHPbb forum etc etc, great application it is 1
beeswax Posted January 2, 2009 Author Posted January 2, 2009 Or so said the other half. Ended up doing it on New Year's day. It was good to try the full blown way, and after some headache inducing moments I managed to sort it. Did try WAMP as well, but couldn't figure out how to set the password to access PHPAdmin.
kmount Posted January 2, 2009 Posted January 2, 2009 Accessing phpmyadmin you could have done through mysqladmin/mysql command line interface which you'd have used in the manual process. Nonetheless, doing it both ways is pleasant for learning.
mossj Posted January 6, 2009 Posted January 6, 2009 I made up this document when I was doing the same as you. I did it the same way as you want, installing each component individually, checking as I go. I would also recommend you install PHPMyAdmin, as it makes managing the MySQL a lot easier. Hope it helps! [ATTACH]2863[/ATTACH] I will now have your babies , I hope this works on the server Im messing with. P.S im guessing as this takes you right up to the requirments for joomla it wouldn't be too hard to do tht tooooo.....
actech Posted January 6, 2009 Posted January 6, 2009 I put the edugeek joomla on our intranet site with no issues at all. The original reason I set up the wamp server was for moodle. The only extra thing I had to enable for that was ladp module in php as we use ladp authentication for logging into moodle.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now