List of WAMP/LAMP installations

 
Post new topic   Reply to topic    PHP User Group Malta Forum Index // LAMP / WAMP Installations
View previous topic :: View next topic  
Author Message
killfr0g



Joined: 13 Nov 2007
Posts: 4
Location: Malta

PostPosted: Wed Nov 14, 2007 3:44 pm    Post subject: List of WAMP/LAMP installations Reply with quote
If you don't want to stay installing Apache + MySQL + PHP as standalones and skip configuration hassles, a ready-made WAMP/LAMP package is just for you. These are ideal for development and testing scenarios. The following is a list of such packages which I have used and recommend:

Windows

WAMP Server - probably the best WAMP for Windows
Uniform Server - this can be installed on a USB pendrive and deployed anywhere, very handy and works great
Easy PHP - another good WAMP package

Linux
Many linux distros such as Ubuntu come with a LAMP package installed. Here is a good tutorial on getting them setup if not: http://lamphowto.com/

Platform indepenent
XAMPP - available for many different OS's and also includes Perl. Also runs from a pendrive
Back to top
View user's profile Send private message
nformosa



Joined: 14 Nov 2007
Posts: 1

PostPosted: Wed Nov 14, 2007 4:41 pm    Post subject: Reply with quote
Adding to what killfr0g rightly said... i would like to post another all rounder link which helped me alot when setting up my own specific LAMP servers:

http://www.howtoforge.com

Other interesting how to's are also present.


Regards
Back to top
View user's profile Send private message
hex4



Joined: 13 Nov 2007
Posts: 21
Location: Qormi, Malta

PostPosted: Thu Nov 15, 2007 12:27 am    Post subject: Reply with quote
I've always used WAMP server and it works fantastic!
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
yancho
Site Admin


Joined: 13 Nov 2007
Posts: 56
Location: Iklin

PostPosted: Thu Nov 15, 2007 1:46 am    Post subject: Reply with quote
hex4 wrote:
I've always used WAMP server and it works fantastic!


Talking about WAMP, you can also change between php4 and php5, even though it comes by default with 5. Also you can add the Zend Optimizer.

For testing purposes on a Windows platform it is the best of the three I guess, for sure much better than installing everything on your own, especially with the ease to add / remove librariers.

However please not that it is not advisable to install WAMP in a productive environment, nor in my opinion a ready made LAMP. These are for quick tests, and if you want a proper productive environment, don't try to win time by installing ready made packages, since there is a risk that you don't know 100% what there is.
_________________
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger ICQ Number
varactor



Joined: 22 Dec 2008
Posts: 10
Location: Malta

PostPosted: Mon Dec 22, 2008 2:20 pm    Post subject: Reply with quote
On Debian Linux its quite very easy to install a web server.. just type in
Code:
apt-get install apache2


for php just type in
Code:
apt-get install php5


for mysql just type in
Code:
apt-get install mysql-server-5.0


or all at once
Code:
apt-get install apache2 php5 mysql


the following will install an almost perfect setup for a Debian webserver...
Code:
apt-get install ssh apache2 mysql-server-5.0 mysql-client-5.0 libaoache2-mod-php5 libapache2-mod-perl php5 php5-cli php5-common php5-curl php5-dev php5-gd php5-imap php5-mysql


..and yes.. you are able to copy and paste this if you wish Smile
Back to top
View user's profile Send private message Visit poster's website
varactor



Joined: 22 Dec 2008
Posts: 10
Location: Malta

PostPosted: Mon Dec 22, 2008 2:27 pm    Post subject: Re: List of WAMP/LAMP installations Reply with quote
killfr0g wrote:

Platform indepenent
XAMPP - available for many different OS's and also includes Perl. Also runs from a pendrive


Confirmed.. also works with the suite of portableapps.com.. neat and amazing Smile
Back to top
View user's profile Send private message Visit poster's website
Post new topic   Reply to topic    PHP User Group Malta Forum Index // LAMP / WAMP Installations All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

alexisRed v1.2 // Theme Created By: Andrew Charron and Web Hosting Bluebook // Icons in Part By: Travis Carden
Boards optimised using the phpBB-SEO mod found at phpbb-seo.com
Boards hosted courtesy of solutions-lab.net
Link Backs : PHPClasses.org - MT Page :: PHPUsergroups.org - MT Page



Powered by phpBB © 2001, 2002 phpBB Group