How to run PHP on Ubuntu

2010年9月30日 星期四

Today if we want to run PHP ,we must install some services.

 

First:Apache 

$ sudo apt-get install apache2

Second:MySQL(often uses with PHP,so we install it ,too)

$ sudo apt-get install mysql-server

Third:install PHP for Apache HTTP Server
$ sudo apt-get install php5

Fourth:install MySQL for Apache HTTP Server
$ sudo apt-get install libapache2-mod-auth-mysql

$ sudo apt-get install php5-mysql

 

Now you can test it 

Open your browser and type 127.0.0.1 in your address bar

if you were success,you will see "It works!!"

 

Change Language

如果你不習慣英文介面的Ubuntu
將他改成自己習慣的中文吧!
 

Step1:system -- Administration---Lagnuage Support

 Step2:Click Install/Remove Languages
Step3:choose what languages you want

Step4:drop your languages to the top and restart




Step5:Finish!

Install Ubuntu on VMware

想要練習一下Linux,於是想要來試試看Ubuntu 10.04
以往都是直接安裝在另一個硬碟,然後安裝成雙系統(dual system)
這次想要利用VMware Workstation來實作之

Step1:環境設定,安裝VMware Workstation

下載網址:http://downloads.vmware.com/d/info/desktop_downloads/vmware_workstation/7_0
選擇適合你的作業系統(應該都是選擇windows)
註冊一下就可以順利下載了!
(Note:這是要付費的軟體,不過可以註冊試用版30天)
接下來來想辦法弄個試用序號
取得序號網址:https://www.vmware.com/tryvmware/?p=vmware-workstation&lp=default
登入剛才申請的帳號密碼就可以囉~

Step2:取得最新版的Ubuntu 10.04

下載網址:http://www.ubuntu.com/desktop/get-ubuntu/download
檔案大小約六百MB,下載之後是光碟映像檔

Step3: 在VMware Workstation中安裝Ubuntu

a.點選New Virtual Machine

b.點選Typical(recommended)

c.點選Install disc image file(iso),選擇剛才下載好的映像檔,接下來next

d.設定個人化,這裡的帳號密碼就是你之後Ubuntu的帳號密碼

e.接下來就一直按next,可以視個人情況來作調整,按完finish之後就會開始安裝

接下來就要等待就好~不過安裝後還是英文版的
之後教大家如何設定中文版~
先去吃個午餐….

Hello~this is my tech lab blog

Welcome~
分享使用電腦的一些心得的紀錄站