Setting Up Your Machine

In order to install the packages and some of their dependencies, we need to "add" your computer to the list of machines that we allow to download the package. We do this by adding the SSH key of said machine to our repositories.

  1. Follow the tutorial below to create your SSH key if you don't already have one. Make sure to remember the password you use for your SSH key, you will need it for the last step.

    https://confluence.atlassian.com/bitbucketserver/creating-ssh-keys-776639788.html

  2. You will need to send us the SSH key so we can add it the repositories.

  3. Check to make sure that the ssh keys have been added to the relevant repositories. Do this by running the command,

    ssh -T git@bitbucket.org

    It should list 4 repositories that start with ottawamhealth that you now have access to.

  4. The last thing you need to do is setup ssh-agent with your SSH key so that npm does not ask you for your SSH password everytime you try to install the package. Run the following commands to do that. The SSH key on my computer is located at and ~/.ssh/id_rsa

    1. ssh-agent

    2. ssh-add ~/.ssh/id_rsa

results matching ""

    No results matching ""