Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/future-architect/redmine_gitlab_adapter
'This is a Gitlab Adapter plugin for Redmine'
https://github.com/future-architect/redmine_gitlab_adapter
gitlab plugin redmine
Last synced: about 1 month ago
JSON representation
'This is a Gitlab Adapter plugin for Redmine'
- Host: GitHub
- URL: https://github.com/future-architect/redmine_gitlab_adapter
- Owner: future-architect
- License: mit
- Created: 2021-09-02T11:53:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T12:20:43.000Z (over 1 year ago)
- Last Synced: 2024-08-05T09:13:56.297Z (5 months ago)
- Topics: gitlab, plugin, redmine
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 15
- Watchers: 20
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redmine Gitlab Adapter Plugin
For Redmine 3.x.x or Redmine 4.x.x.
### Plugin installation
1. Copy the plugin directory into the $REDMINE_ROOT/plugins directory. Please
note that plugin's folder name should be "redmine_gitlab_adapter".2. Install 'gitlab'
e.g. bundle install
3. (Re)Start Redmine.
### Settings
1. Login redmine used redmine admin account.
2. Open top menu "Administration" -> "Settings" -> "Repositories" page
3. Enabled "Gitlab" SCM.
4. Apply this configure.
### How to use
1. Login redmine used the project admin account.
2. Open this project "Settings" -> "Repositories" page.
3. Click "New reposiory".
4. Select "Gitlab" from SCM Pull Down Menu.
5. Paste `` into "URL".
6. Paste `` into "API Token".
7. Click "Create" button.