Automation deployment software [closed] - deployment

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Tell me please is there some gui software to the deployment of applications and databases under windows platform?
I need to configure, install, update and uninstall an applications from the changing list on several servers from one place ( by the mouse click is pefrect )

Check out Kwatee. It runs under tomcat/mysql on Windows, Linux or Mac. It has a web gui for configuration and deployment management but you can also automate with CLI scripts.

Related

Is there a tool to directly run programs with arguments? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I´m searching for a tool with which I can directly start a program providing command line arguments under windows. In Visual Studio I have the option to set start arguments, but it´s not that comfortable for debugging. Also I use Other IDEs too which don´t have this built-in option. Does anyone know such a tool?
There is a tool named Args[] which is context menu based. When you rightclick an exe-file you can choose "Start with arguments". You may download the latest version of the tool as Installer here.

How to get linux terminal in Eclipse [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Is it possible to have linux prompt in Eclipse whatever perspective is on?
I would like to have the same thing I have in Gedit:
http://buntublog.files.wordpress.com/2009/02/gedit_plugin.png?w=460&h=353
A couple of possible solutions:
http://code.google.com/p/openextern/
http://marketplace.eclipse.org/content/shelled
You can also use Target Management's Remote System Explorer plugins. Just open an SSH connection to your local host from within eclipse.
I like this one: Terminal plug-in for Eclipse (http://code.google.com/p/elt/).
There is an Incubator project called Local Terminal. You can install it from the Eclipse update site under General Purpose Tools->Local Terminal
Much better then http://elt.googlecode.com

Most useful free Jenkins plugins [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Jenkins is an extendable open source continuous integration server.
There's a list of plugins available for Jenkins, https://wiki.jenkins-ci.org/display/JENKINS/Plugins, but which ones have you found the most useful?
List:
Copy Artifact Plugin
NUnit Plugin
.NET
Thoughts on how to use Jenkins for .NET Builds in a Windows environment.
Here, we use the Copy Artifact Plugin and the NUnit Plugin.
We haven't found a need for any other plugin.

What are popular addons on Bugzilla [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
We are using Bugzilla for tracking of the bugs. We want to use addons for task tracking and for project management. There are a lot of addons for this purpose. Can any one please suggest the good addons for this purpose.
Also let us know any other addons that you know are good.
You can find all addons for bugzilla in below link. Also check EZ!PM under project management addons. That seems to be good tough I am not using that -
https://wiki.mozilla.org/Bugzilla:Addons

Default Eclipse preferences [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have previously exported the default preferences but accidentally deleted it. Is there anywhere I can download the default set of preferences from? I am running the latest version on Mac OS X.
Thanks,
Dany.
The simplest way would be to:
do a fresh installation of your Eclipse in another directory
export the default preferences of that instance
import them in your existing Eclipse.