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

Latest commit

 

History

History
47 lines (33 loc) · 1.02 KB

README.rst

File metadata and controls

47 lines (33 loc) · 1.02 KB
'Stories in Ready'

Timtec

https://drone.io/github.com/mupi/escolamupi/status.png https://coveralls.io/repos/hacklabr/timtec/badge.png

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
  • activate the virtual env
  • go to this directory
  • make
  • ./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