這一期和上一期時隔了半個月了,事實上阿福可以再上一期就寫完的,不過可惜的是阿福還是懶的沒有寫完。當然今天阿福還是接著寫了這個系列,畢竟,一個人,一個系列,必須要寫完才算OK。今天也不寫什麼深的東西,就寫寫LNMP的初級使用吧,就是使用已經安裝好的lnmp環境來搭建第一個網站! 首先確保你是在root目錄下的 cd /root
然後開始我們的建站之路了使用如下命令 sh vhost.sh
來開始建站。輸入命令後會有如下提示,注意,不要打錯任何一個字,打錯了,那麼你只能ctrl+c取消,重新來過了。嗯,咱們下面開始的是綁定域名環節 [root@MyVPS ~]# sh vhost.sh
8 b7 P' A) R* ]: d0 @* [=========================================================================) m/ J# b, e4 j1 t7 k+ F
Add Virtual Host for LNMP V0.9 , Written by Licess6 t$ s- x9 c3 n/ w
=========================================================================
8 `& Q* q2 z* xLNMP is a tool to auto-compile & install Nginx+MySQL+PHP on Linux R0 {0 i, q: e- W
This script is a tool to add virtual host for nginx: e4 I) N) j' W- t9 \7 x- ?
For more information please visit http://www.lnmp.org/ =========================================================================+ z: t- X7 }1 }# Y1 m9 u
Please input domain:. T8 L) D" K3 ]# _7 }$ ^, ?
(Default domain: www.lnmp.org): www.rffan.info /*這裡輸入你的域名,前面有提示的*/ ===========================! p* ^( i4 _1 Y) s
domain=www.rffan.info5 Q* ?( l/ T$ |# K
===========================# v1 ]# b+ B3 r! S
Do you want to add more domain name? (y/n) /*這個是問你要不要再添加域名*/
% }/ Q% J" c! a6 ~( wy /*阿福選擇了Y,因為阿福還有個不帶www的要綁定*/0 M. X% ^ C8 P4 I5 C! U
Type domainname,example(bbs.vpser.net forums.vpser.net luntan.vpser.net):! V; [/ e/ t2 L
rffan.info /*在這裡輸入不帶www的域名了*/
' V; _ r) p- [; f7 G===========================5 D( `' L$ c+ z0 ^6 {3 u. z
domain list=rffan.info
; |' p7 R8 P9 x===========================. H, D' q T3 T0 D. t9 p6 M
Please input the directory for the domain:www.rffan.info : /*在這裡填寫你的程序文件的路徑,隨便你填*/( L0 Q3 K" l- Y+ L
(Default directory: /home/wwwroot/www.rffan.info):/home/www/rffan.info! k* f1 D2 ]& K. B, n x6 z# u& E7 \
===========================
$ u4 @# L( w c3 [# eVirtual Host Directory=/home/www/rffan.info
( o4 b! ]5 ]1 m; E# H | m7 Y===========================
' h" f% E& L2 L% n8 G8 g7 U===========================1 o% e& a8 C" e% h. f8 d
Allow Rewrite rule? (y/n) /*這裡問你要不要添加偽靜態,當然要了,選Y*/. \& F$ W+ d: Z* m& V$ I. A
===========================# w7 x% n! Q6 d' N, j4 V
y
# t" B% Y6 X v: I% i( xPlease input the rewrite of programme :2 q) `9 |7 g3 w7 D' U+ V$ k
wordpress,discuz,typecho,sablog,dabr rewrite was exist.
9 U9 l0 s% r5 p/ s(Default rewrite: other):wordpress /*這裡問你選什麼規則的偽靜態,好吧阿福用的是wordpress*/
( R3 P9 A( Z, D: j===========================
# h' ]3 s# j u; r1 \8 N: f- v" Q2 n9 kYou choose rewrite=wordpress+ g) w$ V1 p6 Z" D; Y
===========================2 ]/ ~; y) [4 `" G. b
===========================) } E6 e+ b, Y
Allow access_log? (y/n) /*日誌文件,SEO分析蜘蛛,還有被公雞的時候也有用,建議定期清理*/! y# K/ N* k$ r2 ^3 F4 _; G9 [
===========================
/ r* u4 M- ?$ X0 F' c! Vy
/ M! T5 f, D q) n2 \* n& e! dType access_log name(Default access log file:www.rffan.info.log): ===========================
! x% s* [* Y! ^9 w% ^- `You access log file=www.rffan.info.log' j" I H; f8 u2 x$ L
=========================== Press any key to start create virtul host… /*隨便按那個按鈕來開始吧*/4 T1 l5 z1 p# C* G# ?# j2 t5 F
Create Virtul Host directory……
" a# _- k2 r6 T! b2 h# m, cset permissions of Virtual Host directory……
x, I) D: U$ b) G) |You select the exist rewrite rule:/usr/local/nginx/conf/wordpress.conf4 |( W% m$ X7 U! Z6 |9 H! [; Y
Test Nginx configure file……
1 I) i0 M& b0 v: K5 Xnginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
; X# x5 O. [2 A. N' [4 rnginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful Restart Nginx……
: e3 |/ i1 q, O- D' N/ i=========================================================================
$ Z8 c1 J6 i7 `$ u+ p2 OAdd Virtual Host for LNMP V0.9 , Written by Licess
- i; R' [+ M% O& \( D: b=========================================================================2 \- d, X; m- {
For more information please visit http://www.lnmp.org/ Your domain:www.rffan.info
" d) \1 G% E `7 w8 f: V# B hDirectory of www.rffan.info:/home/www/rffan.info =========================================================================
好了,按照上面的操作之後,域名就綁定完成了。下面讓我們來上傳文件和創建數據庫吧。 上傳文件的話,如果網絡上有現成的文檔,那麼直接wget就OK了,命令如下 wget -c http://cn.wordpress.org/wordpress-3.5.1-zh_CN.tar.gz /*這個網址就是wordpress最新中文版的地址*/ tar zxvf wordpress-3.5.1-zh_CN.tar.gz cp -a wordpress/* /home/www/rffan.info /*這裡的home/www/rffan.info可以替換成你的網址*/
OK醬紫就OK了,不過如果你不想用命令,那麼你可以回過頭看看winscp的使用(走進VPS,第四期——認識VPS的管理工具(2) WinSCP)相信WINSCP更符合第一次玩linuxvps的孩紙的口味。 下面就讓我們來創建數據庫吧 在瀏覽器裡面輸入: http://IP/phpmyadmin/
當然你可以在登陸頁面上面選擇語言,如果你的英語不錯的話,那麼- -還是繼續用英語吧,阿福不介意~ 然後輸入用戶名 :root 密碼:ffan123456 (暫且用第五篇講的Mysql密碼吧) 醬紫就進入了phpmyadmin了,點擊上面的數據庫, 然後再中間輸入要創建的數據中的名字就OK了。 至此,所有創建網站所需要的準備都OK了。 那麼在瀏覽器裡面輸入你的網址(前提是你已經在DNS那邊解析了你的域名到你的VPS上)然後按照提示安裝即可~祝你好運~ 下一期: 上一期:走進VPS,第五期——最簡單的環境LNMP的搭建
6 U$ n% M/ x. R! a7 G' m |