Install, configure, back up, and recover bitnami redmine (you can send and receive the test email)

Source: Internet
Author: User
Tags redmine

My bitnami remine2.x

1. language selection during installation EnglishYou cannot select Chinese. Otherwise, your account cannot run properly;
2. After the installation is complete, the top title bar The font size is too small., Modify:
D: \ bitnami \ redmine-2.1.4-0 \ apps \ redmine \ htdocs \ public \ themes \ classic \ stylesheets \ application.css # top-menu {font-size: 80%;

Change to 100% or 90%, and then log on to the admin account and change theme to classic.

3. phpMyAdmin has two accounts. One is the account set during installation. It is the same as redmine's management account and password. This account only has the permission to view, the bitnami_redmine database (which stores redmine data) cannot be seen, but only two irrelevant databases can be seen; the other isRoot AccountThe password is the same and you have the permission to create a database;

4. backup and recovery methods:

1). enabled;

2). Backup attachment: Backup Folder: D: \ bitnami \ redmine-2.1.4-0 \ apps \ redmine \ htdocs \ files;

3) reinstall bitnami redmine stack in the same path;

4). Reply to the data: response;

5). Restore attachments: use the backup attachment folder to overwrite D: \ bitnami \ redmine-2.1.4-0 \ apps \ redmine \ htdocs \ files.

5. Email Notification Settings (using Gmail)

Modify the mail configuration file: D: \ bitnami \ redmine-2.1.4-0 \ apps \ redmine \ htdocs \ config \ configuration. yml

[HTML]
View plaincopyprint?
  1. Default:
  2. # Outgoing emails configuration (see examples abve)
  3. Email_delivery:
  4. Delivery_method: async_smtp
  5. Async_smtp_settings:
  6. Address: "smtp.gmail.com"
  7. Port: 587
  8. Domain: "gmail.com"
  9. Authentication: Login
  10. User_name: "your_addr@gmail.com"
  11. Password: "application-specific-Password"

1) Pay attention to the quotation marks in the above settings;

2) Also, you must use async_smtp instead of SMTP. Otherwise, any operation involving sending email reminders will be very slow and unbearable;

3) The redmine controller can be set to text or Bcc;

4) Pay attention to the last line. Instead of using a real password, you should use application-specific-password. If you are using Gmail, you should know how to obtain the password.


Appendix:

Bitnami redmine dummies: http://bitnami.org/stack/redmine

Redmine logon address: http: // 127.0.0.1/redmine/

PhpMyAdmin logon address: http: // 127.0.0.1/PHPmyAdmin/

Bitnami welcome page (with the above link): http: // 127.0.0.1/

Email setting file: D: \ bitnami \ redmine-2.1.4-0 \ apps \ redmine \ htdocs \ config \ configuration. yml

PhpMyAdmin setting file: D: \ bitnami \ redmine-2.1.4-0 \ apps \ phpMyAdmin \ htdocs \ config. Inc. php

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.