]> source.dussan.org Git - sonarqube.git/commitdiff
Update README.md
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 15 Jul 2014 13:15:29 +0000 (15:15 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 15 Jul 2014 13:15:29 +0000 (15:15 +0200)
Fix path to web directory

README.md

index 447d4619e28518bb8aeae64ac43cb16a53081827..9a0fbc212d13d159e94d786a89dee7947c9befc7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,11 +18,11 @@ Put your technical debt under control. For more information please see:
 The development mode is used to edit Ruby on Rails code. The application is automatically reloaded when Ruby files are saved. It avoids restarting the server. Changes are reloaded on the fly. Execute one of the following commands from the sonar-server/ directory to start server:
 
     # for embedded database
-    sonar-server/h2-start.sh
+    server/sonar-web/h2-start.sh
     
     # or for other dbs
-    sonar-server/mysql-start.sh
-    sonar-server/postgresql-start.sh
+    server/sonar-web/mysql-start.sh
+    server/sonar-web/postgresql-start.sh
 
 Then Ruby code can be directly edited from sonar-server/src/main/webapp/WEB-INF/app.