Cause:
Visualsvn-Server is a free version library management software for Windows. After installation and configuration, you can perform version control.
Bitnami-redmine is a project management software that can be installed in a foolproof manner. Supports project planning, distribution, statistics, and monitoring.
The biggest advantage of combining the two is the ability to synchronize mail notifications for task allocation.
Process:
1. Installation of visualsvn-server is also silly and easy to configure.
We recommend that you use the HTTP non-secure connection method to communicate with redmine.
2. After installing bitnami-redmine, I used the stmp service of 163, so that I do not need to install or configure the stmp server.
Redmine Administrator Account Admin Password: 123456 (entered during installation)
3. Use the address http: // 127.0.0.1/redmine to log on,
A. modify "language to simplified Chinese" in "My Account" and change redmine to a Chinese interface.
B. Create a new project, and enter the corresponding address of the project in the "version library" of the project in visual svn-server to view the version.
4. Click the send test email button in the lower-right corner of the "mail Notification" Panel of "configuration" of "management" to test the mail.
If the error "can't convert fixnum into string" is returned"
This is because when bitnamibia-redmine is installed
The password is not enclosed in double quotation marks. Add double quotation marks to the password content.
(Although I don't understand why, It is necessary. It doesn't seem to be fixed because of version upgrade ).
Restart bitnami-redmine to complete the test.
Postscript:
1. There are many simple processes in the middle, which are not listed here.
2. MySQL database is used in redmine. You can download the navicat tool for statistical analysis.
3. The task start time and end time can only use the date, but cannot be accurate to the hour.
4. This is just a quick template usage. The specific in-depth configuration also needs to be thoroughly tested.