Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ri0t/johannes
A rather simple library management system. Dedicated to Johannes Gutenberg.
https://github.com/ri0t/johannes
Last synced: 21 days ago
JSON representation
A rather simple library management system. Dedicated to Johannes Gutenberg.
- Host: GitHub
- URL: https://github.com/ri0t/johannes
- Owner: ri0t
- License: gpl-3.0
- Created: 2014-07-03T15:18:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T23:37:47.000Z (over 10 years ago)
- Last Synced: 2023-03-25T10:27:13.341Z (almost 2 years ago)
- Language: CSS
- Homepage:
- Size: 3.87 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://raw.github.com/ri0t/johannes/master/doc/images/johannes_logo.png
johannes
========A rather simple library management system. Dedicated to Johannes.
Install
=======You need mongodb and pymongo (ideally from your distro):
::
sudo apt-get install mongodb python-pymongo
cd ~/src/johannes
virtualenv --system-site-packages venv
source venv/bin/activate
pip install -r requirements.txt| You could probably do this without site packages by linking the ones
you
| need yourself, that is mostly bson and pymongo itself, afaik.Running
=======Just activate the venv and run the server:
::
source venv/bin/activate
python server.pyCurrently listens on flask's defaults, i.e. port 5000 on 127.0.0.1
Contribution
============To help out make this thing greater than it is, head over to
::
https://github.com/ri0t/johannes
or
::
https://github.com/c-base/johannes
if you prefer the c-base fork :)
License
=======GPLv3 - see the accompanying LICENSE file.
Authors
=======This madness started off in June 2014.
| Heiko 'riot' Weinen [email protected]
| Brain