You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pages/index.js
+13-9
Original file line number
Diff line number
Diff line change
@@ -73,19 +73,23 @@ export default function Home() {
73
73
74
74
constserverInstructions=`
75
75
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:
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).
89
93
`;
90
94
91
95
return(
@@ -165,7 +169,7 @@ export default function Home() {
0 commit comments