Skip to main content

Questions tagged [trac]

Trac is a project management and bug/issue tracking system.

0 votes
1 answer
75 views

How to integrate trac into a nginx/gunicorn/django website?

I have a django website, which is setup using NGINX and gunicorn. /etc/systemd/system/gunicorn.socket: [Unit] Description=gunicorn socket [Socket] ListenStream=/run/gunicorn.sock [Install] WantedBy=...
Granny Aching's user avatar
0 votes
1 answer
37 views

How to set up apache running on separate system OL7 to present trac wiki project

I need to somehow set up apache to present a content from tracd running on separate server. I used following config definition: # LB VIP1 - TRAC definition <VirtualHost "IP":8090> # ...
Peter Kozma's user avatar
1 vote
0 answers
200 views

List repositories from multiple projects in Trac using mod_python

Currently working on a customized webpage that shows the available projects I have in Trac (1.0.1). I am using mod_python to connect the trac interface. I found a standard page for this, but it didn't ...
Steffen Eriksen's user avatar
0 votes
2 answers
4k views

Limiting Access to SVN folders for certain users

I have created the file svn.password and added a few users. Now I installed a Subversion repository and a Trac instance to my apache folder and set up the vhost.conf as follows: <Location /svn>...
Dominik's user avatar
  • 143
3 votes
3 answers
7k views

Looking for a web-based SVN code browser (alternative for Trac); anything like Google Code? [closed]

I'm using Trac as a web interface to an internal SVN repository. The source code browser is not the best one, so I'm looking for an alternative. Ideally, I'd like to have an interface similar to ...
Pavel's user avatar
  • 364
0 votes
1 answer
846 views

How to set Trac's auth?

I'm deploying a standalone Trac instance and getting stuck at this message when trying to log in: Authentication information not available. Please refer to the installation documentation. I have ...
xliiv's user avatar
  • 755
2 votes
1 answer
2k views

REST API for Trac.Wiki

I wonder is there any kind of REST API for managing trac/wiki? Googling helps to find something either quite updated or too raw (or both). Searching this Stack, as well as friendly ones, also hasn't ...
shabunc's user avatar
  • 820
1 vote
1 answer
1k views

Installing Trac on Windows Server 2008 R2, under Apache 2.2 and NOT USING IIS?

Trac is a python-powered bug-tracking and project-management app. According to Trac's wiki, there are several options for installing Trac, a standalone server (tracd), or under a dedicated webserver ...
Warren  P's user avatar
  • 2,970
1 vote
2 answers
936 views

Installing Trac on Windows

I am new to project management and I have no idea about Python. Now, I want to setup the Trac program. I read the installation process on their web site, but I could not understand it. Can you help ...
Ata A-design's user avatar
2 votes
1 answer
6k views

How do I setup Trac login?

I've been trying to follow the Trac installation guide, but I've hit a bit of a snag. I can view the default Trac setup just fine, but when I go and try to log in I get this on the page: Trac Error ...
Wayne Werner's user avatar
  • 2,373
0 votes
1 answer
964 views

Styled tables in trac's wiki

I have a table in trac's wiki, just a regular html table, and manager asks me to add some styling. What is the best way to accomplish this? I can write a script which inserts style attribute to every ...
shabunc's user avatar
  • 820
0 votes
1 answer
493 views

Authenticate system users in Trac running nginx or standalone

Is this possible to setup Trac to authenticate system users? For example users that are in trac group will have access to Trac. Is this possible to user /etc/passwd instead of Apache's .htpasswd?
seler's user avatar
  • 363
2 votes
1 answer
2k views

Wildcard blocking of bots in Apache

I run a site which provides Subversion & TRAC for lots of open source projects. This works pretty well with one exception: Many search engines do not care about robots.txt and DoS the webserver ...
Adrian Gschwend's user avatar
0 votes
1 answer
2k views

installing Trac / Python / SetupTools on Windows (Server 2008 R2)

I am trying to install Trac on a Windows Server 2008 R2 server 64-bit. I am following the guide on http://trac.edgewall.org/wiki/TracInstall. I first installed Python, installing the Python 2.7.2 ...
Karl Cassar's user avatar
0 votes
2 answers
666 views

Trac Migration: Version difference -> problem with database?

I need to migrate trac from an old server to a new Ubuntu 10.04 LTS server. The old server has version Trac 0.11.1 and the installation is pretty messy and runs on an outdated unsupported debian ...
Joe Hopfgartner's user avatar

15 30 50 per page