Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

volgau/redmine-theme-greenmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Greenmine

Greenmine is a green variation of the default Redmine theme.

See it in action at projects.volgau.com!

Features

  • It's green and reuses as much CSS from default theme as possible.
  • Contains some bugfixes over default theme.
  • Highlight issues with colors by priority and status.
  • Utilizes select2 (if select2 plugin is installed) for better usability.
  • Contains sidebar toggler.

Install and update

In order to run shell commands provided below, replace <redmine> with actual Redmine install location and <redmine_user> with actual account name under which your Redmine is running. Provided shell commands should work for Debian and its derivatives.

Install

  1. Clone into the <redmine>/public/themes folder:

    sudo -u <redmine_user> sh
    cd <redmine>/public/themes
    git clone https://github.com/volgau/redmine-theme-greenmine
    mv redmine-theme-greenmine greenmine
  2. Select newly installed theme from Administration > Display > Theme.

Update

  1. Pull latest changes from GitHub:

    sudo -u <redmine_user> sh
    cd <redmine>/public/themes/greenmine
    git pull # or git pull --rebase
  2. Update page in your browser.

  3. If you see some wierd stuff, you probably need to restart your webserver. In case of Apache:

    sudo service apache2 restart

Compatibility

Tested on Redmine 3.4.2, 3.4.6.

License

The Greenmine is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.