Skip to content

Onboarding

Cijin Cherian edited this page Sep 14, 2020 · 12 revisions

Intro

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.

First steps

  • Ask to get invited into this repo.
  • Ask for credentials to our hosting provider and domain names.
  • Get setup on your server

Server setup

  • 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.

Connecting to your server

  • 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.

Installing myProxy

  • Head over to Installation notes on myProxy repository
Clone this wiki locally