13
1
Fork 0
mirror of https://github.com/netzbegruenung/passbolt-salt synced 2024-04-27 02:14:51 +02:00

Adjust production deployment procedure

This commit is contained in:
Sven Seeberg 2023-12-18 17:38:42 +01:00
parent bd64b3d998
commit d9827cff0a
Signed by: sven.seeberg
GPG key ID: 29559DD5A83806B5
2 changed files with 8 additions and 7 deletions

View file

@ -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
```

View file

@ -1,6 +1,6 @@
[project]
name = "passbolt-salt"
version = "1.0.2"
version = "1.0.3"
authors = [
{ name="Sven Seeberg", email="sven.seeberg@netzbegruenung.de" },
{ name="Alexander Bigga", email="alexander.bigga@verdigado.com"}