Update README.md

master
Facinorous 4 years ago committed by GitHub
parent 0b282999c5
commit 2b00f25751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,6 +41,7 @@ Do not edit anything under the system variables section, only the user variables
6. Run `./setup` to begin the automatic set up process. 6. Run `./setup` to begin the automatic set up process.
7. 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. 7. 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.
8. Run `./setcron` to add the mirror cron jobs to the users cron table 8. Run `./setcron` to add the mirror cron jobs to the users cron table
9. Run `./creategroups` to create all the groups inside of your gitlab automatically
# Mirroring # Mirroring
@ -57,7 +58,7 @@ These scripts are meant for mirroring using HTTP not SSH. I'll add an option to
The first time you run this command, it will ask you to enter the `gitmirror` details for your Gitlab instance. I'm going to try to make this as hands free as possible in the future. The first time you run this command, it will ask you to enter the `gitmirror` details for your Gitlab instance. I'm going to try to make this as hands free as possible in the future.
<br> <br>
If you at any time want to add more groups you can mirror to, simply add them to the setup.conf file and redo steps **6** and **8** in the Scripts Set Up Section above. If you at any time want to add more groups you can mirror to, simply add them to the setup.conf file and redo steps **6**, **8**, and **9** in the Scripts Set Up Section above.
# Updating # Updating

Loading…
Cancel
Save