redmine plugins

vi Gemfile
# group :rmagick do
# gem “rmagick”, “>= 2.14.0”
# end

#gem “pg”, “~> 0.18.1”, :platforms => [:mri, :mingw, :x64_mingw]
#gem “mysql2”, “~> 0.4.6”, :platforms => [:mri, :mingw, :x64_mingw]

bundle install –without development test –no-deployment
bundle install

Bundle complete! 31 Gemfile dependencies, 57 gems now installed.
Gems in the groups development and test were not installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.

redmine_contactsはインストールできなかった。
unzip redmine_crm-4_3_2-light.zip
cd redmine_contacts

redmine_checklists-3_1_18-light.zip
redmine_agile-1_5_4-light.zip

cd /home/redmine/redmine
bundle exec rake redmine:plugins NAME=redmine_agile RAILS_ENV=production
bundle exec rake redmine:plugins NAME=redmine_checklists RAILS_ENV=production

EasyGanttFree.zip
free_easy_wbs-7577f618e0d8f65bf9179be3ad82c45a.zip

cd /home/redmine/redmine/plugins
bundle update
bundle exec rake db:migrate RAILS_ENV=production
bundle exec rake redmine:plugins:migrate RAILS_ENV=production

git clone –depth 1 \
–branch translationJA \
https://github.com/GEROMAX/redmine_issue_history \
./plugins/redmine_issue_history

git clone https://github.com/hokkey/redmine_chatwork
bundle install

#git clone https://github.com/vividtone/redmine_gantt_with_date

a1_theme-3_0_0.zip
cd /home/redmine/redmine/public/themes/
git clone https://github.com/doublerebel/modula-gitlab

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA