How do I launch Confluence developer instead of Jira for Plugin? - plugins

I am trying to create a plugin for the Confluence Platform.
When I run atlas-run it will launch JIRA.
How do I specify I want to create a plugin for Confluence to test under?
Thanks,
Tim

Whoops, didn't realize they had this script: atlas-create-confluence-plugin

Related

Installing a SonarQube Plugin Programmatically

I have a SonarQube service and API deployed in containers as part of my build pipeline. The SonarQube service needs to have the SonarJava plugin installed to understand my code rules.
As it's not an option to manually install this plugin, I'd like to do it through the API.
I saw this post: How to install or uninstall SonarQube plug-ins with HTTP? which seemed helpful, however attempting "POST /api/plugins/install?key=SonarJava" hasn't led to much success.
Thanks in advance.
Please use /api/plugins/install?key=java, it will automatically install SonarJava plugins.

integrate Eclipse and arcanist

Arcanist is a part of code review tool of Phabricator. For some reasons, our developers don't like use commands to push code. Is that way to integrate ecplise(J2EE) and arcanist?
Unfortunately there is no official plugin to integrate arcanist or any other phabricator application data into eclipse yet.
But feel free to create a feature request :)

Unable to select the golang sdk in Intellij IDE

I am following the following blog to configure my golang environment (OS-X machine):
http://webapp.org.ua/dev/intellij-idea-and-go-plugin/
But, whenever I try to add go sdk (installed at /usr/local/go), it appear blank selection for the SDK.
Please suggest me, if I am missing something.
This page lists the SDKs which have already been configured in IntelliJ IDEA. You need to press the "Configure..." button and point the plugin to your SDK installation. Once you do this, it will become available in the SDK list for new project creation.
I would suggest to use the following for writing golang application:
https://groups.google.com/forum/#!msg/golang-nuts/tuGS99f-kqk/Tl5KqNG0js0J
https://github.com/visualfc/liteide
If you want to use IDEA with golang, we've made a lot of progress in the past months. Please install the latest release from github releases and give it a try.
As the name suggests, there are a few issues here and there but it should work much better that the current release of the plugin.
You'll find it a class over the other offerings for writing go apps ;) (disclaimer I'm one of the contributors to the plugin, I'm very biased)

How to install active-x control from website in IE?

I want to install active-x(.ocx) from website in IE.
if(active-x is not registered or installed version is old)
install/register active-x control
I am a C++ developer, I have developed active-x control(.ocx) I am new in web development.
Currently I am doing registration through (regsvr32 active-x name). I wants to automate this process. As user came to my site plugin should get installed.
Thanks in advance...
I have found the way to do it using following links:
http://www.codeproject.com/Articles/14533/A-Complete-ActiveX-Web-Control-Tutorial
http://www.codeproject.com/Articles/22185/A-Complete-Scriptable-ActiveX-Web-Control-Tutorial
Thanks,
Pravin

intranet prebuild solution for joomla

HI,
is there any prebuild solution for intranet deployment in joomla??. I know there are solutions for Frupal like drupal commons and atrium but is there anything for joomla??
Or if any one knows a step by step procedure for doing this with all good module?? I know how to setup and install joomla but configuring it and setting up is difficult and so i am looking for pre build solution
I think I will go with wordpress and mediawiki integration. Thanks for the help.