Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbrettonye/hentai_web-lists
绅士导航
https://github.com/zbrettonye/hentai_web-lists
hentai
Last synced: 3 months ago
JSON representation
绅士导航
- Host: GitHub
- URL: https://github.com/zbrettonye/hentai_web-lists
- Owner: ZBrettonYe
- Created: 2017-11-18T14:23:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T09:53:39.000Z (over 6 years ago)
- Last Synced: 2024-04-17T05:21:05.035Z (10 months ago)
- Topics: hentai
- Language: Python
- Homepage: http://dh.hentaiworld.cc/
- Size: 19.6 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HentaiWorld_sites
绅士网站导航原作者:https://github.com/wenguonideshou/zhuye_kim
演示地址:http://118.25.14.156:8080
![zhuye.kim(1).png](https://www.moerats.com/usr/picture/zhuye.kim(1).png)
![zhuye.kim(2).png](https://www.moerats.com/usr/picture/zhuye.kim(2).png)
#### 使用说明 ####
- 安装Python3和必备组件、库
Centos7系统安装Python3可以参考文章:http://blog.51cto.com/wenguonideshou/2083301
```bash
yum install git screen -y
pip3 install django pymysql pillow
```- 安装mysql/mariadb,新建数据库名为zhuye
- 修改zhuye_kim/settings.py中的DATABASES对应的数据库信息(只需要修改数据库密码)
- 下载源码、建表
```bash
git clone https://github.com/wenguonideshou/zhuye_kim
cd zhuye_kim
python3 manage.py makemigrations
python3 manage.py migrate
```- 导入zhuye.sql
- 运行网站
```bash
screen -S zhuye
python3 manage.py runserver 127.0.0.1:8001
```- Nginx反向代理
![反向代理.png](https://i.loli.net/2018/07/17/5b4df8524ab67.png)
后台地址为http://ip/admin,如果已经绑定域名反向代理则为http://域名/admin,管理员用户名admin密码12345678@
后台的“大分类”指的是常用/男生/女生 这一行,“小分类”指的是热门/资讯/影音/邮箱的这一列
####更新记录:####
2018-07-19 修复百度搜索关键字联想功能,确定为正式版
2018-07-18 补全导航中所有站点、图标
2018-07-17 去除多引擎,修改为默认单引擎
2018-07-16 发布beta版