NoteOnMe博客平台搭建
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
王子玥 f47f616dd4 更新 'readme.md' пре 3 година
.vscode first 删除 пре 3 година
bootstrap-4.3.1-dist first 删除 пре 3 година
css first 删除 пре 3 година
highlight first 删除 пре 3 година
im2latex_master 更新 'im2latex_master/README.md' 删除 пре 3 година
image first 删除 пре 3 година
images first 删除 пре 3 година
js first 删除 пре 3 година
saas first 删除 пре 3 година
.DS_Store first пре 3 година
.Rhistory first пре 3 година
Dockerfile.txt first пре 3 година
callback.php first пре 3 година
comment.php first пре 3 година
edit_article.php first пре 3 година
extra.js first пре 3 година
feedback.php first пре 3 година
index.php first пре 3 година
init.sql 更新 'init.sql' пре 3 година
jquery.markdown.js first пре 3 година
jquery.min.js first пре 3 година
login.php first пре 3 година
logout.php first пре 3 година
markdown.css first пре 3 година
markdown.php first пре 3 година
pdo.php first пре 3 година
personal_page.php first пре 3 година
personal_page2.php first пре 3 година
php.ini first пре 3 година
readme.md 更新 'readme.md' пре 3 година
require.js first пре 3 година
save_article.php first пре 3 година
search.php first пре 3 година
search_help.php first пре 3 година
signup.php first пре 3 година
test1.php first пре 3 година
test2.php first пре 3 година
test8.js first пре 3 година
test9.php first пре 3 година
test10.php first пре 3 година
try.php first пре 3 година
upload_action.php first пре 3 година
view.php first пре 3 година
view2.php first пре 3 година
view3.php first пре 3 година
workspace.code-workspace first пре 3 година

readme.md

项目简介-博客平台搭建

搭建博客平台,可供用户进行博文发表,支持markdown语法,代码高亮显示,英文OCR,博文撰写同时的动态预览等功能。运用云数据库提高服务的可扩展性,运用负载均衡器减轻单点服务器的压力。

代码结构

app2

-- im2latex_master OCR模型 (借鉴https://github.com/eragonruan/text-detection-ctpn,https://github.com/guillaumegenthial/im2latex 后修改,训练)

-- **.php 文件 博客网站实现 (原创)

-- highlight 代码高亮显示的JS库

-- Dockerfile

部署运行方式:

(直接用镜像的话,镜像版本:php-python11,账号:wangziyueamy@sina.com a15862340183 )

  1. 申请ucloud云主机

  2. 在云主机上使用容器部署ngnix,php,python环境

    • 进入项目目录

    • 创建docker镜像,创建container

docker build -t wangziyue/php-ngnix-python .
docker run -d --rm -v /var/app2/:/app/ -p 80:80  --privileged=true  --name php-nginx-python wangziyue/php-ngnix-python

  1. 申请ucloud的云数据库,修改pdo.php中数据库地址

    云数据库

  2. 在云数据库中运行init.sql

  3. 访问 ip:/index.php

可选:创建ucloud负载均衡器,从镜像再创建n个云主机,然后将负载均衡器与云主机ip绑定

负载均衡器

SaaS应用效果截图:

  • 主页

    主页

  • 用户登录界面

    用户登录

  • 博客markdown编辑器

    支持markdown语法,代码高亮显示,英文OCR,博文撰写同时的动态预览等功能

    markdown编辑器

OCR功能

ocr1

ocr

  • 博客页面

    博客页面

  • 评论区

评论区

  • 搜索功能

    搜索

  • 服务器压力测试

    单节点

    单节点

    双节点两个节点