Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Update README to match new looking path for settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothiraldan committed Apr 4, 2016
1 parent 4c53e45 commit f518baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Configure SaltPad

If your checklist is done, you can now configure SaltPad.

Get into the saltpad directory, copy the file named "settings.json.sample" as "settings.json". You will need to edit it. Set your API_URL if your salt-master is not local and if your salt-api is served over SSL, set the SECURE_HTTP key to `true`. You can also configure job templates in this file, see the corresponding part for more details. You will need to strip all comments starting with '#' from the file.
Get into the saltpad directory, copy the file named "settings.json.sample" as "settings.json" in the "config" directory. You will need to edit it. Set your API_URL if your salt-master is not local and if your salt-api is served over SSL, set the SECURE_HTTP key to `true`. You can also configure job templates in this file, see the corresponding part for more details. You will need to strip all comments starting with '#' from the file.

Here is an example of a settings.json file:

Expand Down Expand Up @@ -266,7 +266,7 @@ Unzip to a location of your choosing:
unzip dist.zip -d /opt/saltpad
You will also need to create the file settings.json in the same directory that you have unzipped to, e.g. `/opt/saltpad/settings.json`. You can use the example settings.json found above (https://github.com/tinyclues/saltpad#configure-saltpad).
You will also need to create the file settings.json in the "config" directory that you have unzipped to, e.g. `/opt/saltpad/config/settings.json`. You can use the example settings.json found above (https://github.com/tinyclues/saltpad#configure-saltpad).

Then point your favorite webserver at the saltpad directory.

Expand Down

0 comments on commit f518baa

Please sign in to comment.