官方文档
https://guide.yearning.io/install.html
下载
:https://github.com/cookieY/Yearning/releases
解压
unzip Yearning-2.2.0.linux-amd64.zip
配置mysql:
vim conf.toml
注意:不管时阿里云安装还是虚拟机
host均是 127.0.0.1
但是启动时必须选用参数启动 阿里云上 -b 后面需要书写公网ip 这一点不同虚拟机
创建使用的数据库
create database Yearning DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
初始化数据库
./Yearning -m
启动
./Yearning -s -b "c" -p "8000"
浏览器登陆
http://自己的ip号:8000
账号密码:
admin
Yearning_admin