This plugin enhances Redmine by adding a motivation center that helps boost team morale and engagement.
Note: This Plugin Boilerplate was generated using Redmine 4.x and Rails 6.1, so make sure your migrations match up.
If at any point while developing your plugin you face certain issues, simply refer to this documentation.
- Motivation ✅
- Clone this repository into your Redmine plugins directory:
cd /path/to/redmine/plugins
git clone https://github.com/renuo/renuo-redmine-motivation-center.git motivation_center
- Install dependencies:
bundle install
- Run the plugin migrations:
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
- Log into Redmine as an administrator
- Go to Administration > Plugins
- Find "Motivation Center" in the list
- Click "Configure" to set up your preferences
To set up the development environment:
- Clone the repository
- Install dependencies
- Run tests:
bundle exec rake redmine:plugins:test NAME=motivation_center
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For support, please open an issue in the GitHub repository or contact the Renuo team.
- Renuo AG
2025 Renuo AG