8000 GitHub - barraponto/timtec: timtec main repo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

barraponto/timtec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timtec

https://drone.io/github.com/hacklabr/timtec/status.png https://coveralls.io/repos/hacklabr/timtec/badge.png 'Stories in Ready'

Dependencies

  • Python 2.7 with virtualenv and pip
  • build essentials and many dev packages if on debian/ubuntu/fedora
    • libpq-dev, libjpeg-dev, libpng12-dev, build-essential, python-dev, gettext
  • nodejs (probably 0.8+ but tested on 0.10) (you will need a ppa for ubuntu < 14.04)

Getting Started

  • create a Python 2.X virtualenv
    virtualenv ../timtec-env
  • activate the virtual env
    source ../timtec-env/bin/activate
  • run make
    make
  • run the django devel server
    ./manage.py runserver

Running Tests

run make all_tests to run all tests together

python

Activate virtual env, then: make python_tests

Angular

In the root of repository:

make karma_tests

About

timtec main repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.8%
  • CSS 25.7%
  • JavaScript 17.5%
0