command
module
Version:
v0.0.0-...-b58bbae
Opens a new window with list of versions in this module.
Published: May 17, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gonovel
基于beego的小说采集展示网站,演示站点:卡丘小说。
环境说明
- Go1.9+
- Beego1.7.2
- MySQL5.7
效果展示
PC网站效果
H5网站效果
管理后台效果
安装说明
Go环境和MySQL请自行安装。
- 下载源码
go get -u github.com/vckai/novel
cd $GOPATH/src/github.com/vckai/novel
go build
-
导入SQL文件
./data/novel.sql
小说主数据库信息文件
./data/chapter.sql
小说章节
-
配置
请根据实际情况修改app.conf
和data.conf
的配置文件
cp ./conf/app.conf.example ./conf/app.conf
cp ./conf/data.conf.example ./conf/data.conf
- 运行访问
./novel
然后在浏览器中输入localhost:8089 访问首页 进入localhost:8089/admin进入后台,初始用户名/密码:admin/admin123
采集规则贡献
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.