The Redmine Chatwoot plugin allows users to use Chatwoot Live Chat in their Redmine installations. With this plugin, users can easily engage with their website visitors and offer real-time assistance.
- Redmine >= 4.0.0
To install the Redmine Chatwoot plugin, follow these steps:
- Download or clone this repository in your Redmine installation plugins directory.
cd path/to/plugin/directory
git clone https://github.com/gtt-project/redmine_chatwoot.git
- Install dependencies:
bundle install
- Run the migration script to create necessary tables:
bundle exec rake redmine:plugins:migrate
- Restart Redmine server.
After restarting Redmine, you should be able to see the Redmine Chatwoot plugin on the Plugins page.
For more information about installing (and uninstalling) Redmine plugins, refer to the plugin documentation.
The plugin configuration is available in the Redmine's plugin list.
Once the plugin is installed and configured, you can start using it by navigating to the desired Redmine project and clicking on the Chatwoot icon located on the bottom of the page.
We welcome contributions from developers worldwide to improve the development of the GTT Project and its plugins. You can get started by reading our contributing guidelines.
If you encounter any issues or need additional support, please contact us directly by visiting our support page.
See all releases with their respective release notes.
This program is free software. Refer to the LICENSE file for more information.