Bitnami Redmine相关配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Bitnami Redmine相关配置相关的知识,希望对你有一定的参考价值。

下载安装文件bitnami-redmine-3.3.1-0-linux-x64-installer.run

官方下载链接:https://bitnami.com/stack/redmine/installer

百度网盘链接:http://pan.baidu.com/s/1eRZsfmU 密码:iorm

一、给文件赋可执行权限。

chmod 777 bitnami-redmine-3.3.1-0-linux-x64-installer.run

二、执行安装文件。

./bitnami-redmine-3.3.1-0-linux-x64-installer.run

1、选择安装语言

2、选择安装组件默认都需要安装【svn已配置的选择N】

3、选择安装路径,默认直接回车。

4、输入管理员姓名、邮箱、登录账号、登录密码、重复密码。

5、选择应用程序语言。

6、是否配置邮箱服务,选择Y。

7、等待安装成功【默认端口号为80,80占用会启用81,后延】

在内网输入:191.168.1.200【服务器内网IP地址】,选择

Access Redmine

三、服务重启。

1、cd /opt/redmine-3.3.1-0/

2、./ctlscript.sh restart

usage: ./ctlscript.sh help

       ./ctlscript.sh (start|stop|restart|status)

       ./ctlscript.sh (start|stop|restart|status) mysql

       ./ctlscript.sh (start|stop|restart|status) apache


help       - this screen

start      - start the service(s)

stop       - stop  the service(s)

restart    - restart or start the service(s)

status     - show the status of the service(s)

四、邮箱配置

1、进入邮箱配置文件目录

cd /opt/redmine-3.3.1-0/apps/redmine/htdocs/config

2、打开文件

vim configuration.yml 

3、修改配置文件【默认production和development下为空,需要新增】

production:

  email_delivery:

    delivery_method: :smtp

    smtp_settings:

      address: smtp.126.com

      port: 25

      domain: 126.com

      authentication: :login

      user_name: ******@126.com

      password: ******

# specific configuration options for development environment

# that overrides the default ones

development:

 email_delivery:

    delivery_method: :smtp

    smtp_settings:

      address: smtp.126.com

      port: 25

      domain: 126.com

      authentication: :login

      user_name: ******@126.com

      password: ******

4、重新相关服务。

进入程序安装目录:cd /opt/redmine-3.3.1-0/

重启服务:./ctlscript.sh restart

5、修改Web端配置

用admin登录redmine,依次点选管理-配置-邮件通知

在邮件发件人地址处输入:******@126.com

6、点击忘记密码、输入邮箱,验证邮箱是否配置成功

若邮件中的链接显示http://localhost:3000/redmine/account/lost_password?token=**************需用admin登录redmine,依次点选管理-配置,在主机名称处输入:192.168.1.200:80(默认为localhost:3000),【若对外映射需输入映射后的域名或IP及端口号】


以上是关于Bitnami Redmine相关配置的主要内容,如果未能解决你的问题,请参考以下文章

CentOS配置Bitnami Redmine服务

Bitnami Redmine安装配置指南

如何在服务器上搭建和配置redmine bitname

配置SSL证书之后,Bitnami Redmine创建问题时保存报错问题解决方案

bitnami-redmine Apache服务启动不起来

redmine邮件配置