Skip to content

Commit

Permalink
Fix config file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cazzerson committed Oct 1, 2014
1 parent ed6359c commit d75b0fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Now you have to run a database initialization script included in the suma downlo
Suma Server Software Configuration
-----------------------------------

* web/config.yaml
* service/web/config/config.yaml

In the `/SUMA_SERVER_INSTALL_DIR/web/config/` directory, copy `config_example.yaml` to a new file `config.yaml`. You must set some path variables in the `config.yaml` file for the Suma server to function correctly.

Expand All @@ -145,7 +145,7 @@ Suma Server Software Configuration

`SUMA_DEBUG` can be set to `true` if you would like to see more verbose error messages. This should generally be set to `false`.

* config.yaml
* service/config/config.yaml

In the `SUMA_SERVER_INSTALL_DIR/config/` directory, copy `config_example.yaml` to a new file `config.yaml`. You must modify the following:

Expand All @@ -167,7 +167,7 @@ Suma Server Software Configuration
Suma Client Configuration
--------------------------

* spaceassessConfig.js
* web/config/spaceassessConfig.js

In the `YOUR_WEB_DIR/suma/web/config/` directory, copy `spaceassessConfig_example.js` to a new file `spaceassessConfig.js`. If the Suma server URL is anything other than `http://YOUR_HOST/sumaserver`, you will need to change the paths at the top of `YOUR_WEB_DIR/suma/web/config/spaceassessConfig.js`.

Expand Down

0 comments on commit d75b0fa

Please sign in to comment.