diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-15 15:15:29 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-15 15:15:29 +0200 |
commit | 03569280e742ad7d3aedeb4d5336b785ef2c7ea0 (patch) | |
tree | 646e6cc34707c6a7fad2e56d48698b55f4537d73 /README.md | |
parent | 3fbb1c5c454eba785c0e4a732a392c080c7f41ce (diff) | |
download | sonarqube-03569280e742ad7d3aedeb4d5336b785ef2c7ea0.tar.gz sonarqube-03569280e742ad7d3aedeb4d5336b785ef2c7ea0.zip |
Update README.md
Fix path to web directory
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 447d4619e28..9a0fbc212d1 100644 --- 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. |