https://github.com/doodlewind/icard-ustc
Consume record analyzer for USTCers
https://github.com/doodlewind/icard-ustc
Last synced: 12 months ago
JSON representation
Consume record analyzer for USTCers
- Host: GitHub
- URL: https://github.com/doodlewind/icard-ustc
- Owner: doodlewind
- Created: 2014-11-15T07:49:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T13:38:34.000Z (almost 11 years ago)
- Last Synced: 2025-07-01T07:07:17.269Z (about 1 year ago)
- Language: Python
- Homepage: http://icard.ustc.edu.cn
- Size: 1.25 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# icard-ustc
Consume record analyzer for USTCers.
Based on python tornado.
## Install iCard
iCard is based on Python. So to install python dependents for iCard, just try following:
```
$ sudo apt-get install python python-pip python-imaging
$ pip install beautifulsoup4 tornado motor
```
To install MongoDB, just follow the link:
[Install MongoDB on Linux](http://docs.mongodb.org/manual/administration/install-on-linux/)
After MongoDB works, icard can be ready for you. To start iCard, suppose your MongoDB node locates on the same host with iCard, just try following command:
```
$ python icard.py 127.0.0.1 8888
```
Then icard will run on `localhost:8888`.