一元网络论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 120|回复: 0

Recently wrote a WeChat friend circle, welcome all mjj to experience.

[复制链接]

2万

主题

2万

帖子

6万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
61457
发表于 2024-8-2 14:47:52 | 显示全部楼层 |阅读模式
The project homepage is as follows, named Daily.


You can see the effects of my personalized signature in the friend circle by copying this picture to a new webpage.

Currently supported features include:


Multi-account login and quick switch to post status
Post type supports text, multiple pictures, videos, music, external video/audio, built-in cards
Support for editing published content
Support for publishing only for yourself
Support for logged-in users and visitors to like and comment
Visitors' comments require approval from an administrator before displaying
Storage supports local storage, remote server storage, S3 storage, and 123 Cloud Disk

Docker deployment is used to deploy, which is very simple. However, it requires a MySQL database.


Step 1 First deploy MySQL, if available, you can ignore this step.



docker run -d --name daily_db --restart always -v /data/daily/db:/var/lib/mysql --env MYSQL_RANDOM_ROOT_PASSWORD=yes --env MYSQL_DATABASE=daily --env MYSQL_USER=daily --env MYSQL_PASSWORD=daily123 mysql

复制代码



Step 2 Deploy Daily



docker run -d --name daily --restart always -v /data/daily/upload:/app/data -p 80:8081 --link daily_db mrlee326/daily:latest

复制代码



In step 3, open the webpage , enter the initialization configuration for the friend circle. After configuration, you can use it.



For more detailed deployment steps, refer to https://github.com/lixiaofei123/daily/


Please note that storing images locally or using S3/S3 Cloud Disk will not need this step.

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|一元网络论坛

GMT+8, 2024-9-30 15:30 , Processed in 0.072105 second(s), 20 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表