From 562496b4391cc6b3db8360f0f438d58b63aa89e0 Mon Sep 17 00:00:00 2001 From: Facinorous Date: Thu, 5 Nov 2020 07:35:37 -0500 Subject: [PATCH] update readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f9d7db..d24d584 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ TODO: #### python-gitlab - `yum install python-pip` | `sudo apt install python-pip` - `pip install python-gitlab` + `yum install python-pip` | `sudo apt install python-pip` + `pip install python-gitlab` # Set Up @@ -36,8 +36,11 @@ TODO: Be sure to read the config and change all things to your desired specifications. Refer to the comments in that file for info on what everything is. Do not edit anything under the system variables section, only the user variables. You'll need to generate a Personal Access Token in the user `gitmirror` on gitlab for the config. +
**NOTE:** Currently you must create the groups in gitlab using the `gitmirror` user manually. This will be changed in a future update. Once this text is gone, it'll be automatic. +
+ 8. Run `./setup` to begin the automatic set up process. 9. Once the set up is done, you will be given a SSH key. Login to your `gitmirror` account on your gitlab instance, and add that SSH key to it. 10. Run `./setcron` to add the mirror cron jobs to the users cron table @@ -57,7 +60,7 @@ If you at any time want to add more groups you can mirror to, simply add them to You might find out that gitlab-mirror doesn't actually update that often. Although, if it ever does, you can simply run `./update` to update your project's gitlab-mirror. -# Updating +# File Structure When done, the file structure in your system should look as such: