Confession wall WeChat applet source code

Insert image description here
Backend database modification address: /App/Common/Conf/config.php
The source code has been sent to my personal homepage. It needs to be removed. It is for reference and research only. Do not use it for illegal
WeChat mini programs – Campus Little Love Letter backend source code, fun. Confession wall, confession wall.
Project environment requirements:
PHP 7.0 or above
MySQL 5.7
docker deployment method (recommended)
Use docker deployment, which only takes five minutes. It is convenient and fast. You only need to configure a docker-compose file. 1. Deploy
docker environment (ubuntu)
Docker official order To simplify the installation process, a set of convenient installation scripts are provided. You can use this set of scripts to install on Ubuntu systems: "
$ curl -fsSL get.docker.com -o get-docker.sh "
" $ sudo sh get-docker.sh –mirror Aliyun “
After executing this command, the script will automatically make all preparations and install the Edge version of Docker CE in the system.
Start Docker CE
" Enter the following command to check whether docker is installed. $ sudo systemctl enable docker “
" If the version information of docker is printed out, the installation is successful . 2. Install docker-compose $ sudo systemctl start docker “

$ docker -v “

Guess you like

Origin blog.csdn.net/weixin_47059371/article/details/126965063