Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Be sure to let your supervisor know once you have created your Docker Hub account, so you can be added to the ndslabs organization as a contributor.

Enter:

...

Now that you've got a development environment set up, you should be able to SSH into it using the .pem file you downloaded from Nebula:

sudo ssh -i path/to/<cert_name>.pem core@<vm_ip_address>

You have now entered your CoreOS Development environment! Congratulations on completing the first step!

Read more about CoreOS and what it has to offer here: https://coreos.com/using-coreos/

Enter: Git

Git is a commonly-used source control management system in modern software engineering.

...

GitHub has even released a Desktop client!

CurrentlyGoing forward, we will try to follow a "forking" workflow. For comparisons of this workflow to others, see below:

...