12
F16, how to get it ready to write and test your PHP web apps Uditha Bandara [email protected] Fedora Ambassador Fedora Infrastructure Team Member

F16, how to get it ready to write and test your PHP web apps

Embed Size (px)

Citation preview

F16, how to get it ready to write and test your PHP web apps

Uditha Bandara [email protected] Fedora Ambassador Fedora Infrastructure Team Member

Installing and configuring LAMP (Linux ,Apache, MySQL, PHP) correctly under Fedora Linux Environment

My Objective

lk.fedoracommunity.org

LAMP?

One of the famous web development tool combination. Let’s use F16 as our Linux Distribution

lk.fedoracommunity.org

What you should know?

lk.fedoracommunity.org

•Linux(Unix) Directory Structure •Bit about Linux system mechanism •Bash Shell

lk.fedoracommunity.org

Bash Shell •Best way to talk to the System •Not colorful images •No fancy GUI s •Strict commands

Behind the Scene

We’ll not discuss today

WebServer manages the requests PHP interpreter is working under the WebServer We use Apache 2.2-HTTP as our web server

System Prerequisites / Dependencies Things you need to install before you start this job # yum update # yum install gcc gcc-c++ libxml2-devel ncurses-devel

lk.fedoracommunity.org

lk.fedoracommunity.org

Ok Let’s Start!

lk.fedoracommunity.org

What I’ve already done

•Compiled & Installed MySQL •Compiled & Installed Apache •Compiled & Installed PHP But non of these are configured…

lk.fedoracommunity.org

Did you got it?

Time for your Questions

lk.fedoracommunity.org

Thank you! lk.fedoracommunity.org