c盤清理的步驟是什么(如何清理C盤空間)
如何清理C盤空間怎么清理C盤的垃圾文件?每天上網會給電腦帶來很多臨時文件,這些垃圾文件不清理掉時間久了就會影響到電腦的運行速度。那怎
2022/12/08
(相關資料圖)
??https://downloads.bitnami.com/files/stacks/redmine/3.4.6-5/bitnami-redmine-3.4.6-5-linux-x64-installer.run ??
yum remove mariadb-libs-5.5.56-2.el7.x86_64
yum install -y perl-Module-Install.noarch
chmod +x bitnami-redmine-3.4.6-5-linux-x64-installer.run./bitnami-redmine-3.4.6-5-linux-x64-installer.run
此時redmine已經成功安裝,通過以下地址就可以訪問啦
??http://10.2.3.143/redmine/??
下載插件:??https://github.com/tkusukawa/redmine_work_time/releases??
上傳插件并解壓redmine_work_time-0.3.4.zip
cd /opt/redmine-3.4.6-5/apps/redmine/htdocs/pluginsunzip redmine_work_time-0.3.4.zipmv redmine_work_time-0.3.4 redmine_work_timerm -rf redmine_work_time-0.3.4.zip
安裝插件
cd /opt/redmine-3.4.6-5./use_redminecd /opt/redmine-3.4.6-5/apps/redmine/htdocs/pluginsbundle install
bundle exec rake redmine:plugins NAME=redmine_work_time RAILS_ENV=production
重啟redmine
cd /opt/redmine-3.4.6-5./ctlscript.sh restart
至此work_time插件安裝成功
標簽: 已經成功