开源实例之Essay 前言 Essay - 个性化博客系统 实例地址 https://essay.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 SQLite 3 程序 Essay 4.0.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 SQLite 安装程序 仓库地址:https://github.com/essay-org/essay #克隆代码 git clone https://github.com/essay-org/essay.git #安装依赖 npm i #启动 npm run start 启动后访问 /install 完成安装。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例 2023-09-17
开源实例之nodejs_blog 前言 本实例是 Node.js 开发的简单个人博客。 实例地址 https://nodejs-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 MariaDB 10.5 程序 nodejs_blog 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 MySQL 安装程序 仓库地址:https://gitee.com/xuxu.gao/nodejs_blog #克隆代码 git clone https://gitee.com/xuxu.gao/nodejs_blog.git cd nodejs_blog #将 blog.sql 导入数据库 #修改 config/db.js 数据库配置 #启动 node ./bin/www 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例 2023-09-07
开源实例之PJ Blog 前言 PJ Blog 是一个开源的博客系统,结合了 Laravel 5.3 和 Vue 2.1 组件化开发。后台 SPA 带来更好的操作体验。 实例地址 https://pj-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 开发环境服务端 Node.js 16 数据库 MariaDB 10.5 服务器 Nginx 程序 PJ Blog 1.5.3 实例部署 权限要求 具有系统读写权限 已安装 PHP、Node.js 已安装 MySQL 已安装 Nginx 安装程序 仓库地址:https://github.com/jcc/blog #composer 安装项目 composer create-project jcc/blog #修改 .env 相关配置 cp .env.example .env #生成前端文件 npm install np... 2023-09-04
开源实例之Firekylin 前言 Firekylin 是一个高效简洁的动态博客系统,整体基于 ThinkJS 框架,后台采用了 React 技术栈。 实例地址 https://firekylin.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 MariaDB 10.5 程序 Firekylin 1.5.1 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 MySQL 安装程序 官网地址:https://firekylin.lithub.cc 仓库地址:https://github.com/firekylin/firekylin #克隆代码 git clone https://github.com/firekylin/firekylin.git cd firekylin #安装依赖 npm i npm -g i pm2 #修改 pm2.jso... 2023-08-07
开源实例之NiceFish 前言 NiceFish(美人鱼) 是一个系列项目,目标是示范前后端分离的开发+部署模式。前端有3个版本:浏览器环境、移动端环境、Electron 环境;后端有2个版本:SpringBoot 版本和 SpringCloud 版本。 本实例是 NiceFish 搭建的博客,前端使用 Angular 版,后端使用 SpringCloud 版。 实例地址 https://nicefish.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Java 20 开发环境服务端 Node.js 16 数据库 MariaDB 10.5 服务器 Nginx 程序 NiceFish 15.2.4 实例部署 权限要求 具有系统读写权限 已安装 Java、Node.js 已安装 MySQL 已安装 Nginx 安装程序 前端仓库:https://gitee.com/mumu-osc/Nice... 2023-08-02
开源实例之Ghost 前言 Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members. Ghost 是一个开源的博客平台, 可以把他看作 WordPress 的一个挑战者。 实例地址 https://ghost.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 数据库 SQLite 3 程序 Ghost 5.55.2 实例部署 权限要求 具有系统读写权限 已安装 Node.j... 2023-07-31
开源实例之Ulka 前言 A fast, pluggable and lightweight static site generator written in javascript. 实例地址 https://ulka.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Ulka 1.0.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://ulka.js.org 仓库地址:https://github.com/ulkajs/ulka yarn create ulka my-blog --template default-blog cd my-blog yarn yarn build 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源... 2023-07-19
开源实例之Blogo 前言 Blogo is a blog generator based on JS and Jade. Blogo是一款轻量级博客生成工具。 实例地址 https://blogo.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Blogo 0.1.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/kevin14/blogo npm -g i blogo blogo init blog blogo new title blogo generate 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例 2023-07-19
开源实例之Stasis 前言 Stasis is a simple and easy to use static site generator. It aims to provide production ready tools to create static website projects. Stasis uses Handlebars templates to compile your Markdown source files into static HTML web pages. Scripts and styles are compiled using the powerful Parcel Bundler. It can handle sass, scss, ts and many more asset types and compiles them into pure javascript an... 2023-07-19
开源实例之Staart Site 前言 Staart Site is a static site generator for helpdesk or documentation websites written in TypeScript. It creates beautiful, accessible, and ultra-lightweight websites that score 100/100 on Lightbox. 实例地址 https://staart-site.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Staart Site 2.4.0 数据 O15Y.com 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://staart.js.org/site... 2023-07-18