Skip to content

inspirehep/beard-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38096f7 · Mar 27, 2017

History

18 Commits
Mar 27, 2017
Jun 29, 2016
Jun 29, 2016
Mar 27, 2017
Jun 29, 2016
May 26, 2016
Jul 5, 2016
May 26, 2016
Mar 27, 2017
Apr 4, 2016
May 26, 2016
Apr 4, 2016
Jul 5, 2016
Jun 29, 2016
May 26, 2016
May 26, 2016
Mar 27, 2017
May 26, 2016
Jun 29, 2016
May 26, 2016
May 26, 2016
Jun 30, 2016
May 26, 2016
Jul 5, 2016

Repository files navigation

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.