-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a Guide: Create a wiki for your project #36
Comments
@Olivia-Chiong has made a wiki, which I turned into a generic template and placed on the repo: https://github.com/hackforla.org/.github and we are in the process of documenting how to copy the wiki to a specific repo when you need it. Here is what Thad wrote for the Civic Tech Stucture BOP project. It still seems fairly incomprensible to me. We need someone who can document this a little more clearly. Possibly with screen shots. Might be worth asking Dean from 100 Automations to look at it, since he did it on that project.
|
Guide: Using the Hack for LA GitHub template wiki to create a new wiki for your project's GitHub repositoryHack for LA template repository and wikiStep 1: Setup the wiki on your GitHub repository to receive the template filesCreate a single page. You will be replacing it with the template so there is no need to customize it. Step 2: Open up the command LineOpen the command line on your computerOn a Mac
On a PC
Generate the SSH Key
Follow instructions below on adding the key you have copied
Go to your own GitHub profile and click Settings Click on the New SSH Key button Input your key on the next screen Step 3. Setup your local working directoryChange to a directory on your computer where you want to store the code
This image is from a windows machine, but it's basically the same thing with a MAC finder window. Step 4. Get the wiki files from the template repositoryany instructions that say type, are meant to be typed into the command line interface Clone the template repositorytype Clone the destination repositoryreplace the brackets and the items in them with your information Change the directory to the name of the new destination directory that was created: [same as name of your repo]type Get the wiki (a submodule) from your repo:This is that same one you made when you setup the wiki initially (1st step). Open the local submodule destination folder that was just created.type Navigate out of the destination directorytype Clone the wiki files from the template repositoryThis will also create a directory called hfla-github-wiki Open the local folder where the template wiki files are going to gotype Navigate into the foldertype Pull down all the files from the template wikitype Step 5. Manually copy the files from the two local folders you have openedFrom the hfla-github-wiki window/folder to the .github.wiki window/folder Navigate out of the foldertype Step 6. Add the wiki to your GitHub repositoryNavigate into the destination folder and then into the wiki submoduletype Add the filestype Commit the filestype Push the filestype Notes
Notes about the commands used to setup the ssh. I looked on GitHub but their instructions were much more complicated and not specific to the message you would see. $ ssh-keygen |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Prerequisite on Windows:
Follow instructions below on adding the key you have copied
Go to your own GitHub profile and click Settings |
This comment has been minimized.
This comment has been minimized.
Prerequisites: |
@sayalikotkar the instructions have been updated. Let me know if you are able to follow now. |
Bonnie to talk to the 100 Automations team about making a automation out of this practice |
Overview
We need to create a guide that shows how to use the Hack for LA GitHub template wiki to create a new wiki for your project's GitHub repository so that each project team can create a wiki for the project.
Action Items
Resources
Hack for LA's default repo wiki
To-do list
Examples of good wikis
Design Systems
Civic Tech Index wiki
100 Automations wiki
The text was updated successfully, but these errors were encountered: