-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Not sure if this should be here or against srcomp-cli; nor where the docs will go (either the README here, srcomp-cli's docs or part of the SRComp wiki).
While there is some mention in various places of what a deployed compbox looks like, it's missing some key details.
The main thing I'm aware of biting people is that the name in the deployments file needs to point directly to the machine for both HTTP API access and SSH access; this is alluded to but not made clear. As part of this we should suggest using local (~/.ssh/config
) aliases can help if there are reasons to break one of these assumptions.
As part of this it may also make sense to document why the act of doing a deploy (i.e: updating the deployed compstate) works the way it does -- namely by push, not pull.
I suspect there may be other things too.