-
Notifications
You must be signed in to change notification settings - Fork 13
Onboarding
Cijin Cherian edited this page Sep 14, 2020
·
12 revisions
If you have completed c0d3.com and are invited to the engineering team, this document is for you! This document will give you the high level overview / resources you need to get started.
- Ask to get invited into this repo.
- Ask for credentials to our hosting provider and domain names.
- Get setup on your server
- Pick the latest version of Ubuntu.
- The basic single core 25 GB server should be enough to get started.
- For server location, pick a location geographically closest to your current location.
- Provide your ssh key to connect to the server after set up.
- To get your public ssh key, in the terminal type
cat ~/.ssh/id_rsa.pub
.
- After setting up the server, go ahead and connect to it.
- To connect to your server, in the terminal type
ssh root@your-server-ip
- That's it, you are good to go.
- Head over to Installation notes on myProxy repository