Skip to content

TartuNLP/META-SHARE

 
 

Repository files navigation

Setup:

Create and activate a virtual environment with Python2.7

Run "pip install -r requirements.txt" (Don't forget psycopg2-binaries)

Set up the Postgres database and restore the contents from a backup.

Comment out line 105 in metashare/xml_utils.py, do the XML import (MetaShare documetation), and re-add the line.

Copy local_settings.py to metashare/ (may need to change the logfile path therein).

cd metashare/

Run "./start_solr.sh"

Run "python ../manage.py runserver"

About

Public repository of the META-SHARE software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.0%
  • HTML 36.2%
  • XSLT 5.8%
  • JavaScript 2.6%
  • CSS 1.8%
  • Shell 1.5%
  • Other 2.1%