Skip to content

zonyitoo/sysubbs-apiserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYSUBBS API Server

https://travis-ci.org/zonyitoo/sysubbs-apiserver.png?branch=master

http://bbs.sysu.edu.cn

Note: Still developing. Don't panic. Current version is not ready for public use.

Dependences

Python dependences are defined in requirements.txt. And it also depend on Redis server.

Deployment

Example on Ubuntu 13.10 amd64.

$ sudo apt-get update && sudo apt-get install redis-server python-virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cd server
$ python app.py

TODOs

  • Backend processors with jsbbs APIs' support. (Current)
  • Backend processors that using databases directly.

About

API Server for SYSUBBS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages