Clarify a couple of things in deployment guide. #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "knoflook/docs.coopcloud.tech:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this PR addresses what I believe to be lacking from the deployment guide.
it's not clear from the docs that you have to install docker both locally and on the server
after doing abra init you get this:
for somebody who never used docker this response might be unexpected and it might be a good idea to clarify that this is in fact the desired behaviour.
can't generate secrets for nextcloud as it requires pwqgen which is not a part of default debian stable or devuan beowulf installation. You need to install passwdqc to get it. This should be stated in the getting started guide.
got an error message
ERROR: https://[redacted] still isn't up, check status by running "abra app nextcloud-coopcloud ps"
, and the same one for traefik. They just needed some more time.I'm putting WIP in the title because even I believe these changes are needed, I would like somebody to check if what I've written is gramatically correct and easy to read.
Wonderful stuff! Thanks for taking a pass on this. The comments below are just more informational than anything. I'd be happy to merge this as is but let us know when you're finished working on it.
@ -86,6 +86,23 @@ Once you've added the sever, you can initialise the [new single-host swarm](http
abra server example.com init
```
You might see some messages from docker-swarm such as:
We have discussed making the underlying tools visible so as to make more clear that
abra
is a thin wrapper on other tools. Also see57f3f96bbc/abra (L1322)
as an example of that. However, this does show how this approach can be confusing for newcomers! I have pondered if we should be capturing this output instead? We still explain what is going on but make it more clear through output we control? I will open a ticket for this.These docs are good as is though 🚀
@ -114,0 +131,4 @@
```bash
ERROR: https://traefik.example.com still isn't up, check status by running "abra app traefik ps"
```
It might need a few seconds more to start up. We can then check that everything came up as expected.
FYI we're working on making this domain not mandatory if you don't enable the Traefik dashboard in https://git.autonomic.zone/coop-cloud/traefik/issues/24. Most people won't need it. When there is no domain,
abra
skips over this message. This note is also great to have though.@ -135,3 +156,4 @@
abra app nextcloud secret generate --all
```
If abra complains about lacking pwqgen, it is available in the packet passwdqc on debian. Install it with
Nice! Yeah we're working on removing this requirement in https://git.autonomic.zone/coop-cloud/abra/issues/167. Good to have this.
WIP: Clarify a couple of things in deployment guide.to Clarify a couple of things in deployment guide.Thank you! 🙏🙏