mirror of https://github.com/zulip/zulip.git
docs: Fix single-service deployment docs.
Apparently, the ordering matters. This command now matches what we use for installing single-purpose installations; I should have checked this directly.
This commit is contained in:
parent
7844f87d65
commit
6041c277a9
|
@ -50,7 +50,7 @@ can do the following after unpacking a Zulip production release
|
|||
tarball:
|
||||
|
||||
```
|
||||
env PUPPET_CLASSES=zulip::redis,zulip::base ./scripts/setup/install
|
||||
env PUPPET_CLASSES=zulip::base,zulip::apt_repository,zulip::redis ./scripts/setup/install
|
||||
```
|
||||
|
||||
You can see most likely manifests you might want to choose in the list
|
||||
|
|
Loading…
Reference in New Issue