Skip to content

Commit 0d01db0

Browse files
authored
Clarify onboarding instructions (WATonomous#55)
1 parent e7baee7 commit 0d01db0

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

pages/index.js

+13-9
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,23 @@ export default function Home() {
7373

7474
const serverInstructions = `
7575
1. Fill out the [onboarding form](https://watonomous.github.io/infra-config/onboarding-form) to request access to the server cluster. Please make sure to provide a valid SSH public key in the form.
76-
2. Your user will be deployed by a WATonomous server cluster member shortly. After your request is approved, you should receive a [GitHub invitation](https://github.com/orgs/WATonomous/invitation) for the WATonomous organization in your email.
77-
3. For faster approval, please email [infra-outreach@watonomous.ca](mailto:infra-outreach@watonomous.ca).
78-
4. Accept your [GitHub invitation](https://github.com/orgs/WATonomous/invitation).
79-
5. Read over the [user manual](https://github.com/WATonomous/infrastructure-support/blob/main/MANUAL.md). This is accessible if you have accepted your GitHub invitation.
80-
6. SSH into our Bastion server. This is the entrypoint to our cluster:
76+
1. Have your WATcloud point-of-contact (e.g. your manager, tech lead, student design team lead, or designated infrastructure support member) approve your request and trigger the provisioning script.
77+
1. After your request is approved, you should receive a [GitHub invitation](https://github.com/orgs/WATonomous/invitation) for the WATonomous organization in your email.
78+
1. Accept your [GitHub invitation](https://github.com/orgs/WATonomous/invitation).
79+
1. Read over the [user manual](https://github.com/WATonomous/infrastructure-support/blob/main/MANUAL.md). This is accessible after you have accepted your GitHub invitation.
80+
1. SSH into our Bastion server. This is the entrypoint to our cluster:
8181
8282
~~~shell
8383
ssh -i </path/to/ssh_key> <username>@bastion.watonomous.ca
8484
~~~
8585
86-
**Questions?** \\
87-
Find support resources in our [infrastructure-support repo](https://github.com/WATonomous/infrastructure-support)! \\
88-
Access to this repo is granted as a part of the access request approval process.
86+
\\
87+
**Tech support** \\
88+
Find support resources in our [infrastructure-support repo](https://github.com/WATonomous/infrastructure-support)! Access to this repo is granted as a part of the access request approval process.
89+
90+
\\
91+
**Collaboration** \\
92+
If you are a student design team/project lead and would like WATcloud access for you and your team. Please reach out to [infra-outreach@watonomous.ca](mailto:infra-outreach@watonomous.ca).
8993
`;
9094

9195
return (
@@ -165,7 +169,7 @@ export default function Home() {
165169
</div>
166170
<Modal size="xl" show={show} onHide={handleClose}>
167171
<Modal.Header closeButton>
168-
<Modal.Title>Server Access Instructions</Modal.Title>
172+
<Modal.Title>WATcloud Server Access Instructions</Modal.Title>
169173
</Modal.Header>
170174
<Modal.Body>
171175
<ReactMarkdown components={{ code: CodeBlock }}>

0 commit comments

Comments
 (0)