杜郎俊赏 - dujun.io

开源实例之ThinkAdmin

thinkadmin-example封面
前言 ThinkAdmin 是基于 ThinkPHP6 极简后台管理系统,内置注解权限管理、异步多任务处理、多应用插件机制等实用功能。 使用 ThinkAdmin 需要掌握 ThinkPHP、jQuery、LayUI、RequireJs 等开发技能,后台 UI 界面基于最新版本的 LayUI 前端框架以及 RequireJs 组件加载方式,默认加载了所有 LayUI 的组件,框架中可以直接使用组件。 实例地址 https://thinkadmin.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 8.1 数据库 MariaDB 10.5 服务器 Nginx 程序 ThinkAdmin 6.1.30 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 建数据库 创建一个供程序使用的数据库,可以命名为 thinkadm...

2023-03-30

开源实例之SwiftAdmin

swiftadmin-example封面
前言 SwiftAdmin 极速开发框架,是基于 webman + Layui 的高性能框架,性能提升10倍,在开发上采用最精简最高效的做法去完成业务系统的需求,是一款优秀的中后台极速开发解决方案。 实例地址 https://swiftadmin.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 8.0 数据库 MariaDB 10.5 缓存 Redis 服务器 Nginx 程序 SwiftAdmin 1.1.5 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Redis 已安装 Nginx 安装程序 官网地址:https://www.swiftadmin.net 仓库地址:https://gitee.com/meystack/swiftadmin git clone https://gitee.com/meystack/...

2023-03-30

开源实例之Ant Design Pro

ant-design-pro-example封面
前言 Ant Design Pro 是基于 Ant Design 和 umi 的封装的一整套企业级中后台前端/设计解决方案,致力于在设计规范和基础组件的基础上,继续向上构建,提炼出典型模板/业务组件/配套设计资源,进一步提升企业级中后台产品设计研发过程中的『用户』和『设计者』的体验。 实例地址 https://ant-design-pro.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 18 服务器 Nginx 程序 Ant Design Pro 6.0.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://pro.ant.design 仓库地址:https://github.com/ant-design/ant-design-pro npm i @ant-design/pro-...

2023-03-30

开源实例之FastAdmin

fastadmin-example封面
前言 FastAdmin是一款基于ThinkPHP和Bootstrap的快速后台开发框架,支持一键生成 CRUD,可根据数据表,一键自动生成控制器、模型、视图、JS、语言包、菜单、回收站等。 实例地址 https://fastadmin.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 FastAdmin 1.3.5 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装数据库,如 MySQL 已安装 Nginx 安装程序 官网地址:https://www.fastadmin.net 下载压缩包解压到服务器域名解析的目录,访问网站并根据安装程序引导填写即可。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-03-29

开源实例之XMB

xmb-example封面
前言 XMB forum software is open source and runs PHP scripts with a MySQL database backend. Easy to set up, easy to use. Powerful and highly customisable. XMB = eXtreme Message Board 实例地址 https://xmb.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 XMB 1.9.12.03 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装数据库,如 MySQL 已安装 Nginx 建数据库 创建一个供程序使用的数据库,可以命名为 xmb。 安装程序 官网地址:https://www.xmbforum2...

2023-03-28

开源实例之Spirit

spirit-example封面
前言 Spirit is a modern Python based forum built on top of Django framework 实例地址 https://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 p...

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. 实例地址 https://flaskbb.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Python 3.9 数据库 SQLite 服务器 Gunicorn + Nginx 程序 FlaskBB 2.1.0 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 WEB 服务器 安装程序 官网地址:https://flaskbb.org 仓库地址:https://github.com/fl...

2023-03-27

开源实例之MBBS

mbbs-example封面
前言 轻量级全功能论坛、移动/PC双端适配、无依赖一键启动、技术栈 express + sqlite + react(MBBS论坛托管服务开源版) 实例地址 https://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

分页: 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