Skip to content

muhalisu/phoible

 
 

Repository files navigation

PHOIBLE Online

Cite

PHOIBLE Online is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. Cite as

Moran, Steven & McCloy, Daniel & Wright, Richard (eds.) 2014. PHOIBLE Online. Leipzig: Max Planck Institute for Evolutionary Anthropology. (Available online at http://phoible.org) DOI

Install

To get PHOIBLE Online running locally, you need python 2.7 and have to run your system's equivalent to the following bash commands:

virtualenv --no-site-packages phoible
cd phoible/
. bin/activate
curl -O http://zenodo.org/record/11706/files/phoible-v2014.zip
unzip phoible-v2014.zip
python clld-phoible-8ee231f/fromdump.py
cd phoible/
pip install -r requirements.txt
python setup.py develop
python phoible/scripts/unfreeze.py sqlite.ini
pserve sqlite.ini

Then you should be able to access the application by visiting http://localhost:6543 in your browser. Note that you still need an internet connection for the application to download external resources like the map tiles or javascript libraries.

Packages

No packages published

Languages

  • TeX 55.5%
  • HTML 31.0%
  • Python 10.1%
  • Mako 3.1%
  • Other 0.3%