beard-server

Beard as RESTful API and Celery service.


Keywords
author, disambiguation
License
GPL-2.0
Install
pip install beard-server==0.3.0

Documentation

beard-server

Beard as RESTful API and Celery service.

Instalation

beard-server uses Bower to install dependencies of the assets (JavaScript and CSS files).

npm install -g bower

However if you do not want to install Bower, run ./build_assets.sh script after installation steps listed below. The script runs npm install and moves all the dependencies to the correct directory.

To install beard-server in your virtualenv just follow the steps below.

mkvirtualenv beard-server
cdvirtualenv && mkdir src
cdvirtualenv src
git clone https://github.com/inspirehep/beard-server
cd beard-server
pip install -e .
bower install

Running

Note that the server will be running on port 5000 by default.

cdvirtualenv src/beard-server/beard_server
python app.py

Notes

  • Free software: GPLv2 license
  • This is an experimental developer preview release.