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?
- Default:
- # Outgoing emails configuration (see examples abve)
- Email_delivery:
- Delivery_method: async_smtp
- Async_smtp_settings:
- Address: "smtp.gmail.com"
- Port: 587
- Domain: "gmail.com"
- Authentication: Login
- User_name: "your_addr@gmail.com"
- 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