Skip to content

Commit

Permalink
Adjust production deployment procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
svenseeberg committed Dec 18, 2023
1 parent bd64b3d commit d9827cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@ Additionally, it is possible to only have one source of truth for passwords for
# License
[MIT](LICENSE)

# Setup
1. Clone this repo
# Production Setup

1. Go to your Salt master and install the module with `salt-pip`

2. Go to directory, run (requires `python3-setuptools`)
```shell
python3 setup.py install
salt-pip install passbolt-salt
```

This will install this module and its dependencies.

3. Create an Passbolt account for the Salt master.
3. Create a Passbolt account for the Salt master.

4. Copy the private and public PGP key files to `/etc/salt`.

5. Import the private key with
5. Import the new Passbolt private key on the Salt master:
```shell
gpg --import /etc/salt/passbolt_private.asc
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "passbolt-salt"
version = "1.0.2"
version = "1.0.3"
authors = [
{ name="Sven Seeberg", email="[email protected]" },
{ name="Alexander Bigga", email="[email protected]"}
Expand Down

0 comments on commit d9827cf

Please sign in to comment.