2

I tried TRAC before and knew how powerful it is But I'm having lots of difficulties to to put it on an online host, it needs lots of resources and can't put it on a regular paid host

So I wanted to know if there is a TRAC-Like but written with PHP or something, I need it to have SVN, Wiki, Ticket issuing and maybe Forums

Mohamed Atia
  • 298
  • 1
  • 10
  • There is a good list of commercial Trac hosting services here: http://trac.edgewall.org/wiki/CommercialServices – RjOllos Nov 10 '09 at 09:24

5 Answers5

3
jitter
  • 53,475
  • 11
  • 111
  • 124
  • +1 for retrospectiva, I hadn't heard of them and the Agile plugin looks very, very promissing. – Cohen Nov 01 '09 at 00:02
2

If you have Ruby on Rails support, you might take a look at Redmine. It has all of the features that you require. I've recently started using it and have been pretty happy with it. I was never able to find one written in PHP that suited my needs.

Jason
  • 2,545
  • 16
  • 20
2

Maybe InDefero? It's written in PHP and tries to be a clone of Google code. It has support for git, svn and Mercurial.

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
troelskn
  • 115,121
  • 27
  • 131
  • 155
  • Indefero is a pain to host on most shared and even dedicated hosting, as the way it is coded is not compatible with all configs. We have to manually do permission changes etc... what a pain.. – rockstardev Feb 03 '12 at 08:13
1

I would recommend InDefero too. Clean and fast.

0

I used to have same issue, but I badly wanted Trac and nothing else. I finally rented a small Windows-based virtual server at €20/month (the linux ones are cheaper) on which I do all my development stuff: Subversion, a test Apache environment, and Trac. It takes some time to set up, but I'm quite happy with it and can recommend it. Also, on standard shared hosting, your problems might not end with Trac: Subversion is a rarity among hosting providers as well. Depending on where you are based, e.g. 1and1 rent cheap virtual servers in europe and the US.

Pekka
  • 442,112
  • 142
  • 972
  • 1,088