Uploaded image for project: 'Community Linux Engineering'
  1. Community Linux Engineering
  2. CLE-1747

RFE: make better PAGURE docs on how to do stuff

SetAsigneesSync from "Extern...update-metadata-from-f...XMLWordPrintable

    • rhel-cle-nucleus

      Hi,

      it starts with adding a ssh key to the system. There is NO context on that page, just a button to add a key. For someone never heared about ssh, it's a absolute no go and even with knowledge, the word "PUBLIC KEY" would be helpfull.

      WHY can we checkout via HTTPS and SSH , but not commit with HTTPS ???

      Create a shop help page with the basic 4-5 elemental commands:

      How to start:

      cd ~/.ssh
      ssh-keygen -f fedora-git-sshkey

      Upload fedora-git-sshkey.pub per COPY & PASTE into your Fedora Pagure Account.

      Create a local git:

      mkdir Fedora
      cd Fedora
      git clone 'ssh://git@pagure.io/forks/<username>/fedora-docs/quick-docs.git'
      git config --global --edit

      Edit a page:

      cd quick-docs/modules/ROOT/pages/
      gedit commit creating-and-using-a-live-installation-image.adoc
      git commit creating-and-using-a-live-installation-image.adoc
      git push

      Create Pullrequest via WEBUI from "YOURFORK" .

              Unassigned Unassigned
              cle_bot CLE bot
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: