Questions tagged [apache-bloodhound]

Apache Bloodhound is an open source web-based project management and bug tracking system. The program is built on top of Trac. It is developed and maintained by volunteers at the Apache Software Foundation.

Apache Bloodhound is an open source web-based project management and bug tracking system. The program is built on top of Trac. It is developed and maintained by volunteers at the Apache Software Foundation.

12 questions
2
votes
2 answers

Unable to acquire db connection from Trac?

Attempting to install Apache Bloodhound (which is built atop Trac) on Ubuntu 13.10 x64 server. I have followed their installation guide precisely (for Postgres). Error output from bloodhound_setup.py Error: TimeoutError: Unable to get database…
stackoverflowuser95
  • 1,992
  • 3
  • 20
  • 30
1
vote
1 answer

How to set Authentication in apache bloodhound?

I've just installed Apache Bloodhound in my server. It's working fine. But with the default settings, anyone can view the list of tickets. I want to change this so that only logged in users are able to view the tickets. Is it possible? How can I do…
Nayan
  • 1,521
  • 2
  • 13
  • 27
0
votes
1 answer

Bloodhound html file changes are not affecting in ui

I am working on ui bloodhound changes. I have to remove logo of apache bloodhound and header tabs in the dashboard. I made the changes in bloodhound_theme-> bhtheme-> templates-> bloodhound_theme.html, this location file but no changes have been…
Navaneethan Arun
  • 71
  • 1
  • 1
  • 4
0
votes
0 answers

Errors while installing apache bloodbound

after this command line : python bloodhound_setup.py --environments_directory=/opt/bloodhound/environments bloodbound=DEF I get this Error: TimeoutError: Unable to get database connection within 0 seconds. (OperationalError: could not connect to…
M.Simon
  • 11
  • 9
0
votes
0 answers

installing apache bloodhound error

I am installing Apache Bloodhound in Ubuntu 14.04 following the link: https://issues.apache.org/bloodhound/wiki/BloodhoundDetailedInstallation However, But when I went to there: pip install -r requirements.txt It had some problems like that: …
PhuongHoang
  • 481
  • 1
  • 4
  • 5
0
votes
2 answers

Username and Password for Apache Bloodhound

Installed and configured the apache bloodhound. But unable to login. Not sure what is the default admin username and password.
divakar.scm
  • 1,256
  • 5
  • 21
  • 32
0
votes
0 answers

bloodhound installation stuck , no such file or directory

I am on centos 6 64bit. following the basic bloodhound guide https://issues.apache.org/bloodhound/wiki/BloodhoundInstall i am getting the following error.. (bloodhound)[root@cobra apache-bloodhound-0.7]# cd installer/ (bloodhound)[root@cobra…
shorif2000
  • 2,582
  • 12
  • 65
  • 137
0
votes
1 answer

Edit components in Apache bloodhound

I have installed Apache BloodHound 0.7. And I believe it internally uses Trac 1.0. Therefore, as this link suggests WebAdmin is already included in this version. But still I am not able to open the components page.…
tushar2289
  • 73
  • 1
  • 2
0
votes
2 answers

Running apache bloodhound on apache2 web server

I am trying to run to apache bloodhound tracker on apache2 web server. I am using 0.7 version of the blood hound. I followed the website https://issues.apache.org/bloodhound/wiki/BloodhoundInstall Blood hound is running on port 8000. But the problem…
Jeevan Dongre
  • 4,627
  • 13
  • 67
  • 129
0
votes
1 answer

trac bloodhound internals/ url dispatcher

I want to learn Trac and Bloodhound source code. I have a background in web programming and some frameworks especially Django. But Trac and Bloodhound are quite different from the traditional web applications build with frameworks. How does the…
yet
  • 773
  • 11
  • 19
0
votes
1 answer

"Requested resource not available" error upon accessing new apache-bloodhound installation

I have installed apache-bloodhound on an Ubuntu-12.04 server using the the instructions at this location: https://issues.apache.org/bloodhound/wiki/BloodhoundInstall I can access the site using the tracd function under the heading "Testing the…
-1
votes
1 answer

bloodhound install fails due to virtual env

My bloodhound installation process fails due to virtual-env I installed everything as listed on their page but when I run virtualenv --system-site-packages bloodhound I get virtualenv: error: no such option: --system-site-packages The…
El Dude
  • 5,328
  • 11
  • 54
  • 101