今天是初一 闲来无聊
对系统软件库进行更新:使用命令 sudo apt-get update
安装ssh服务器。使用命令 :sudo apt-get install ssh
安装 apache2 服务器 。使用命令: sudo apt-get install apache2
安装PHP5 。 使用命令 : sudo apt-get install php5
使用命令 : vim /var/www/html/info.php 建立文件并输入如下内容测试php是否安装成功
按ESC按:wq按回车保存
在浏览器中输入http://pi的IP/info.php(如:
http://192.168.12.1/info.php),若能看到PHP信息则PHP服务安装成功。、、
修改apache2的配置文件,使用命令:vim /ect/apache2/site-enabled/000-default 编辑
在配置文件最后,在</VirtualHost>之前添加如下字段,保存退出。
<IFModule dir_module>
DirectoryIndex index.php index.html
</IFModule>
使用命令:sudo service apache2 reload 重启apache2 服务
使用命令: sudo apt-get install curl 安装curl工具
使用命令 : curl -s
https://pagekite.net/pk/ | sudo bash 安装pagekite内网穿透工具。
系统会自动安装pigekite.py 和pagekite-gtk.py文件。
使用命令 :pagekite.py 80 yourname.pagekite.me ,启动pagekite服务,其中yourname是你希望使用的名字,可自由设定。
pagekite 自动创建youname.pagekite.me 的域名,并提示输入邮箱进行注册。
完成注册激活前有1天的试用,邮件几分钟会到邮箱,如果没到请到垃圾箱内寻找。
试着访问
http://youname.pagekite.me 看看 可以发现你建立的服务器已经可以从外网访问了,pagekite使用时间为三十天,流量大约2G,之后你可以换邮箱注册或付费试用。
这样你的树莓派网络服务器就做完了,你可以用它做微信服务开发,或云上的一些开发
。
此内容由EEWORLD论坛网友二白啊啊原创,如需转载或用于商业用途需征得作者同意并注明出处
本文来自论坛,点击查看完整帖子内容。