Skip to content

LinDA-tools/TransformationTool

Repository files navigation

TransformationTool

Tool to transform input sources to RDF

Requirements

  • Make sure that Python 3.4 is installed, by executing the following command:
  python3
  • Install the following packages:
  apt-get install python-virtualenv python3-dev

Installation

  • Create a new directory for the project:
  mkdir LindaTools
  • Create a Python Virtual Environment with Python 3:
  virtualenv LindaTools --python=python3
  cd LindaTools
  • Activate it (Needs to be done every time you work with it):
  source bin/activate
  • Clone the repository:
  git clone https://github.com/LinDA-tools/TransformationTool.git
  cd TransformationTool
  git submodule init
  git submodule update
  git submodule foreach git checkout master
  • Install the Requirements
  pip install -r requirements.txt
  • Initialize the Database
  python manage.py migrate
  python manage.py syncdb
  • Start the application
  python manage.py runserver

About

Tool to transform input sources to RDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages