https://github.com/laisky/laishime2
laishime
https://github.com/laisky/laishime2
Last synced: 3 months ago
JSON representation
laishime
- Host: GitHub
- URL: https://github.com/laisky/laishime2
- Owner: Laisky
- License: mit
- Created: 2014-12-02T09:37:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T15:42:34.000Z (about 1 year ago)
- Last Synced: 2025-04-01T12:52:40.658Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 371 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Laishime 2.1
---Python3.4 project for fun
[http://hime.laisky.com](http://localhost:27800/topic_tweets/index.html)
### Deploy
#### Run
```sh
$ cd laishime2/src
$ python3 -m venv .
$ source bin/activate
$ bin/python setup.py develop
$ bin/python -m laishime [--debug=false] [--dbhost=127.0.0.1] [--dbport=27017]
```Supervisor 和 Nginx 的配置文件在 `laishime/src/deploy` 中
### Backend
- Python==3.4.1
- tornado
- jinja2
- motor
- Nginx
- Supervisor### Frontend
- HTML5 & CSS & JavaScript
- Bootstrap_v2
- jQuery_v1.11