Author: Kseniya Fedoruk
Last Updated: Mon, Dec 6, 2021ONLYOFFICE Docs is an open-source office suite that includes collaborative online editors for documents, spreadsheets, and presentations compatible with OOXML formats. In addition, you can integrate it with various cloud services and platforms like Nextcloud, Seafile, Alfresco, Redmine, ownCloud, and others.
Redmine is an open-source project management and issue tracking tool. With ONLYOFFICE Docs connected, you can view, edit and collaborate on docx, xlsx, and pptx files uploaded to the Issues, Files, Documents, Wiki, or News modules within Redmine. The access rights to view or edit files depend on the user role permissions for each module.
If you’re new to ONLYOFFICE/Redmine: install ONLYOFFICE Docs from Vultr Marketplace and refer to this tutorial to install Redmine.
Clone the master branch.
$ git clone https://github.com/ONLYOFFICE/onlyoffice-redmine`
Or, download the latest archived version, and unzip the file.
$ wget https://github.com/ONLYOFFICE/onlyoffice-redmine/archive/refs/tags/v1.0.0.tar.gz
$ tar -xvzf v1.0.0.tar.gz
Rename the folder to onlyoffice_redmine
.
If you cloned the GitHub repository, use this command.
$ mv onlyoffice-redmine onlyoffice_redmine
Or, if you downloaded the archive, use this one.
$ mv onlyoffice-redmine-1.0.0 onlyoffice_redmine
Move the onlyoffice_redmine
plugin to the redmine/plugins
directory.
$ cp -r /root/onlyoffice_redmine/. /redmine/plugins/onlyoffice_redmine
The path to the plugins folder depends on the installation option you used for Redmine. Use the find / -type d -name plugins
command to find the corresponding path.
Go to the Redmine root directory.
$ cd redmine
Install the dependencies.
$ bundle install
Initialize/update the database.
$ RAILS_ENV=production bundle exec rake db:migrate
$ RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=onlyoffice_redmine
Restart the Redmine instance.
Configure ONLYOFFICE Document Server via the Redmine interface.
Enter the following settings:
https://documentserver:8080
.Editor customization settings: Select your desired options.
Click the Apply button to save the changes.
You have connected ONLYOFFICE Docs and Redmine. You can edit documents without switching between the applications.