更改

跳转至: 导航搜索

Ubuntu安装Bitnami redmine

添加6字节, 2020年9月22日 (二) 16:12
无编辑摘要
[[category:IS]]
=Ubuntu16安装Redmine Bitnami 4.1.1.4=
* bitnami_redmine_4.1.1-4*.run安装包运行:
# chmod -x bitnami_redmine_4.1.1-4*.run(赋予run文件完全权限)
# ./ manager-linux-x64.run(完整路径运行manager-linux-x64.run管理器)
* =使用use_redmine安装plugins(基于bundle)=
# 由于默认镜像国内无法访问,所以需要切换gem源。先移除源,然后添加国内的源:(移除)https://gems.ruby-china.com,(添加)http://gems.ruby-china.com
## gem sources -l
## gem sources --remove https://rubygems.org/ -add http://gems.ruby-china.com
## gem sources -l *** CURRENT SOURCES *** http://gems.ruby-china.com
# 或者:bundle 或者:#* bundle config mirror.https//rubygems.org http://gems.ruby-china.org --把原来识别的https://rubygems.org镜像成天朝内网http://gems.ruby-china.org;这样我们的bundle install命令就应该可以了。
# 插件安装命令:
## plugins解压复制到\Bitnami\redmine-3.0.2-0\apps\redmine\htdocs\plugins目录下;
## 启动使用use_redmine:
### * Windows:\Bitnami\redmine-3.4.2-0\use_redmine.bat### * Linux:/(路径)/redmine-2.5.2-2/use_redmine
## 进入到plugins目录,输入:bundle install --without development test
## 输入:(如下三种尝试)
### * --bundle exec rake redmine:plugins NAME=xxxxxxxx RAILS_ENV=production### * --bundle exec rake redmine:plugins:migrate RAILS_ENV=production### * --rake redmine:plugins:migrate RAILS_ENV=production
# Plugins uninstall:
## 将目录切换到\Bitnami\redmine-3.3.0-1\apps\redmine\htdocs\plugins下。
497
个编辑

导航菜单