国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專(zhuān)欄INFORMATION COLUMN

在ubuntu14.04上安裝lamp環(huán)境

王晗 / 2978人閱讀

摘要:如果此步跳過(guò),以后想重新配置在目錄,所以就用命令建立軟連接。地址感謝您的耐心閱讀,如果您發(fā)現(xiàn)文章中有一些沒(méi)表述清楚的,或者是不對(duì)的地方,請(qǐng)給我留言,你的鼓勵(lì)是作者寫(xiě)作最大的動(dòng)力,作者原文出處創(chuàng)作時(shí)間

配置安裝源

編輯sources.list文件,替換一下更新源,這里用阿里云的更新源
vim /etc/apt/sources.list

阿里云更新源

deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://mirrors.aliyuncs.com/ubuntu/ trusty main restricted universe multiverse
deb http://mirrors.aliyuncs.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirrors.aliyuncs.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirrors.aliyuncs.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://mirrors.aliyuncs.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.aliyuncs.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirrors.aliyuncs.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirrors.aliyuncs.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirrors.aliyuncs.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirrors.aliyuncs.com/ubuntu/ trusty-backports main restricted universe multiverse

中科大更新源

deb http://debian.ustc.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse

更新

apt-get update

安裝Mysql

apt-get install mysql-server mysql-client

查看Myql默認(rèn)密碼

vim /etc/mysql/debian.cnf

用默認(rèn)密碼進(jìn)入mysql,修改Mysql默認(rèn)密碼

set password for "root"@"localhost" = password("yourpass")

允許myysql外部鏈接

修改 /etc/mysql/my.cnf,注釋掉bind-address = 127.0.0.0

安裝Apache

apt-get install apache2

默認(rèn)網(wǎng)站目錄 /var/www/html

修改默認(rèn)網(wǎng)站目錄

/etc/apache2/sites-available/000-default.conf 把DocumentRoot換成自己想指定的目錄

其中如果要綁定域名的話(huà) 修改ServerName XX.COM

安裝PHP

-get install php5 libapache2-mod-php5

重啟apache2

service apache2 restart

測(cè)試 PHP,建立一個(gè)探針文件

vi /var/www/html/info.php

內(nèi)容

打開(kāi) localhost/info.php 可以看到

讓PHP5支持MySql

`apt-cache search php5
apt-get install php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl`

重啟apache2

service apache2 restart

安裝 XCache 優(yōu)化緩存

apt-get install php5-xcache

重啟apache2

service apache2 restart

安裝phpmyadmin管理Mysql

apt-get install phpmyadmin


要求輸入Myql的用戶(hù)名和密碼。

如果此步跳過(guò),以后想重新配置

dpkg-reconfigure phpmyadmin

phpmyadmin在/usr/share/phpmyadmin目錄,所以就用命令:ln -s /usr/share/phpmyadmin /var/www 建立軟連接。

phpadmin地址:localhost/phpmyyyadmin/index.php


感謝您的耐心閱讀,如果您發(fā)現(xiàn)文章中有一些沒(méi)表述清楚的,或者是不對(duì)的地方,請(qǐng)給我留言,你的鼓勵(lì)是作者寫(xiě)作最大的動(dòng)力,

作 者 : @mousycoder

原文出處 : http://mousycoder.com/2015/11/25/install-lamp-environment-on-ubuntu14-04/

創(chuàng)作時(shí)間:2015-11-25

文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請(qǐng)注明本文地址:http://specialneedsforspecialkids.com/yun/21239.html

相關(guān)文章

  • Ubuntu14.04安裝LAMP環(huán)境,以及源碼安裝PHP5.6和Apache2.4

    摘要:安裝在下很多功能都在這個(gè)軟件包中了,不在區(qū)分等軟件包了,因此我們可以直接安裝注意這邊的是為了方便安裝,加上它就不需要在進(jìn)行安裝確認(rèn),簡(jiǎn)單粗暴一鍵完成安裝的模塊在中的模塊有兩個(gè)軟件包,分別是和大多數(shù)情況下應(yīng)該使用第一個(gè)。 安裝Apache 在Ubunt14.04下很多功能都在apache2這個(gè)軟件包中了,不在區(qū)分mpm-work,mpm-prefork,mpm-event等軟件包了,因...

    silvertheo 評(píng)論0 收藏0
  • Ubuntu14.04安裝LAMP環(huán)境,以及源碼安裝PHP5.6和Apache2.4

    摘要:安裝在下很多功能都在這個(gè)軟件包中了,不在區(qū)分等軟件包了,因此我們可以直接安裝注意這邊的是為了方便安裝,加上它就不需要在進(jìn)行安裝確認(rèn),簡(jiǎn)單粗暴一鍵完成安裝的模塊在中的模塊有兩個(gè)軟件包,分別是和大多數(shù)情況下應(yīng)該使用第一個(gè)。 安裝Apache 在Ubunt14.04下很多功能都在apache2這個(gè)軟件包中了,不在區(qū)分mpm-work,mpm-prefork,mpm-event等軟件包了,因...

    myshell 評(píng)論0 收藏0
  • php7 + mysql5.7 +apache2.4 on Ubuntu 14.04

    摘要:如果想通過(guò)來(lái)安裝,則需要添加源。目前網(wǎng)上給出的大部分答案是這樣的這樣是找不到版本的。通過(guò),找到了正確的安裝步驟這樣才能通過(guò)來(lái)安裝在安裝過(guò)程中,會(huì)要求輸入的密碼。排錯(cuò)如果頁(yè)面空白,請(qǐng)嘗試強(qiáng)制刷新頁(yè)面。此時(shí)應(yīng)該可以看見(jiàn)中的內(nèi)容了。 Ubuntu 14.04 安裝并配置LAMP 標(biāo)簽:Ubuntu Linux Apache2.4 Mysql5.7 php7.0 開(kāi)始之前 系統(tǒng)版本 Ubu...

    gougoujiang 評(píng)論0 收藏0

發(fā)表評(píng)論

0條評(píng)論

最新活動(dòng)
閱讀需要支付1元查看
<