杜郎俊赏 - dujun.io

开源实例之Spirit

spirit-example封面
前言 Spirit is a modern Python based forum built on top of Django framework 实例地址 http://spirit.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Python 3.9 数据库 SQLite 服务器 Gunicorn + Nginx 程序 Spirit 0.12.3 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 WEB 服务器 安装程序 仓库地址:https://github.com/nitely/Spirit 文档地址:https://spirit.readthedocs.io #安装 Spirit pip install django-spirit #创建项目 spirit startproject mysite #设置数据库 cd mysite py...

2023-03-28

开源实例之esoTalk

esotalk-example封面
前言 esoTalk is a free, open-source forum software package built with PHP and MySQL. It is designed to be: • Fast. esoTalk's code was architectured to have little overhead and to be as efficient as possible. • Simple. All of esoTalk's interfaces are designed around simplicity, ease-of-use, and speed. • Powerful. Despite its simplicity, a large array of plugins and skins are available to extend the f...

2023-03-27

开源实例之Gunicorn

前言 本篇介绍《开源实例之FlaskBB》中提到的 Gunicorn。 Gunicorn介绍 Gunicorn is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy. Gunicorn(Green Unicorn)是一个 Python WSGI(Web Server Gateway Interface)HTTP 服务器。因为 Nginx 不能直接支持 WSGI 协议,所以...

2023-03-27

开源实例之FlaskBB

flaskbb-example封面
前言 FlaskBB is a classic forum software in a modern and fresh look. It is written in Python using the web framework Flask. FlaskBB is being distributed under the BSD 3-Clause License. 实例地址 http://flaskbb.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Python 3.9 数据库 SQLite 服务器 Gunicorn + Nginx 程序 FlaskBB 2.1.0 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 WEB 服务器 安装程序 官网地址:https://flaskbb.org 仓库地址:https://github.com/fla...

2023-03-27

开源实例之MBBS

mbbs-example封面
前言 轻量级全功能论坛、移动/PC双端适配、无依赖一键启动、技术栈 express + sqlite + react(MBBS论坛托管服务开源版) 实例地址 http://mbbs.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 SQLite 程序 MBBS 1.1.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 安装程序 官网地址:http://mbbs.cc 仓库地址:https://github.com/linfaxin/MBBS MBBS 支持一键安装。 #全局安装 mbbs npm i -g mbbs #启动 mbbs serve 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-03-25

开源实例之NodeBB

nodebb-example封面
前言 NodeBB is next-generation forum software – powerful, mobile-ready and easy to use. NodeBB Forum Software is powered by Node.js and supports either Redis, MongoDB, or a PostgreSQL database. It utilizes web sockets for instant interactions and real-time notifications. NodeBB takes the best of the modern web: real-time streaming discussions, mobile responsiveness, and rich RESTful read/write APIs...

2023-03-24

开源实例之梓论坛

zibbs-example封面
前言 梓论坛是由原“了了社区”升级而来,是一款基于Bootstrap的轻论坛系统,自适应于PC、平板以及手机设备。 实例地址 http://zibbs.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 5.6 数据库 MariaDB 10.5 服务器 Nginx 程序 梓论坛(zibbs) 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装数据库,如 MySQL 已安装 Nginx 域名解析 以 Nginx 为例,配置 url 重写: if (!-e $request_filename) { rewrite ^/(.*) /index.php/$1 last; } 建数据库 创建一个供程序使用的数据库,可以命名为 zibbs。 安装程序 官网地址:http://www.youyax.com/zibbs 仓库地址:https://github...

2023-03-22

开源实例之HadSky

hadsky-example封面
前言 HadSky轻论坛系统是一款原创的开源php轻论坛系统,可快速搭建个人或企业网站,全自动安装可视化操作,自适应各种设备,拥有小程序、H5、APP。HadSky基于puyuetianPHP和puyuetianUI开发。 实例地址 http://hadsky.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 HadSky 7.11.8 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装数据库,如 MySQL 已安装 Nginx 域名解析 以 Nginx 为例,配置 url 重写: if (!-e $request_filename) { rewrite ^/(.*) /index.php/$1 last; } 建数据库 创建一个供程序使用的数据库,可以命名为 hadsky...

2023-03-22

开源实例之Carbon Forum

carbon-forum-example封面
前言 A high performance open-source forum software written in PHP. Discussions Tags based with Quora/StackOverflow style. Carbon Forum 是一个高性能的、高安全性的、基于话题的 PHP 轻论坛。 实例地址 http://carbonforum.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 5.6 数据库 MariaDB 10.5 服务器 Nginx 程序 Carbon Forum 5.9.0 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装数据库,如 MySQL 已安装 Nginx 域名解析 以 Nginx 为例,配置 url 重写: if (!-e $request_filename) { rewrite ^...

2023-03-22

开源实例之XenForo

xenforo-example封面
前言 The primary application of XenForo is the forum system, allowing your visitors to create and reply to threads of discussion. XenForo forums support structured question and answer threads, suggestion threads and forums, and a rich article authoring and display system. 实例地址 http://xenforo.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 XenForo 2.2.12 实例部署 权限要求 具有系统读写权限...

2023-03-22

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183