98-建站

  • 源码网站:http://chinaz.com
  • 使用套件lmnp(linux, mysql, nginx, php)

1. 搭建php站点

  • 以模块的方式构建到系统里,以后缀匹配到php解析引擎。脚本语言都有解析引擎。eg:js
  • php开源应用一堆,不用重复造轮子
  • OneInStackopen in new window
image-20220713183459428

1. OneInStack

  • 下载压缩包,解压,运行脚本
image-20220713183506616
image-20220713183534848
  • 清空系统,nginx之前装了。就不会再装了,不会帮我们改nginx的配置文件。最好删除了,让其自动装
image-20220713183546155
image-20220713183600810
image-20220713183607354
image-20240824092034907
image-20240824092130449
image-20240824092157898
image-20240824092236140
image-20220713183622174
image-20220713183646272

2. 搭建bbs

  • 网络论坛(Bulltetin Board System)指的是一个和网络技术有关的网上交流场所
  • dismallopen in new window
  • Discuz被腾讯收购了
image-20220713183723263
image-20220713183734592
image-20220713183743938
image-20220713183749396
image-20220713183755159
image-20220713183801290
image-20220713183806533

3. 搭建博客

  • https://wordpress.org
  • https://wordpress.com
  • https://cn.wordpress.org
image-20220713183813218
image-20240824094319840
image-20220713183820170

4. 搭建cms站点

mv uploads/ /data/wwwroot/default/

mv uploads/ cms

chmod -R 777 cms
image-20220713183835582

5. 搭建lua站点