Package sage :: Package server :: Package trac :: Module trac
[hide private]
[frames] | no frames]

Module trac

source code

Functions [hide private]
 
trac_create_instance(directory='sage_trac') source code
 
trac(directory='sage_trac', port=10000, address='localhost', open_viewer=False)
Create (if necessary) and start up a trac server.
source code
Function Details [hide private]

trac(directory='sage_trac', port=10000, address='localhost', open_viewer=False)

source code 

Create (if necessary) and start up a trac server.

The trac server will be served on the given port. 

You must install the optional SAGE trac package. (Use
optional_packages() for the exact name.)