redmine

Plugin migrations for Redmine

给你一囗甜甜゛ 提交于 2019-12-04 02:59:28
I'm developing a plugin for Redmine. How do I create a migration for it? If I use script/generate plugin_migration, it'll be placed in /db/migrate folder, but I need it to be in my plugin's folder. You can use script/generate migration to create the migration and then move it into the plugin directory. When you move it, make sure to change from the timestamped format (20090719...) to the integer format (001_...) I tend to just create the migrations by hand myself since they are pretty basic. Eric Davis The way most plugins do it (thinking of restful_authentication and others) is to have a

ubuntu 11 上安装 redmine 方法(待验证)

会有一股神秘感。 提交于 2019-12-04 01:10:53
ubuntu 11 上安装 redmine 方法 时间: 2011-08-17 / 分类: 程序员 / 浏览次数: 131 views / 0个评论 发表评论 Ubuntu安装Redmine非常方便,按照以下步骤按顺序执行即可。 安装mysql数据库 sudo apt-get install mysql-server-5.1 安装apache环境 sudo apt-get install apache2 libapache-ruby1.8 apache2-mpm-worker libapache2-mod-passenger php5 php5-mysql php5-cli php5-gd 安装phpmyadmin sudo apt-get install libapache2-mod-php5 phpmyadmin 变更Mysql服务器设定 sudo vi /etc/mysql/my.cnf [mysqld] 段下,加入 default-character-set = utf8 安装redmine sudo apt-get install redmine redmine-mysql 配置apache /etc/apache2/conf.d 目录下,建立文件: # sudo vi redmine.conf RailsEnv production RailsBaseURI

如何安装redmine到ubuntu12

余生颓废 提交于 2019-12-04 01:10:37
安装redmine到ubuntu12 目前有两种方式,一种是通过 passenger,另一种是通过WEBrick。本文以第一种方式为例。 1.安装redmine前首先假定,apache2和mysql已经安装完毕。若没有安装,执行下列命令来安装 $ sudo tasksel install lamp-server 2. 安装passenger,redmine-mysql $sudo apt-get install libapache2-mod-passenger redmine redmine-mysql 3.配置 3.1做一个symlink $ sudo ln -s /usr/share/redmine/public /var/www/redmine 3.2默认情况下, passenger 以nobody身份运行,所以需要修改。在 /etc/apache2/mods-available/passenger.conf 添加 PassengerDefaultUser www-data 3.3在 /etc/apache2/sites-available/default中添加如下内容 <Directory /var/www/redmine> RailsBaseURI /redmine PassengerResolveSymlinksInDocumentRoot on </Directory

在ubuntu 12.04上安裝Redmine

妖精的绣舞 提交于 2019-12-04 01:10:27
重新找到这篇官方安装教程,依旧是虚拟机下全新的Ubuntu12.04普通版,一路复制粘贴10分钟內完美安装。^^ 把这篇文章复制过来,希望能帮到要用的朋友。 剩余安装步骤如下转帖内容。 ----------------------------------------------------------------------------------------------------------------------------------------- http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_on_Ubuntu_step_by_step ------------------------------------------------------------------------------------------------------------------------------------------- This tutorial walks you step-by-step through installing Redmine on a clean/fresh Ubuntu 12.04 installation. This is intended to be a

Associating revisions with a Redmine issue

不想你离开。 提交于 2019-12-03 19:40:15
Is there a way to manually associate a revision/commit with a Redmine issue? Normally we do that by having a proper format of the commit message ("Resolves #..." in our case). But I forgot about it and used a different message. I have no rights to change the commit message now. And even if I would I still would not be able to delete Redmine's data for it to rebuild it again. (Method given in question Redmine and SVN: How to link a Revision to an Issue AFTER the commit has happened? ). I have updated the issue with "r..." comment which properly linked to the revision. But that is just a link.

Including methods to a controller from a plugin

主宰稳场 提交于 2019-12-03 15:14:30
Using Rails 2.3.11 , I'm creating a plugin for Redmine that add methods to ApplicationController . I've created the following module, in the plugin : module ApplicationControllerPatch def self.included(base) # :nodoc: base.class_eval do rescue_from AnException, :with => :rescue_method def rescue_method(exception) ... end end end end Now, if I include this module directly into the application_controller.rb file, like this: class ApplicationController < ActionController::Base include ApplicationControllerPatch ... end Everything works just fine, however I would like to avoid editing the core

5分钟快速安装Redmine项目管理软件

馋奶兔 提交于 2019-12-03 10:49:48
公司还在使用Excel、project、word来管理项目吗?时间一长、项目参与的人多、就出现了断断续续无法连续跟踪的问题。终于忍受不了公司这种陈旧的项目管理手段了,于是花了一些时间研究了市面上常见的项目管理软件,发现Redmine最接近需求。 然而, Redmine的安装部署绝对不是一键简单的工作。首先要准备Ruby相关文件,Redmine是基于Ruby on rails开发的。还要安装mysql数据库,还有各种依赖,光是想想都头大。 本文就从疼点出发,教大家如何在5分钟内快速安装部署Redmine。我们使用的系统是Ubuntu16.04,我们将通过urlos来实现快速安装Redmine。 首先,安装urlos: curl -LO www.urlos.com/siu && sh siu 安装完成后,登录URLOS,在应用市场中搜索“Redmine”,然后点击安装按钮: 在【基本信息】中填写服务名称,选择运行节点: 然后点击提交按钮,待Redmine部署完成后,在浏览器中输入http://ip:3000,即可访问Redmine。 Redmine的使用方法我们来简单演示一下,首先使用默认管理员账号(账号密码都是admin)登录,系统会提示修改密码: 设置账号信息: 点开项目菜单,新建项目: 本文对Redmine的使用不做过多的讨论

Anything speaking against the bitnami.org Ruby/Rails/Redmine Stack?

那年仲夏 提交于 2019-12-03 08:16:56
I am looking to set up a Redmine server on a Windows virtual machine on my local workstation. (Background in this related question .) I have zero knowledge of Ruby nor Rails, and while Redmine may be the opportunity to dip into those platforms somewhat, my first goal is to get it running as quickly and easily as possible. For that, I am eyeing the Bitnami Redmine Package . It promises point-and-click install, and a self-contained environment with everything you need. Apart from the learning factor, are there any serious limitations this method implies? Any serious cutdowns in customizability?

Redmine vs Chiliproject [closed]

匿名 (未验证) 提交于 2019-12-03 02:44:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm in the process of switching from an experimental installation of Redmine to a company wide use. We do use some plugins that are mandatory for us such as redmine_backlog and redmine_gitosis (unmaintained, several forks exists). While redmine released 1.2.0, chiliproject just released 1.5.0 and ensure the themes and plugins are compatible. The reasons that made them take the decision to fork redmine makes one feel there is a strong motivation of supporting the project. It also seems that chiliproject has more contributors and has more

Failed to deploy redmine to HEROKU due to Gemfile.lock nonexistence

匿名 (未验证) 提交于 2019-12-03 01:39:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I had this particular error upon pushing/deploying to Heroku Counting objects : 92259 , done . Delta compression using up to 4 threads . Compressing objects : 100 % ( 19977 / 19977 ), done . Writing objects : 48 % ( 45054 / 92259 ), 13.63 MiB | 103 KiB / s Writing objects : 100 % ( 92259 / 92259 ), 23.82 MiB | 87 KiB / s , done . Total 92259 ( delta 72165 ), reused 90569 ( delta 70774 ) -----> Ruby / NoLockfile app detected ! ! Gemfile . lock required . Please check it in . ! ! Push rejected , failed to compile Ruby / NoLockfile