Skip to content

neicv/ttw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task_theme_wizard

Description goes here

image

Install

download plugin and copy plugin folder task_theme_wizard go to Redmine's plugins folder

go to redmine root folder

bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=task_theme_wizard (use --trace for detail info)

restart server f.i. sudo /etc/init.d/apache2 restart

Uninstall

go to redmine root folder bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=task_theme_wizard VERSION=0

go to plugins folder, delete plugin folder task_theme_wizard rm -r redmine_attributes_quickies

restart server f.i. sudo /etc/init.d/apache2 restart

How to

add value in db:

Goto console: ruby bin/rails console

Add: TtwCat.create(:category => "Last Us", :sub_category => "One\n Two\n Six\n", :enabled => true)

help to new migrate

delete shema this plugin in bd

About

Redmine Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors