frontendphil / analyzr

Expertise reports for code repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

analyzr

Background

Master thesis background description

Installation

The following dependencies have to be installed manually as they are a prerequisite or can't be handled by a package manager. I strongly recommend using virtualenv because you are going to install a bunch of python packages and you probably don't want all of them system wide all the time. Also, now that you are using virtualenv, you might also want to have a look at virtualenv-wrapper.

Version control systems
Package control systems
Python binding for SVN

No, they are not available through pip and make sure you install the svn bindings which match your OS and svn version.

Measurement tools
Miscellanious
  • Something to compile the less file (e.g. LessApp)
    • a bash script is also available but requires a lessc command to be present on your system

All other dependencies can be installed using:

pip install -r requirements.txt

Django Setup

There is not much to be done. Only setting up the database and running all migrations.

python manage.py syncdb
python manage.py migrate parsr

About

Expertise reports for code repositories

License:MIT License


Languages

Language:Python 70.2%Language:JavaScript 23.3%Language:CSS 3.8%Language:HTML 2.8%