How can install sonarqube? - sonarqube

I have been trying to install the sonarqube for some time. When I tried to run the startsonar.bat, nothing happens and it does not execute anything.
I also tried:
C:\WINDOWS\system32>cd C:\sonarqube-9.6.1.59531\bin\windows-x86-64
C:\sonarqube-9.6.1.59531\bin\windows-x86-64>StartSonar.bat
Rather than installation I got:
C:\sonarqube-9.6.1.59531\bin\windows-x86-64>
What's the main problem and how can I install the sonarqube?

Related

install redmine on windows 10 have failed

hello there i'm trying to install redmine on windows 10 ,i have tried to install with bitnami and it have error on
installing gems any one will give me a solution on installing redmine
on windows 10. i prefer to use iis web server
,also i have tried "windows web platform installer" with "helicon zoo"
and had error on finding file , and i have tried to install it without
package manager http://coreboarder.com/blog/?p=465 and it failed on
step 4.3 so i skipped but again it failed on step 5.2 when executing
"ruby dk.rb install"
i haven't used ruby ever before am i missing something
thanks in advance
ps , i have added error snapshot in bellow
bitnami
bitnami
bitnami
helicontech.com/zoo/
if you are installing Redmine in your local system which has OS Windows 10, you no need to install all the required set of Softwares separately, you can go and download the Bitnami Redmine here
the download is an installer you can easily install all the software includes Database aswell.
I think this will helps you.
I do not know why you are trying to install redmine the ways you quote usually first check if it is already installed via command prompt and write, gem list.
If not installed, gem install 'redmine' or gem update 'redmine'
I would do a check to see if redmine is actually still an active gem.

Error: unable to locate package libpam-google-authenticator

I'm having trouble setting up 2 factor authentication in Ubuntu Server 18.04.
I'm following this tutorial: http://www.ubuntuboss.com/how-to-set-up-2-factor-authentication-in-ubuntu-server-18-04/
But on the first step when I try to install the package I get the package not found error as seen in the title.
sudo apt-get install libpam-google-authenticator
I have looked around to see if the package has been updated and goes by a different name and I am sure I have the most recent version of the package manager.
Has the package changed or is there anyway around this problem.
Had the same problem. Turned out it's because Ubuntu Server doesn't include the Universe Repository.
Add this line
sudo add-apt-repository universe
Then run the command again and it will install.
I found a way round this issue,
/tmp$ wget http://launchpadlibrarian.net/326531917/libpam-google-authenticator_20170702-1_amd64.deb
I was able to manually install it via this link and installed the missing dependencies the same way and was able to finish the tutorial as normal.

mapr installation with mapr-setup script

I'm facing issue when installing the MapR installer. It is unable to read from the repository. Please check below link for detailed error. Let me know how to overcome this.
http://justpaste.it/q6vl
You may try to clean the repo cache. If it is on RedHat run the command "yum clean all" and attemp the install again.

Running .sh file on Windows in git bash gives an error: Unable to find Digest::SHA or Digest::SHA::PurePerl

Good day to all!
While trying to build a fork of scala from github on my local PC and running
pull-binary-libs.sh in git bash I receive such an error:
Unable to find Digest::SHA or Digest::SHA::PurePerl
Trouble downloading 943cd5c8802b2a3a64a010efb86ec19bac142e40/lib/ant/ant-contrib
.jar. Please try pull-binary-libs again when your internet connection is stable
I can't figure out what's happening. I am a new bie to git, that's why maybe I am missing something. Any help will be appreceated.
P.S. I tried to install cygwin to ryn script from it, but I have problems during installation that constantly interrupt it. So I am using git bash instead.
UPDATE: I tried to install modules using СPAN. I even had successfully installed PurePerl and SH1 as CPAN messages reported. While trying to insall Digest::SHA I receive some errors connected with nmake. And while trying to run scripts again I get errors mentioned above.
It sounds like you are missing Perl modules that Scala's build system requires.
See How to Install CPAN Modules.

Problems Installing Eclipse and Ruby Plugin

I installed Eclipse on my Ubuntu machine and then the Ruby Development Tools (RDT), but it would crash when I try to alter certain features, like having line numbers, how far back to have history, and the code coloring scheme didn't work fully. I decided to try to uninstall Eclipse by doing sudo aptitude remove Eclipse and then sudo aptitude install eclipse but instead it installed it back with the broken Ruby plugin. I also tried aptitude purge but that didn't help either.
How can I freshly reinstall Eclipse and get a properly working Ruby plugin?
Well, I still haven't figured out how to do it via aptitude, but downloading eclipse from their home page works.

Resources