Ubuntu - 安裝lamp And on Azure & 安裝 git

摘要:Ubuntu - 安裝lamp

sudo apt-get install lamp-server^

 

其它參考連結

http://programmer.shinchi.tw/2013/05/09/%E5%9C%A8ubuntu12-0lts%E4%B8%8A%E5%AE%89%E8%A3%9Dapachephpmysqlphpmyadmin/

國外參考連結

https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu

 

查詢自己的apache是否有啟用

wget 127.0.0.1

 

因為我是在Azure上裝Lamp,但裝完後,一樣不能連網,無法連線到網站上(80 port)

出現

 Could not reliably determine the server's fully qualified domain name, using  xxx.xxx.xxx.xxx for ServerName

 

找網路上,各種有可能的安裝方法,找到了以下這個

http://www.fabiangwilliams.com/2013/05/26/windows-azure-hosting-linux-ubuntu-server-with-lamp/

 

安裝git 參考連結

sudo apt-get install git-core

https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-12-04