Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonyitoo/sysubbs-apiserver
API Server for SYSUBBS
https://github.com/zonyitoo/sysubbs-apiserver
Last synced: 3 days ago
JSON representation
API Server for SYSUBBS
- Host: GitHub
- URL: https://github.com/zonyitoo/sysubbs-apiserver
- Owner: zonyitoo
- Created: 2013-09-25T12:11:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-08T17:18:09.000Z (about 11 years ago)
- Last Synced: 2024-11-02T07:42:05.311Z (about 2 months ago)
- Language: Python
- Size: 714 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
SYSUBBS API Server
------------------.. image:: https://travis-ci.org/zonyitoo/sysubbs-apiserver.png?branch=master
:target: https://travis-ci.org/zonyitoo/sysubbs-apiserverhttp://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**.
.. code:: bash
$ 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.pyTODOs
=====* Backend processors with **jsbbs** APIs' support. (Current)
* Backend processors that using databases directly.