Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Mysql, Php, Apache Downloads And Setup Was A Nightmare, Mysql, PHP, Apache
darjin
post Apr 20 2008, 11:28 PM
Post #1


Newbie [Level 1]
*

Group: Members
Posts: 11
Joined: 20-April 08
Member No.: 61,086



Mysql, PHP, Apache downloads were easy enough. Then came the setup process. This seemed to be an endless mess of going back and forth trying to get the programs to work together properly. Finaly I got them working after about 48 hours. There are great tutorials on the setup process, but only one or two actualy were easy enough for me to understand. I would like to see if I was the only one who had issues with this setup. Are there easier ways to setup the three?
Go to the top of the page
 
+Quote Post
jlhaslip
post Apr 21 2008, 12:11 AM
Post #2


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 3,882
Joined: 24-July 05
From: In Trouble Again... still?
Member No.: 9,787
Spam Patrol



Google XAMPP.

It has never failed me yet.
A one click Installer for a full *LAMP (Apache, MySql, Php, Perl) set-up on Windows, Linux, OSX...
Cross Platform on all three, just be sure to download the correct files.
There are tons of tutorials about them all over the Web.

Check the Tutorial section here at the Trap17, in fact.
Go to the top of the page
 
+Quote Post
fffanatics
post Apr 21 2008, 01:29 AM
Post #3


Privileged Member
*********

Group: [HOSTED]
Posts: 937
Joined: 14-April 05
From: West Chester, PA
Member No.: 5,636



Yeah, XAMPP is a program that has taken care of all the setup and download of those products for you. I use it on all of my computers since it makes life very easy to have my own web server. If you need articles on how to utilize featuers like virtual hosts, etc use the trap17 search since many of us have witten tutorial on them here at Trap17. Good luck and this makes life very easy
Go to the top of the page
 
+Quote Post
truefusion
post Apr 21 2008, 04:48 AM
Post #4


Ephesians 6:10-17
Group Icon

Group: [MODERATOR]
Posts: 1,865
Joined: 22-June 05
From: The World of Gentoo
Member No.: 8,528
T17 GFX Crew



On my Linux system, i just do
CONSOLE
sudo apt-get install apache2 php5 php5-mysql mysql-server
and in a few minutes (depending on download speed) i have my local server up and running. Back when i was in Windows, the only thing that prevented my local server to work was the Windows built-in firewall. Compiling from source takes a while longer because of dependencies, but everything worked out fine.

On my website i have two tutorials on how to manually set WAMP or LAMP up.
Go to the top of the page
 
+Quote Post
roooss
post Apr 21 2008, 05:00 AM
Post #5


Newbie [Level 2]
**

Group: [HOSTED]
Posts: 25
Joined: 19-April 08
Member No.: 61,043



QUOTE(fffanatics @ Apr 21 2008, 02:29 AM) *
Yeah, XAMPP is a program that has taken care of all the setup and download of those products for you. I use it on all of my computers since it makes life very easy to have my own web server. If you need articles on how to utilize featuers like virtual hosts, etc use the trap17 search since many of us have witten tutorial on them here at Trap17. Good luck and this makes life very easy



QUOTE(truefusion @ Apr 21 2008, 05:48 AM) *
On my Linux system, i just do
CONSOLE
sudo apt-get install apache2 php5 php5-mysql mysql-server
and in a few minutes (depending on download speed) i have my local server up and running. Back when i was in Windows, the only thing that prevented my local server to work was the Windows built-in firewall. Compiling from source takes a while longer because of dependencies, but everything worked out fine.

On my website i have two tutorials on how to manually set WAMP or LAMP up.


haha yes just goes to show how simple setting things up on linux can be! especialy compared with windows, and yeah for a windows approach i'd recommend the xampp approach! its a great compilation and has worked out of the box everytime for my windows machines, its not that i cant or havent installed a server from scratch its just that its so much easier! and who isnt for an easier life eh?!?!
Go to the top of the page
 
+Quote Post
A200
post Apr 21 2008, 11:58 AM
Post #6


Premium Member
********

Group: [HOSTED]
Posts: 191
Joined: 24-May 07
From: Brisbane, Australia
Member No.: 43,581



I use WAMP and it works like a charm smile.gif installation was quick and easy.

I haven't used LAMP or XAMP, but installing all the different parts yourself must be tiring and complicated dry.gif
Go to the top of the page
 
+Quote Post
chappill
post Apr 21 2008, 06:24 PM
Post #7


Member [Level 2]
*****

Group: [HOSTED]
Posts: 88
Joined: 21-April 08
From: Errm...this maps dodgey...i think im in the desert...
Member No.: 61,127



Get a Linux distro that has Synaptic package manager, then all you have to do is load it up right click and select mark for installation, overall set-up took me about half an hour GO LINUX!
Go to the top of the page
 
+Quote Post
kudmus
post Apr 23 2008, 05:13 AM
Post #8


Member [Level 2]
*****

Group: [HOSTED]
Posts: 89
Joined: 22-April 08
From: Harare, Zimbabwe
Member No.: 61,160



I am a newbie who is yet to set up a site. I want to know if this will work with my trap17 site and if anyone can point me to idiot tutorials on getting started. Can anyone show me a Trap17 site that they created using these tools. Is it possible to intergrate an MDB database with such a site? I have a program that uses an mdb database but I want the info in the database to be available on my site when i set it up.
Go to the top of the page
 
+Quote Post
A200
post Apr 23 2008, 09:26 AM
Post #9


Premium Member
********

Group: [HOSTED]
Posts: 191
Joined: 24-May 07
From: Brisbane, Australia
Member No.: 43,581



I am making my site this way and uploading it to your webspace is pretty easy, just upload the pages and backup your databases then restore them in PHPMYADMIN biggrin.gif