当前位置:网站首页>Pagoda measurement - building LightPicture open source map bed system
Pagoda measurement - building LightPicture open source map bed system
2022-08-10 01:48:00 【web assessment】
Hello everyone, I'm the reviewer, and welcome to the web review.
This issue brings you a set of open source version of LightPicture lightweight image bed management system.
Introduction to LightPicture
LightPicture is a set of lightweight enterprise team picture resource management system and picture bed system developed by thinkphp+vue.
Feature introduction
- Cloud storage The storage driver is easy to expand, diversified storage, supports local, Alibaba Cloud Tencent Cloud Qiniu Cloud Object Storage.
- Multi-bucket management Supports multi-bucket storage, and can add multiple object storage buckets for management at the same time, with no upper limit.
- Easy to operate Supports multi-image upload, drag and drop upload, upload preview, and full-screen preview.
- Multi-person collaboration Multi-user management, group management; different groups of users control different buckets.
- Permission management Different user groups can be assigned different operation permissions to control their uploading, deleting and viewing.
- Operation log A complete visual log function that records all user operations and facilitates event source tracing.
- Picture preview Powerful picture preview function, support picture upside down, left and right flip, plane flip, zoom in and out, etc.
- Easy to manage Flat interface and image management functions, support select all, multiple selections, one-click copy, etc.
- Easy to deploy Graphical installation interface, you can successfully deploy your image bed in 3 minutes.
Screenshot of system measurement




Installation Environment
- Pagoda Panel
- PHP version ≥ 7.2
- Mysql version ≥ 5.5
- PDO extensions
- fileinfo extension
- curl extension
- ZipArchive Support
Building Tutorial
Download LightPicture, the currently released version is LightPicture V1.2.2, both packages have the same content, under Linux command line decompression should select tar.gz, my server is managed by pagoda panelYes, just download any one.
Upload the downloaded LightPicture package to the WEB operating environment, and create a site on the pagoda panel. You can use the second-level domain name of the registered domain name. Here I use the second-level domain name www.webtest.com.
Create a MySQL database, the account can be defaulted, and the password can be modified as required (PS: The database password is very important), and the PHP version should be PHP-72 or above.If not, you need to go to the software store of the pagoda panel to install it.
Pagoda Panel->Website->Select Site->Settings->Site Directory, change the running directory to /public, and click Save.
Configure the default document of the website and put index.html at the top.Set the Rewriter (pseudo-static) rule to: thinkphp.
Visit domain name/install, and follow the instructions on the page to install.After the installation is complete, the default account is admin and the password is 123456
Note: If you open the front desk registration after completion, please log in to the administrator account to configure the email address.
Separate front-end and back-end deployment
/public/static/public/index.html/public/favicon.ico- The above is the front-end code part, please remove the front-end part in the public directory of the admin background project for separation of the front and back ends
- Enter the front-end web directory, install the node environment locally, the vscode editor, and open the front-end code
- Create a new .env file in the root directory, open the .env file, add environment variables, and VUE_APP_BASE_API is the backend interface address
- Package and upload to server
Installation dependencies
npm installStartup Project
npm run servePackaging Project
npm run buildHow to get it
https://ceping.club/630.html
边栏推荐
猜你喜欢

02|运算符

Enhanced Deep Residual Networks for Single Image Super-Resolution

pytest:如何在测试中编写和报告断言

由生物素参与的D-Biotinol,CAS号:53906-36-8具体特性说明

Penetration Testing and Offensive and Defense Confrontation - Vulnerability Scanning & Logic Vulnerability (Part1)

【毕业设计】基于ESP32的在线墨水屏桌面摆件 -物联网 单片机 嵌入式

Mysql数据库 ALTER 基本操作

关于HBuilder X鼠标变为_ 替换字符的问题

03|流程控制

LSTM-based distributed energy generation prediction (Matlab code implementation)
随机推荐
CAS:851113-28-5 (生物素-ahx-ahx-酪胺)
3.1 - 程序设计语言 3.2 - 高级语言的特点及引用 3.3 - 静态/动态类型语言
The technical aspects of the byte have been passed, and the salary has been negotiated for 20K*13, but the result is still being brushed. I asked the HR why...
3.4 - 编译与解释 3.5 - 编译过程 3.8 - 文法
JVM Memory and Garbage Collection - 10. Direct Memory
服装店管理系统如何推送活动?
labelme标注的json标签转txt格式
Creo5.0入门教程赠素材
3.9 - 正规表达式和正规集 3.10 - 有限自动机
3.11-程序基本的控制语句 3.12-表达式 3.13-数据类型 3.14-常量/变量 3.15-标识符
03|Process Control
阿雷的血压有些低
-Vector Dot Product-
Fury:一个基于JIT动态编译的高性能多语言原生序列化框架
头脑风暴:单词拆分
基于FPGA的任意字节数的串口接收(含源码工程)
openEuler 知:abi 检测
[NCTF2019]True XML cookbook-1|XXE漏洞
输入的这些数是否对称
渗透测试与攻防对抗——漏洞扫描&逻辑漏洞(Part1)