Skip to content
Snippets Groups Projects
Commit 6289b5ca authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

Update README.md

parent f02d8178
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,9 @@ So if you care about meta data like, **issues**, **milestones**, **labels** etc ...@@ -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) - `git clone` this [project](https://github.com/chraibi/gitlab-migrator)
- `cd gitlab-migrator` - `cd gitlab-migrator`
- `fastlane list_projects` to list projects. First install [fastlane](https://github.com/fastlane/fastlane#installation) - install [fastlane](https://github.com/fastlane/fastlane#installation)
- from the list of projects pick a project name to be migrated as follows - `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 fastlane migrate project:jupedsim/jpsdemo
...@@ -31,7 +32,7 @@ python migrate.py --help ...@@ -31,7 +32,7 @@ python migrate.py --help
**IMPORTANT** **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: Edit this file and write the following four lines:
...@@ -57,9 +58,19 @@ You have two options: ...@@ -57,9 +58,19 @@ You have two options:
url = git@cst.version.fz-juelich.de:jupedsim/jpscore.git 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 # 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
![event](event.png) ![event](event.png)
...@@ -67,8 +78,8 @@ You have two options: ...@@ -67,8 +78,8 @@ You have two options:
- Avatars of projects and users are not migrated. These may be set manually: - Avatars of projects and users are not migrated. These may be set manually:
- right click on the old avatars - right click on the old avatars
- save them somewhere in your local machine. - save them somewhere in your local machine.
- edit the new server and add the avatar. - edit the new server and add the avatars.
- if used CI should be reconfigures for every project manually - if used CI should be reconfigured for every project manually
- uploads are not migrated. - uploads are not migrated.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment