-
Notifications
You must be signed in to change notification settings - Fork 20
Wiki Archiving Guide
AndrewS-GH edited this page Mar 6, 2021
·
1 revision
For groups working on Lexos, before editing documentation, you first want to archive the current Lexos Wiki.
You will want to clone the wiki to your local machine.
Open up git bash and change directories to a folder you want to store the Lexos wiki temporarily.
Then you will want to use the command git clone https://github.com/WheatonCS/Lexos.wiki.git
to clone the wiki to your current working directory.
Open the lexos.wiki folder on your machine, you will want to create a zip of all of the markdown files.
Title the zip with the current date in YYYY_MM_DD
format, ie: 2021_03_06
.
Move your new zipped folder to the Archives folder.
In git bash change your directory to your clone of the wiki, commit, and push your changes.
- User's Guide
- Developer's Guide
- Lexos Bootcamp
- Git Basic
- Git on Pycharm
- Python Tutorial
- Python Coding Style Guide
- Back End Developer's Guide
- The Lexos 4 Frontend
- Javascript Library Maintenance
- In the Margins Content Guide
- Lexos Server Deployment Guide
- How to Install scikit-bio on Windows
- Ajax and jQuery
- Wiki Archiving Guide
- Unit Testing Guide
- Repo Administration Guide
- Proposals