04062019 Whynot

Actions

  • Enabled 2FA for Github.
  • Added ssh keys to Github.
    • TODO: outline process in another document.
      • generate ssh keys
  • Setup Github repos for documentation & production repositories.
    • TODO outline this process in another document.
  • Setup this documentation repository.
    • TODO: outline process in another document.
      • git init
      • echo "# StariumXCV Documentation" >> README.md
      • git add .
      • git commit -m 'init commit'
      • git remote add origin [email protected]:davidmwhynot/stariumxcv.docs.git
      • git push -u origin master
  • Setup production repository.
    • TODO: outline process in another document.
      • git init
      • echo "# StariumXCV Production Repository" >> README.md
      • git add .
      • git commit -m 'init commit'
      • git remote add origin [email protected]:davidmwhynot/stariumxcv.prod.git
      • git push -u origin master
  • Setup Gwythdarian LLC Github organization.
    • Forced 2FA for all memeber accounts. This is good for security.
    • TODO: outline process in another document.
  • Begin creation of production repository for static site.
  • TODO: outline github pull request, feature branch, tests, etc. in additional documentation.
  • Checked out new static branch of stariumxcv.prod.
    • TODO: outline process in another document.
      • git checkout -b static
  • Began setting up the static site.
    • TODO: outline structure and process in another document.