https://github.com/sdslabs/redmine-to-gitlab
Scripts to import data from an existing redmine setup to gitlab
https://github.com/sdslabs/redmine-to-gitlab
Last synced: about 1 year ago
JSON representation
Scripts to import data from an existing redmine setup to gitlab
- Host: GitHub
- URL: https://github.com/sdslabs/redmine-to-gitlab
- Owner: sdslabs
- Created: 2015-05-05T06:46:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T13:40:25.000Z (over 10 years ago)
- Last Synced: 2024-04-09T22:03:25.553Z (about 2 years ago)
- Language: Python
- Size: 205 KB
- Stars: 10
- Watchers: 52
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redmine-to-gitlab
Here are a set of scripts to import data from an existing redmine setup to gitlab.
We have used this while we were shifting to gitlab. Hope it might be of help to any one who does that in future.
### Requirement:
- Python lib: requests
- Gitlab private-key of an admin
- Gitlab cookie of an admin (Hope you know how to get the cookie)
- Redmine auth-key of admin
### General Instructions
- Copy the config file example:
```python
cp conf.py.local conf.py
```
- Edit *conf.py* with your settings
- Each file also requie some configs (will try to put all in the conf file in future) like gitlab cookies and redmine auth-key.
Set them.
##### Feel free to contact us at [Jinora](https://chat.sdslabs.co) or through [email](mailto:contact@sdslabs.co.in) in case you need any help.