当前位置:网站首页>Pagoda measurement - building LightPicture open source map bed system
Pagoda measurement - building LightPicture open source map bed system
2022-08-09 23:05:00 【Assessment jun】
大家好啊,我是测评君,欢迎来到web测评.
This issue brings you an open source versionLightPictureLightweight map bed management system.
LightPicture简介
LightPicture是使用thinkphp+vue开发的一套轻量级企业团队图片资源管理系统、图床系统.
功能简介
云储存 储存驱动易拓展,多样化储存,支持本地,Alibaba Cloud Tencent Cloud Qiniu Cloud Object Storage. Multi-bucket management 支持多桶储存,可同时添加多个对象存储桶管理,上不封顶. 操作简便 支持图片多图上传、拖拽上传、上传预览、全屏预览. 多人协作 多用户管理、分组管理;不同分组用户控制不同的存储桶. 权限管理 不同用户组可分配不同的操作权限,控制其上传删除及查看. 操作日志 完整的可视化日志功能,记录用户所有操作,方便事件溯源. 图片预览 强大的图片预览功能,支持图片上下左右翻转、平面翻转、放大缩小等. 易管理 Flat interface and picture management function,支持全选、单选多选、One-click copy, etc. 易部署 图形化安装界面,简单3分钟即可成功部署您的图床.
Screenshot of the system test
安装环境
宝塔面板 PHP 版本 ≥ 7.2 Mysql版本 ≥ 5.5 PDO 拓展 fileinfo 拓展 curl 拓展 ZipArchive 支持
搭建教程
下载LightPicture,目前已发布的版本是LightPicture V1.2.2,两个包都是一样的内容,Linux下命令行解压要选择tar.gz,我这边服务器是用宝塔面板来管理的,随便下载一个即可.
将下载的LightPicture包,上传到WEB运行环境,在宝塔面板创建一个站点,可以使用已注册域名的二级域名,我这边使用的是二级域名www.webtest.com.
创建一个MySQL数据库,账号默认即可,密码按需求修改即可(PS:数据库密码很重要),PHP版本选择PHP-72以上版本.没有的话需要到宝塔面板的软件商店安装.
宝塔面板->网站->选择站点->设置->站点目录,将运行目录改为/public,点击保存即可.
配置网站默认文档,将index.html置顶.设置Rewritr(伪静态)规则为:thinkphp.
访问 域名/install,根据页面提示安装.安装完成后默认 账号为admin 密码123456
注意:完成后若开启前台注册请登录管理员账号配置发信邮箱.
前后端分离部署
/public/static
/public/index.html
/public/favicon.ico
The above is the front-end code part,Please remove the front and rear separationadmin后台项目publicThe front-end part of the directory 进入前端web目录,本地安装node环境,vscode编辑器,打开前端代码 在根目录中新建.env文件,打开.env文件,添加环境变量,VUE_APP_BASE_API为后端接口地址 打包,上传至服务器
安装依赖
npm install
启动项目
npm run serve
打包项目
npm run build
获取方式一
发送关键数字:**7**
获取方式二
扫一扫小程序码
找不到你想要的?
扫一扫说出你最想需要的资源
边栏推荐
- 线段相交的应用
- How to fix Windows 11 not finding files
- 抽象类 or 接口
- 微软Excel表格点击单元格行和列都显示颜色怎么弄?聚光灯效果设置
- Definition and Basic Operations of Linear Tables
- 微软word怎么转换成pdf文件?微软word转换为pdf格式的方法
- NetCore路由的Endpoint模式
- Photometric Stereo 光度立体法三维重建
- Characteristics and Development Prospects of Korea's Cyber Security System
- LeetCode Daily Question (321. Create Maximum Number)
猜你喜欢
Simulation of Water Temperature Control System Based on Fuzzy PID Controller
【云原生】4.2 DevOps 精讲篇
Cholesterol-PEG-Thiol, CLS-PEG-SH, Cholesterol-PEG-Sulfhydryl for improved solubility
论文解读(DropEdge)《DropEdge: Towards Deep Graph Convolutional Networks on Node Classification》
Ali Ermi: Without accept, can a TCP connection be established?
AI Knows Everything: Building and Deploying a Sign Language Recognition System from Zero
STC8H开发(十五): GPIO驱动Ci24R1无线模块
小黑leetcode之旅:94. 二叉树的中序遍历(补充Morris 中序遍历)
UE4_定序器控制蓝图对象
Optimization of SQL Statements and Indexes
随机推荐
STC8H开发(十五): GPIO驱动Ci24R1无线模块
Access control knowledge
Problems with compiling SIP with QGIS
什么是源文件?
Tensorflow中使用convert_to_tensor去指定数据的类型
【stack】【queue】【priority_queue】【deque】Detailed explanation
Unity_平滑移动
筑牢安全防线 鹤壁经济技术开发区开展安全生产培训
SecureCRT背景配色
PMP daily practice | didn't lost a 8.9 (including agile + multi-select)
微软word怎么转换成pdf文件?微软word转换为pdf格式的方法
Referenced file contains errors 完美解决方法
L3-2 至多删三个字符 (30 分)
编程语言中,取余和取模的区别
微软Excel表格点击单元格行和列都显示颜色怎么弄?聚光灯效果设置
APP自动化测试框架-UiAutomator2基础入门
TF中使用zeros(),ones(), fill()方法生成数据
Daily practice of PMP | Do not get lost in the exam -8.8 (including agility + multiple choice)
Cholesterol-PEG-Thiol, CLS-PEG-SH, Cholesterol-PEG-Sulfhydryl for improved solubility
抽象类 or 接口