# issue_id **Repository Path**: kzhuo/issue_id ## Basic Information - **Project Name**: issue_id - **Description**: This is a git fork of the svn repo: http://subversion.andriylesyuk.com/issue-id (by Andriy Lesyuk) - **Primary Language**: Ruby - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-09-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Change log try to change parent_issue_id when create # info https://github.com/kaikuo/issue_id.git fork from https://github.com/VoronyukM/issue_id # Installation notes Copy issue_id directory to: #{RAILS_ROOT}/plugins Run: # docker iamges sameersbn/postgresql:9.4-23 sameersbn/redmine:2.6.1 # master commands su redmine cd ~/redmine/plugins && git clone https://github.com/kaikuo/issue_id.git && bundle exec rake redmine:plugins:migrate RAILS_ENV=production # branch commands su redmine cd ~/redmine/plugins && git clone https://github.com/kaikuo/issue_id.git && cd issue_id && git checkout -t origin/autoid && cd ../.. && bundle exec rake redmine:plugins:migrate RAILS_ENV=production bundle exec rake redmine:plugins:migrate RAILS_ENV=production bundle exec rake redmine:plugins:migrate RAILS_ENV=development Restart Redmine/ChiliProject