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

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Fix the release number in "wget" command.
Fix the directory name where settings.json must be put
  • Loading branch information
Lothiraldan committed Apr 20, 2016
1 parent d1aca32 commit 141dc38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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" 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.
Get into the saltpad directory, copy the file named "settings.json.sample" as "settings.json" in the "static" 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 @@ -258,15 +258,15 @@ Released versions are available on github (https://github.com/Lothiraldan/saltpa

.. code-block:: bash
wget https://github.com/Lothiraldan/saltpad/releases/download/v0.2/dist.zip
wget https://github.com/Lothiraldan/saltpad/releases/download/v0.3/dist.zip
Unzip to a location of your choosing:

.. code-block:: bash
unzip dist.zip -d /opt/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).
You will also need to create the file settings.json in the "static" directory that you have unzipped to, e.g. `/opt/saltpad/static/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 141dc38

Please sign in to comment.