https://github.com/frapac/bibtex-browser
Manage your bibtex file in your browser
https://github.com/frapac/bibtex-browser
Last synced: 12 months ago
JSON representation
Manage your bibtex file in your browser
- Host: GitHub
- URL: https://github.com/frapac/bibtex-browser
- Owner: frapac
- License: mit
- Created: 2016-03-19T18:07:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T08:07:08.000Z (over 9 years ago)
- Last Synced: 2025-02-09T19:14:43.804Z (about 1 year ago)
- Language: Python
- Size: 71.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bibtex-browser
Manage your bibtex file in your browser
## Installation
This package uses python3.
We recommend an installation via `virtualenv`:
```
virtualenv -p /usr/bin/python3 bibenv
source bibenv/bin/activate
pip install -r requirements.txt
```
Once these packages are installed, you should initiate the Sqlite DB:
```
python3 scripts/init_db.py
```
And add a main user:
```
python3 scripts/add_user.py
```
## Launch
To launch the application, run in your shell:
```
python3 run.py
```
Defaults parameters can be modified in `config.py`.