kvas-it / test-trac

Configure and run a test instance of trac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Trac

Configure and run a local test instance of Trac. To use this repo make sure you have make, python and virtualenv in your path, then:

$ make run

This will create a virtualenv, install Trac into it, configure it by creating a couple of test accounts and some test components and milestones, then run it on port 8000.

About

Configure and run a test instance of trac


Languages

Language:Python 81.7%Language:Makefile 18.3%