字體:小 中 大 | |
|
||||||||||||||||||||||||
2016/03/11 16:12:07瀏覽773|回應0|推薦3 | ||||||||||||||||||||||||
[夏肇毅知識運算網 Mark Hsia's Knowledge Computing Web]在樹莓派Raspberry Pi 上安裝 WordPress 與 LAMP 網站伺服器Raspberry Pi 是目前非常受創客maker歡迎的ARM 主機板. 雖然它的性能不像pc那麼強大,但還是可以執行網站伺服器功能的,只是有點慢. 在Raspberry Pi 的網站上有一篇教學文章如下:
我的重點彙整: Install Apachesudo apt-get install apache2 -y
Changing the default web pagecd /var/www/html ls -al sudo chown pi: index.html
Install PHPsudo apt-get install php5 libapache2-mod-php5 -y
Install MySQLsudo apt-get install mysql-server php5-mysql -y
Download and Extract WordPresscd /var/www/html/ sudo chown pi: . sudo rm * wget http://wordpress.org/latest.tar.gz
Set up your WordPress Database
WordPress ConfigurationFind out your Pi's IP address Setup a WordPress LAMP Web Server on your Raspberry Pi |
||||||||||||||||||||||||
( 知識學習|隨堂筆記 ) |