Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Ignotus/infoviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infoviz-project

Environment configuring

Please be sure that following packages have been installed into your system:

  • python
  • python-virtualenv
  • git

UNIX system is preferred for the project, but everything can be easily configured for the Windows system.

After cloning the project run following commands in your project folder:

mkvirtualenv --no-site-packages --distribute infoviz-project
pip install -r requirements.txt
pushd data
unzip "*.zip"
popd

In the case if your system cannot find mkvirtualenv do this command first:

source /usr/bin/virtualenvwrapper.sh

Run the project

cd src
python app.py

Open http://127.0.0.1:5000 to see a result