Project

General

Profile

RedmineAdminInformation » History » Version 3

Go MAEDA, 2020-05-06 13:36

1 1 Go MAEDA
h1. Administration information
2
3
{{>toc}}
4
5
You can see the following three kinds of information on the "Administration" > "Information" page:
6
7
* The version of the Redmine
8
* The table shows if some important configurations are done correctly
9
* Environment information of the Redmine server
10
11 2 Go MAEDA
!{width: 768px; border: 1px solid grey;}.admin-infomation@2x.png!
12
13 1 Go MAEDA
h2. Redmine version
14
15
At the top, you can see the version of Redmine. The version number has a suffix "stable" or "devel". Normally, it should be "stable".
16
17
"devel" is shown when you are running Redmine with the development source code (the contributors call it as "trunk"). Since the trunk is not as stable as released versions, you should only use the trunk only when you want to be involved in the development of Redmine or try new features of the next release. It is not recommended to use the trunk in production is not recommended.
18
19
h2. Status of important configurations
20
21
Just below the Redmine version, you can see a table showing the status of the important settings. An exclamation mark ( !/images/exclamation.png! ) is displayed if any problems are detected.
22
23
h3. Default administrator account changed
24
25
It indicates whether the password of the admin account has changed from the default "admin". If you see an exclamation mark, change the admin account's password immediately.
26
27
h3. Attachments directory writable
28
29
It indicates whether the directory for storing attachments is writable. The default path of the directory is @files@ under the installation directory, which can be changed by @attachments_storage_path@ in @config/configuration.yml@.
30
31
If an exclamation mark is displayed, users cannot upload files. Set write permission to the directory so that Redmine can store files. See [[RedmineInstall#Step-8-File-system-permissions]] for further information.
32
33
h3. Plugin assets directory writable
34
35
It indicates whether the directory for storing plugin assets, @public/plugin_assets@ under the installation directory, is writable.
36
37
If an exclamation mark is displayed, Redmine may raise an exception at startup after you install or update plugins. This is because Redmine will fail to copy images and CSS used by plugins to the directory. Set write permission to the directory so that Redmine can store files.
38
39
h3. MiniMagick available
40
41
It indicates whether MiniMagick gem used for image processing is available.
42
43
An exclamation mark is displayed only if you set @--without minimagick@ option when you run bundler during the installation of Redmine. You can fix it by running bundler again with setting @--without ''@ option. See also [[RedmineInstall#Step-4-Dependencies-installation]] for more about bundler.
44
45
h3. ImageMagick convert available
46
47
It indicates whether the @convert@ command, a part of ImageMagick, is available.
48
49
If @convert@ command is not available, some features such as displaying thumbnails of images and exporting gantt in PNG image are disabled. You can fix this by installing ImageMagick. if the check fails even though ImageMagick is installed, you may have to configure @imagemagick_convert_command@ in @config/configuration.yml@.
50
51
h3. ImageMagick PDF support available
52
53
It indicates whether ImageMagick @convert@ command on the server supports PDF files.
54
55
When it is not available, the feature to display thumbnails for PDF files is disabled. You can fix this by installing both ImageMagick and GhostScript.
56
57 3 Go MAEDA
h2. Environment information
58 1 Go MAEDA
59
It displays a variety of information about the environment that the application is running in.
60
61
It is recommended to include this information when reporting issues to plugin developers, the Redmine team, and so on. The information helps them to investigate issues.