On 03/23/2015 10:35 PM, Glen Rundblom
wrote:
Forgive me Sandra, that was not very helpful. Here is what I did in detail when I setup my fedorapeople account. I commented it and hopefully it will be of more use then my last comment. (its late, and I am tired but my brain wont let me sleep) I sshed into the fedorapeople server: and then..... # Made my public Git directory 7 mkdir ~/public_git; /sbin/restorecon -Rv ~/public_git # Tried to remember where I was 8 pwd # made my initial Public html direcotry 9 mkdir public_html # make sure I did what I was thinking I was doing 10 ls 11 cd public_ 12 cd public_html/ 13 ls 14 nano index.html # made sure I was editing the web directory I thought I was 16 exit #not sure what that exit was all about 17 ls 18 cd public_git/ 19 ls # Here is where I made my copy of the virtualization getting started guide. I did a mkdir and then pasted the last of the filename "virtualization-getting-started-guide.git" 20 mkdir virtualization-getting-started-guide.git # Enter the directory I just made 21 cd virtualization-getting-started-guide.git/ # Initialize the Repo 22 git init --bare 23 touch git-daemon-export-ok After that, I then pushed my local cloned copy of the virtualization guide up to my fedora people repo. Using the instructions from http://fedoraproject.org/wiki/Infrastructure/fedorapeople.org#Create_a_.7E.2Fpublic_git_directory_on_fedorapeople.org I had to do the git remote add, and then push it... $git remote add fedorapeople grundblom@xxxxxxxxxxxxxxxx:public_git/virtualization-getting-started-guide.git $git push fedorapeople I hope that helps! |
-- docs mailing list docs@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/docs