inspirehep/beard-server

Name: beard-server

Owner: inspirehep

Description: Application providing REST API over Beard

Created: 2015-06-29 11:26:27.0

Updated: 2017-06-28 18:40:01.0

Pushed: 2017-03-27 19:45:18.0

Homepage: null

Size: 31208

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

beard-server

Beard as RESTful API and Celery service.

Instalation

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

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.

rtualenv beard-server
rtualenv && mkdir src
rtualenv src
clone https://github.com/inspirehep/beard-server
eard-server
install -e .
r install
Running

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

rtualenv src/beard-server/beard_server
on app.py
Notes

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.