diff --git a/README.md b/README.md index 773ce24c375c03d20c1986cca3e345a77022b840..09a61c51a5e16206e6cc0c3a36418e53d0ef134f 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ So if you care about meta data like, **issues**, **milestones**, **labels** etc - `git clone` this [project](https://github.com/chraibi/gitlab-migrator) - `cd gitlab-migrator` -- `fastlane list_projects` to list projects. First install [fastlane](https://github.com/fastlane/fastlane#installation) -- from the list of projects pick a project name to be migrated as follows +- install [fastlane](https://github.com/fastlane/fastlane#installation) +- `fastlane list_projects` to list projects. +- from the list of projects pick a project name to be migrated for example ``` fastlane migrate project:jupedsim/jpsdemo @@ -31,7 +32,7 @@ python migrate.py --help **IMPORTANT** -For `fastlane` to be able to access thes gitlab instances, create the file `fastlane/.env`. +For `fastlane` to be able to access the two gitlab instances, create the file `fastlane/.env`. Edit this file and write the following four lines: @@ -50,16 +51,26 @@ See [how to get your token](https://www.safaribooksonline.com/library/view/gitla You have two options: 1. `pull` the new project form the new server, or -2. in the directory of your project edit `.git/config` and edit this line: +2. in the directory of your project edit `.git/config` and edit this line: ``` [remote "origin"] url = git@cst.version.fz-juelich.de:jupedsim/jpscore.git ``` +to + + +``` +[remote "origin"] + url = https://gitlab.version.fz-juelich.de/jupedsim/jpscore.git +``` + +Note: Replace `jupedsim/jpscore` with the name of your project. + # Limitations -- Your event calendar will be lost. Mine looks like this +- Your event calendar will be lost, because users are not migrated. Mine looks like this  @@ -67,8 +78,8 @@ You have two options: - Avatars of projects and users are not migrated. These may be set manually: - right click on the old avatars - save them somewhere in your local machine. - - edit the new server and add the avatar. -- if used CI should be reconfigures for every project manually + - edit the new server and add the avatars. +- if used CI should be reconfigured for every project manually - uploads are not migrated.