21

Please tell me what kind of programs you use insted of JIRA/confluence. I don't like jira because the design is so Java style. For example I like the PivotalTracker for tracking fresh projects.

What do you suggest? THX!

xpepermint
  • 35,055
  • 30
  • 109
  • 163

8 Answers8

14

Phabricator is a suite of web applications that help software companies communicate about software effectively. It was created at Facebook. Didn't try it yet, but looks like a good option.

GalSegal
  • 179
  • 1
  • 2
  • We use Phabricator at work - the performance is blazing, it has awesome code review, tight integration with git, task management, projects (grouping tasks with priority) and lots more besides. I highly recommend it. – JBRWilkinson Nov 15 '13 at 11:51
  • 1
    Wow. That looks pretty nice. Can't believe I haven't heard of it before! – hourback Aug 01 '14 at 19:20
9

For Project Management, Trello is a sweet free alternative, albeit with much fewer features.

For sharing files with the team, Google Drive is a good option (the shared folders feature is awesome).

For VCS+more, you can use something simple like Github, or more powerful tools like Redmine or Kiln.


A quick search on Google gets you more quasi-interesting projects:

snrostov
  • 23
  • 1
  • 5
4

personally i like http://leankitkanban.com for my project/ task tracking and i use http://pbworks.com for my wiki at work

i think its complete personal taste though

stack72
  • 8,198
  • 1
  • 31
  • 35
2

Redmine is a good alternative. It combines wiki and issue tracker pretty well.

aku
  • 122,288
  • 32
  • 173
  • 203
1

Maybe CounterSoft Gemini works for you?

dsmalls
  • 11
  • 1
1

Mindtouch is really great. They have a community version, and their scripting is very intuitive. Searching is fast, and their user community is really lively.

leadsalad
  • 11
  • 2
1

Try with Fusion Forge is nice http://www.fusionforge.org/ works for me..

mavirroco
  • 117
  • 10
1

A lot of projects in our company use Trac (see The Trac Project). It is a combination of a lightweight wiki, issue tracker and integrator for Subversion commits. Written in Python, there are some plugins available for it, so it may expanded pretty easy. I like JIRA and Confluence more, but that is a personal preference.

mliebelt
  • 15,345
  • 7
  • 55
  • 92