Skip to content

Latest commit

 

History

History
executable file
·
13 lines (12 loc) · 272 Bytes

README.md

File metadata and controls

executable file
·
13 lines (12 loc) · 272 Bytes

drks-scraper

Installation Instructions

sudo apt-get install libxml2-dev libxslt-dev python-dev libmysqlclient-dev

Configuration of Mysql-Server

  • create database
CREATE DATABASE drks
  DEFAULT CHARACTER SET utf8
  DEFAULT COLLATE utf8_general_ci;