notabug.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>How to Put Code on NotABug</title>
  6. <link rel="shortcut icon" href="/csh/favicon.ico" type="image/x-icon"/>
  7. <link rel="stylesheet" type="text/css" href="/csh/stylesheet.css"/>
  8. </head>
  9. <body>
  10. <header>
  11. <p><a href="/csh"><img src="/csh/homeicon" alt="csh"/></a></p>
  12. </header>
  13. <h1>How to Put Code on NotABug</h1>
  14. <ol>
  15. <li>Generate an <abbr title="Secure Shell">SSH</abbr> key for your
  16. user on your computer by typing <kbd>ssh-keygen</kbd> in the
  17. terminal.</li>
  18. <li><a href="https://notabug.org/user/sign_up">Get a NotABug
  19. account</a>.</li>
  20. <li>Click <q>Add Key</q> on
  21. the <a href="https://www.notabug.org/user/settings/ssh">SSH settings
  22. page</a>.</li>
  23. <li>Open your key file, which is probably
  24. in <samp>.ssh/id_rsa</samp> in your home directory, and copy and
  25. paste all of it into the <q>Content</q> field.</li>
  26. <li>Put your computer's name in the <q>Key Name</q> field.</li>
  27. <li>Finish adding the key by clicking <q>Add Key</q>.</li>
  28. <li>Go to the <a href="https://www.notabug.org/repo/create">new
  29. repository page</a> by cliking on the plus icon dropdown menu and
  30. selecting <q>New Repository</q>.</li>
  31. <li>Click <q>Create Repository</q> and follow the NotABug's
  32. instructions.</li>
  33. </ol>
  34. <hr/>
  35. <footer>
  36. <p>Last updated: 2017-09-23 23:11:18 CDT.</p>
  37. <p>
  38. Copyright 2017 Caleb Herbert under the terms of the
  39. <a href="https://creativecommons.org/licenses/by/4.0/">Attribution
  40. 4.0 International</a> license.</p>
  41. </footer>
  42. </body>
  43. </html>