Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking for a self hosted CodePlex clone to use on an intranet.
It should be web-based, preferably open-source but may also be commercial.
The important features I need are:
Discussion board
Wiki for project documentation
Mercurial integration (optional)
Issue tracker (optional)
Any suggestions?
Some alternatives I found:
Redmine (open source, can be easily installed through BitNami Installer)
TRAC (open source)
JIRA (Commercial)
GitHub Enterprise (Commercial)
I am currently evaluating Redmine.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
As Cloudera official blog said, there is no free version of CDH from 6.3.3, they would make the Cloudera Manager to open source, but not yet.
Is there any other project like Cloudera Manager? which can manage Hadoop components by Web UI, especially belongs to Apache projects.
BTW, HDP also is not available for new version.
I am using the Cloudera Virtual Machine
You can still download a docker image of the QuickstartVM
DockerQuickstartVM
or you can try this link too
cloudera-quickstart-vm-virtualbox
There is Arendata:
https://store.arenadata.io/index_en.html (vendor is Russian, but they have english versions on the page)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Are there any addons for web analytics for heroku? I already used analytics from google but as I want to track the analytics of an open source project (MEAN.js) which should be transferable to another user I would prefer to have all in one place (heroku). Do they provide free plans for open source projects?
I think you could try Keen IO, they have a free tier you could use to test.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I was wondering if there is any documentation for the new UI Testing in XCode 7 introduced at WWDC 2015. If there is no documentation, are there any user-produced versions that are worth looking at?
Thanks
Some of the useful links:
Apple developer videos
Apple Developer Doc
mokacoding
I used appledoc to generate some unofficial headers of XCTest on iOS 9. This includes the new XCU* classes used in UI Testing.
Unofficial headers (viewable online)
Downloadable docset (GitHub repo)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
In Admin/Tools/More I found the Sopport tool. It is its description:
The Support tool integrates with the Ticket tool to provide customers
a support ticket system for submitting and following issues, bugs, and
feature requests. Customers get a personal view of the tickets that
they submit.
Unfortunately, I don't see that users can vote up/down the features (or bugs) they prefer. Is it possible to do it with Assembla or we must use an external tool?
There is no tool in Assembla for directly voting on features. You are looking for a tool such as Uservoice - which you could then embed in a custom tab in your Assembla project.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for a framework to create an install kit for my Java web application.
I need something that would install JBoss, a Database Server, Java, and of course the application itself with all the dependencies and settings on a Windows platform.
I prefer free tools. What do you recommend and why?
Install4J: Not free but easy to use and extensible.
http://www.ej-technologies.com/products/install4j/overview.html
As pointed out earlier in a comment there is another similar thread, which anwsers my question. Thanks to #Zaki for this info.
You can use the SetupBuilder Gradle Plugin to create a native msi installer with a simple Gradle script.