[chinese-poetry]](https://github.com/chinese-poetry/chinese-poetry)
[gushi_namer]](https://github.com/holynova/gushi_namer)
[PiPiName]](https://github.com/wz930206/PiPiName)
项目前端基于[vue-h5-template]](https://github.com/sunniejs/vue-h5-template)
git clone https://github.com/wz930206/chinese-poetry-namer.git
cd chinese-poetry-namer
yarn
yarn serve
git clone https://github.com/wz930206/PiPiName.git
cd PiPiName
pip install opencc-python-reimplemented
pip install flask
yarn build
把PiPiName项目下文件复制到服务器上
pip install opencc-python-reimplemented
pip install flask
. run.sh
server {
listen 9020;
server_name 127.0.0.1;
access_log off;
index index.html index.htm index.php;
root /var/www/html/name;
location /rest/ {
proxy_pass http://127.0.0.1:9021/rest/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_connect_timeout 60;
proxy_read_timeout 600;
proxy_send_timeout 600;
}
}
体验更多工具,关注公众号”Ur Home“。
回复加群,即可加入”Ur Home交流群“
扫描添加下方的微信并备注 UrHome,交流学习,及时获取最新动态。