Skip to content

fendoudebb/z-blog-openresty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

z-blog-openresty

依赖

  • OpenResty:基于Nginx的高性能Web服务器
  • lua-resty-template:适用NginxOpenRestyHTML模板渲染引擎
  • pgmoonPostgreSQLLua驱动
  • lua-resty-woothee:基于WootheeUser-Agent解析器
  • lua-resty-httpOpenRestyngx_lua中的HTTP客户端
  • lua-resty-auto-ssl:自动注册和更新Let's Encrypthttps证书(需编写Lua代码)
  • certbot:自动注册和更新Let's Encrypthttps证书(安装成Linux服务后自动更新证书,无需编写代码)

安装依赖

luarocks install lua-resty-template 2.0-1
luarocks install pgmoon 1.12.0-1
luarocks install lua-resty-woothee 1.12.0-1
luarocks install lua-resty-http 0.15-0
luarocks install lua-resty-auto-ssl 0.13.1-1

LuaRocks安装可参考

初始化数据库

initdb
psql -d postgres -f pg_schema.sql

Releases

No releases published

Packages

No packages published