For Linux users, choosing the perfect project management software can be quite challenging because of the wide range of tools available to suit every preference. One of the most versatile options that you can use to monitor tasks and projects is Redmine, an open-source project management platform and issue-tracking tool.
This article will guide you through the features that make Redmine stand out and how to transform it into a comprehensive collaborative tool by integrating it with ONLYOFFICE Docs, an online office suite for real-time document co-authoring.
What is Redmine?
Redmine is a web-based project management and planning platform whose source code is hosted on GitHub, making it 100% open-source. Its standout feature is its high level of flexibility and adaptability, allowing any team or group of users to customize the platform according to their project management needs.
Key features of Redmine include:
- Managing multiple projects simultaneously.
- A role-based access control system to define user permissions within a project.
- Built-in issue tracking tool.
- Calendar functionality.
- Document and file management.
- Email notifications.
- Wiki and forums.
- Time tracking.
- Integration with version control systems (e.g., SVN, CVS, Git).
- LDAP authentication support.
- Multi-language user interface.
- Compatibility with various databases.
Redmine is renowned for its extensive customization capabilities and numerous third-party plugins available in the Redmine Plugins Directory.
These plugins enhance the platform by adding new functionalities, making it more robust and adaptable to diverse professional needs. For instance, you can incorporate a CRM module to handle contacts and deals, enable an online invoicing system, or activate a plugin for managing financial operations, turning Redmine into a complete business ecosystem.
An interesting add-on that can boost your productivity as a Redmine user is the ONLYOFFICE integration plugin, which enables real-time document editing and collaboration with team members via ONLYOFFICE Docs, an open-source alternative to Google Docs and Microsoft Office.
Let’s explore how to integrate Redmine with ONLYOFFICE Docs and what benefits this integration brings.
How to Install ONLYOFFICE Docs in Linux
To enable the creation, editing, and co-editing of Word documents, Excel spreadsheets, and PowerPoint presentations with other Redmine users, you need to set up ONLYOFFICE Docs on your Linux server in addition to a functioning Redmine instance.
ONLYOFFICE Docs is an open-source office software tool that is fully compatible with Microsoft Office formats and supports working with digital forms, e-books, and PDF editing. It provides all the necessary features for collaborative work and includes a ChatGPT-based AI assistant to facilitate text generation and processing.
Redmine is not the only platform that integrates with ONLYOFFICE Docs. It also connects with various e-learning solutions, document and content management systems, and file storage platforms, including Drupal, Seafile, ownCloud, Nextcloud, Moodle, WordPress, Alfresco, Odoo, Chamilo, and others.
Locally, ONLYOFFICE Docs can be installed on Linux using several methods. You can follow guides to install ONLYOFFICE Docs (ONLYOFFICE Document Server) on your server or opt to run it via Docker.
Once you have a functional ONLYOFFICE Docs instance, you can move forward with the integration process.
How to Install the ONLYOFFICE Connector for Redmine
To enable the integration between ONLYOFFICE and Redmine, you need to install the latest official connector. You can download it directly from the Redmine Plugins Directory or find it on GitHub.
Ensure your Redmine instance is stopped, extract the downloaded file, and place the onlyoffice_redmine folder into the Redmine plugins directory. For example:
<code>cp -r /root/onlyoffice_redmine/. /redmine/plugins/onlyoffice_redmine</code>
Navigate to Redmine’s root directory:
<code>cd redmine</code>
Install the necessary dependencies:
<code>bundle install</code>
Update your database with these commands:
<code>RAILS_ENV=production bundle exec rake db:migrate RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=onlyoffice_redmine</code>
Finally, restart Redmine to complete the process.
How to Configure ONLYOFFICE Connector for Redmine
Next, configure the ONLYOFFICE connector. Log into your Redmine platform, go to the Administration panel, and locate Plugins.
In the ONLYOFFICE integration plugin section for Redmine, click Configure. You will see parameters and additional customization options:
- Document Editing Service address.
- ONLYOFFICE Docs address for internal requests from the server.
- Server address for internal requests from ONLYOFFICE Docs.
- Secret key.
The Document Editing Service address is mandatory and should specify the URL and port of your ONLYOFFICE Docs instance (e.g., https://documentserver:8080
).
Advanced server settings let you specify addresses for internal requests if your network setup does not support communication between Redmine and ONLYOFFICE Docs.
The Secret key is a JWT secret used to secure your data. Retrieve this secret key from the ONLYOFFICE Docs configuration file located at /etc/onlyoffice/documentserver/local.json. Open the file with a text editor; it will resemble this:
<code>{ "services": { "CoAuthoring": { "token": { "enable": { "request": { "inbox": true, "outbox": true }, "browser": true } }, "secret": { "inbox": { "string": "<strong>yoursecret</strong>" }, "outbox": { "string": "<strong>yoursecret</strong>" }, "session": { "string": "<strong>yoursecret</strong>" } } } } }</code>
Identify the secret key in the relevant lines and input the same secret key in the settings.
If everything is configured correctly, the integration should function properly.
How to Use ONLYOFFICE Docs in Redmine
Once the ONLYOFFICE connector is installed and configured, you can use the online editors to open and view files in various Redmine modules like Issues, Wiki, Files, Documents, and News.
Simply click the Edit in ONLYOFFICE or Open in ONLYOFFICE button beside the desired file. It will open in the respective editor. DOCX, XLSX, and PPTX files can be edited, while other formats can only be viewed.
Additionally, when working in the Issues, Documents, Wiki, and News modules, you can click the Convert with ONLYOFFICE button and select the desired format.
Lastly, you can use the ONLYOFFICE editors to collaboratively edit documents in real-time using two co-editing modes, review mode with the Track changes feature, comments, and a built-in chat for text messaging.
Conclusion
Redmine is a highly flexible project management tool for Linux users. By pairing it with the right plugins, such as the ONLYOFFICE connector, you can create a truly versatile platform capable of replacing multiple business and productivity applications.
Isn’t it ideal to perform all your tasks within one application without constantly switching between programs?
The above is the detailed content of How to Integrate Redmine with ONLYOFFICE Docs on Linux. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

LXD is described as the next-generation container and virtual machine manager that offers an immersive for Linux systems running inside containers or as virtual machines. It provides images for an inordinate number of Linux distributions with support

Clear Linux OS is the ideal operating system for people – ahem system admins – who want to have a minimal, secure, and reliable Linux distribution. It is optimized for the Intel architecture, which means that running Clear Linux OS on AMD sys

The key steps for creating a self-signed SSL certificate are as follows: 1. Generate the private key, use the command opensslgenrsa-outselfsigned.key2048 to generate a 2048-bit RSA private key file, optional parameter -aes256 to achieve password protection; 2. Create a certificate request (CSR), run opensslreq-new-keyselfsigned.key-outselfsigned.csr and fill in the relevant information, especially the "CommonName" field; 3. Generate the certificate by self-signed, and use opensslx509-req-days365-inselfsigned.csr-signk

Firefox browser is the default browser for most modern Linux distributions such as Ubuntu, Mint, and Fedora. Initially, its performance might be impressive, however, with the passage of time, you might notice that your browser is not as fast and resp

Decompress the .zip file on Windows, you can right-click to select "Extract All", while the .tar.gz file needs to use tools such as 7-Zip or WinRAR; on macOS and Linux, the .zip file can be double-clicked or unzip commanded, and the .tar.gz file can be decompressed by tar command or double-clicked directly. The specific steps are: 1. Windows processing.zip file: right-click → "Extract All"; 2. Windows processing.tar.gz file: Install third-party tools → right-click to decompress; 3. macOS/Linux processing.zip file: double-click or run unzipfilename.zip; 4. macOS/Linux processing.tar

When encountering DNS problems, first check the /etc/resolv.conf file to see if the correct nameserver is configured; secondly, you can manually add public DNS such as 8.8.8.8 for testing; then use nslookup and dig commands to verify whether DNS resolution is normal. If these tools are not installed, you can first install the dnsutils or bind-utils package; then check the systemd-resolved service status and configuration file /etc/systemd/resolved.conf, and set DNS and FallbackDNS as needed and restart the service; finally check the network interface status and firewall rules, confirm that port 53 is not

As a system administrator, you may find yourself (today or in the future) working in an environment where Windows and Linux coexist. It is no secret that some big companies prefer (or have to) run some of their production services in Windows boxes an

If you find that the server is running slowly or the memory usage is too high, you should check the cause before operating. First, you need to check the system resource usage, use top, htop, free-h, iostat, ss-antp and other commands to check CPU, memory, disk I/O and network connections; secondly, analyze specific process problems, and track the behavior of high-occupancy processes through tools such as ps, jstack, strace; then check logs and monitoring data, view OOM records, exception requests, slow queries and other clues; finally, targeted processing is carried out based on common reasons such as memory leaks, connection pool exhaustion, cache failure storms, and timing task conflicts, optimize code logic, set up a timeout retry mechanism, add current limit fuses, and regularly pressure measurement and evaluation resources.
