Getting Started with PHP Hosting on a Linux Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pntkiran
    New Member
    • Jun 2007
    • 16

    Getting Started with PHP Hosting on a Linux Server

    i have on project in php. i want to run that project on linux machine.

    so to execute that project which steps required.

    is there any need to configure httpd.conf file if then tell me all step required to run project with example.


    thanks in advance.
  • epots9
    Recognized Expert Top Contributor
    • May 2007
    • 1352

    #2
    try this
    This domain is for sale! Fast and easy shopping. Trusted and secure since 2005.

    Comment

    • fieldyweb
      New Member
      • Jun 2007
      • 1

      #3
      Some good Linux LAMP Guides

      I would put yourself to http://www.apachefriends.org/en/xampp.html and download this, works on Linux, takes about 1 minute to setup a full Apache, Php, MySQL system, which is a bugger in Linux if you have not done it before, otherwise, you don't say what distro you are using, but http://www.howtoforge.com there are good "Prefect Setups" for Debian, Fedore and Ubuntu on there, which will get you up and running with a rather powerful Linux Webserver setup.
      Last edited by fieldyweb; Jun 4 '07, 01:59 PM. Reason: add links

      Comment

      • Motoma
        Recognized Expert Specialist
        • Jan 2007
        • 3236

        #4
        Originally posted by pntkiran
        i have on project in php. i want to run that project on linux machine.

        so to execute that project which steps required.

        is there any need to configure httpd.conf file if then tell me all step required to run project with example.


        thanks in advance.
        Most flavors of linux come with their own package management systems. These include deb, apt-get, emerge, yum, and rpm. I would suggest figuring out which system your Linux uses, and try installing with that first.

        Using these package managers is usually quite easy, on Fedora installing PHP, MySQL and Apache should be as easy as:

        yum install php apache2 mysql

        Comment

        • pbmods
          Recognized Expert Expert
          • Apr 2007
          • 5821

          #5
          Changed thread title to better match contents.

          Comment

          Working...