码迷,mamicode.com
首页 > 其他好文 > 详细

Bitnami Redmine相关配置

时间:2017-01-05 18:56:49      阅读:354      评论:0      收藏:0      [点我收藏+]

标签: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相关配置

标签:redmine

原文地址:http://lel3390.blog.51cto.com/9161027/1889330

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!