Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

linux distro for local testing

Options
  • 17-01-2007 2:58pm
    #1
    Closed Accounts Posts: 975 ✭✭✭


    I host sites excusively on linux servers now, and I am finding too many issues testing locally on a PC, mainly due to the differences in the php implementations.

    I want to use an aging PC as a testbed for web development. I believe red hat fedora is the usual choice.

    Is there a special distro for web hosting that includes apache, php, mysql, and CPanel (or something similar)? or do I need to install the vanilla fedora and bolt on something like XAMPP (which I have used on the PC)?

    Basically I want somehing that will let me configure the whole kit and kaboodle without trawling through ini files if at all possible. PHP and mysql setup, mail setup, etc.


Comments

  • Registered Users Posts: 6,511 ✭✭✭daymobrew


    IIRC Red Hat (or SuSE) allow you to choose a 'server' install type. This will probably install Apache, PHP and MySQL, but these can be added via a few clicks in a 'Custom Install' dialog.
    The rpms usually have post-install scripts to do most of the configuration for you. With Apache2 the conf files are in a separate dir so that the base httpd.conf doesn't have to be edited by each add-on.


  • Closed Accounts Posts: 975 ✭✭✭squibs


    Thanks - I really don't know my way around linux too well at all.


  • Registered Users Posts: 3,514 ✭✭✭Rollo Tamasi


    why don't you install whatever your host is using as its platform?
    Ubuntu is the most popular choice for newbies. It can handle everything you require.


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Unless you have a dedicated server emulating your production environment locally will be hard to achieve

    Fedora is used by some hosting companies, but a lot of us use Centos or RHE.

    Ubuntu is easy to install etc., but you won't find many hosting companies offering shared hosting on it.


  • Closed Accounts Posts: 975 ✭✭✭squibs


    Cheers lads - I'll have a cut off of the Fedora install and see what happens.


  • Advertisement
Advertisement