Reputation: 579
I'm a bit lost right now.
I managed to install sonar 3.5 on a Windows server 2008 and have it working with SQL server 2008. I can access the dashboard and tables were created in the database. This is the "sonar server".
The thing is I have my sources on another server, the "source server".
So I create a "project-properties" file alongside my .sln
file.
Now I'll need to run the command
$SONAR_RUNNER_HOME/bin/sonar-runner
but really don't see how to do it.
First i'd like to know if it's possible.
And if it is, how to?
If you need more information let me know, I'll provide it quickly.
Upvotes: 1
Views: 1253
Reputation: 76
Possibly try the following:
See also: http://docs.sonarqube.org/display/SONAR/Installing+and+Configuring+SonarQube+Runner
Upvotes: 2