Remote Development hands-on🔗
1. Abstract🔗
Abstract
This is the setup part of the hands-on. You should do it first, according to the instructions given in class.
Warning
Some things may only work on eduroam or in 4G... Some things may only works on Google Chrome
2. Setting up your Google Cloud Platform account🔗
2.1 Option A : Join an existing GCP project🔗
Note
Only do this if you are asked to
For this, you need a valid gmail address, then
Fill the form that was posted on slack to be added to the common ISAE-SDD project. The project id for this year will also be given on the slack.
Check that you have access to the project before starting the hands-on. Copy-paste the project id in the following URL, and check your browser
https://console.cloud.google.com/home/dashboard?project=${PROJECT_ID}
Success
This should open a webpage indicating that you have access to the project.
2.2 Option B : Create your own GCP project🔗
Note
Only do this if you are asked to
Here you will each create a Google Cloud Platform account and project using the student credits given this year,
- Create an account within Google Cloud Platform using your ISAE e-mail
- Use the code given by Dennis to redeem your free credits
- You should have a free tier available to you as well as a coupon giving your credit
- From the interface you should create a project with a name of your choice (it is recommended to put for example sdd2526-yourname so that it is clear)
3. GitHub & VSCode🔗
You should have a GitHub account already. Ensure you are connected with it in GitHub.
You should also have vscode configured. In vscode, install the CodeSpace extension. Check the vscode documentation for more information.