Article Analyzer: part 2

Continuing work on the Article parser after finally gettin the vagrant setup working. I’ve also now integrated it with VS Code so the workflow is seamless. As I’m novice with Vagrant, it of course was a bit of a complicated procedure, especially getting the git ssh keys working:

  1. First using the private key in the vagrant directory copying my ssh key to the vagrant VM (perhaps I should have just made a new ssh key but this works for now…).

  2. Copying the file from Windows to the Ubuntu VM caused some issues with the file permissions:

    which was quick to fix:

     chmod 700 id_rsa
    

And we are connected to Git from the VM:

Also needs the basic configs: