@@ -0,0 +1,22 | |||||
|
1 | == redMine upgrade procedure | |||
|
2 | ||||
|
3 | redMine - project management software | |||
|
4 | Copyright (C) 2006-2007 Jean-Philippe Lang | |||
|
5 | http://redmine.rubyforge.org/ | |||
|
6 | ||||
|
7 | == From 0.3.0 | |||
|
8 | ||||
|
9 | 1. Uncompress program archive in a new directory: | |||
|
10 | tar zxvf <filename> | |||
|
11 | ||||
|
12 | 3. Copy your database (database.yml) and configuration settings (config_custom.rb) | |||
|
13 | into the new config directory | |||
|
14 | ||||
|
15 | 4. Migrate your database: | |||
|
16 | rake migrate RAILS_ENV="production" | |||
|
17 | ||||
|
18 | ||||
|
19 | == From 0.2.x and previous | |||
|
20 | ||||
|
21 | Due to major database changes since 0.2.x, there is no migration support | |||
|
22 | from 0.2.x and previous versions. |
@@ -112,7 +112,7 $RDM_TEXTILE_DISABLED = true unless ActionView::Helpers::TextHelper.method_defin | |||||
112 | # application name |
|
112 | # application name | |
113 | RDM_APP_NAME = "redMine" |
|
113 | RDM_APP_NAME = "redMine" | |
114 | # application version |
|
114 | # application version | |
115 |
RDM_APP_VERSION = "0. |
|
115 | RDM_APP_VERSION = "0.4.0" | |
116 |
|
116 | |||
117 | ActiveRecord::Errors.default_error_messages = { |
|
117 | ActiveRecord::Errors.default_error_messages = { | |
118 | :inclusion => "activerecord_error_inclusion", |
|
118 | :inclusion => "activerecord_error_inclusion", |
@@ -5,7 +5,7 Copyright (C) 2006-2007 Jean-Philippe Lang | |||||
5 | http://redmine.rubyforge.org/ |
|
5 | http://redmine.rubyforge.org/ | |
6 |
|
6 | |||
7 |
|
7 | |||
8 |
== |
|
8 | == 01/02/2006 v0.4.0 | |
9 |
|
9 | |||
10 | * simple SVN browser added (just needs svn binaries in PATH) |
|
10 | * simple SVN browser added (just needs svn binaries in PATH) | |
11 | * comments can now be added on news |
|
11 | * comments can now be added on news |
@@ -12,7 +12,7 http://redmine.rubyforge.org/ | |||||
12 | * A database (see compatibility below) |
|
12 | * A database (see compatibility below) | |
13 |
|
13 | |||
14 | Optional: |
|
14 | Optional: | |
15 |
* RedCloth ( |
|
15 | * RedCloth (to enable textile formatting) | |
16 |
|
16 | |||
17 | Supported databases: |
|
17 | Supported databases: | |
18 | * MySQL (tested with MySQL 5) |
|
18 | * MySQL (tested with MySQL 5) | |
@@ -22,12 +22,6 Supported databases: | |||||
22 | * SQLite (tested with SQLite 3) |
|
22 | * SQLite (tested with SQLite 3) | |
23 |
|
23 | |||
24 |
|
24 | |||
25 | == Upgrade |
|
|||
26 |
|
||||
27 | Due to major database changes, there is no migration support from beta 0.2.0. |
|
|||
28 | Next releases (0.3.0+) will be provided with upgrade support. |
|
|||
29 |
|
||||
30 |
|
||||
31 | == Installation |
|
25 | == Installation | |
32 |
|
26 | |||
33 | 1. Uncompress program archive: |
|
27 | 1. Uncompress program archive: | |
@@ -64,10 +58,14 Next releases (0.3.0+) will be provided with upgrade support. | |||||
64 | == Configuration |
|
58 | == Configuration | |
65 |
|
59 | |||
66 | A sample configuration file is provided: "config/config_custom.example.rb" |
|
60 | A sample configuration file is provided: "config/config_custom.example.rb" | |
67 |
Rename it to config_custom.rb and e |
|
61 | Rename it to config_custom.rb and set your parameters. | |
68 | Don't forget to restart the application after any change. |
|
62 | Don't forget to restart the application after any change. | |
69 |
|
63 | |||
70 |
|
64 | In config/environment.rb, you can set parameters for your SMTP server: | ||
71 | config.action_mailer.server_settings: SMTP server configuration |
|
65 | config.action_mailer.server_settings: SMTP server configuration | |
72 | config.action_mailer.perform_deliveries: set to false to disable mail delivering |
|
66 | config.action_mailer.perform_deliveries: set to false to disable mail delivering | |
73 |
|
67 | |||
|
68 | ||||
|
69 | == Upgrading | |||
|
70 | ||||
|
71 | See UPGRADING |
@@ -239,16 +239,16 label_confirmation: Bestätigung | |||||
239 | label_export_to: Export zu |
|
239 | label_export_to: Export zu | |
240 | label_read: Lesen... |
|
240 | label_read: Lesen... | |
241 | label_public_projects: Öffentliche Projekte |
|
241 | label_public_projects: Öffentliche Projekte | |
242 |
label_open_issues: |
|
242 | label_open_issues: geöffnet | |
243 |
label_open_issues_plural: |
|
243 | label_open_issues_plural: geöffnet | |
244 |
label_closed_issues: |
|
244 | label_closed_issues: geschlossen | |
245 |
label_closed_issues_plural: |
|
245 | label_closed_issues_plural: geschlossen | |
246 | label_total: Gesamtzahl |
|
246 | label_total: Gesamtzahl | |
247 | label_permissions: Berechtigungen |
|
247 | label_permissions: Berechtigungen | |
248 | label_current_status: Gegenwärtiger Status |
|
248 | label_current_status: Gegenwärtiger Status | |
249 | label_new_statuses_allowed: Neue Status gewährten |
|
249 | label_new_statuses_allowed: Neue Status gewährten | |
250 |
label_all: |
|
250 | label_all: alle | |
251 |
label_none: |
|
251 | label_none: kein | |
252 | label_next: Weiter |
|
252 | label_next: Weiter | |
253 | label_previous: Zurück |
|
253 | label_previous: Zurück | |
254 | label_used_by: Benutzt von |
|
254 | label_used_by: Benutzt von |
@@ -239,16 +239,16 label_confirmation: Confirmation | |||||
239 | label_export_to: Export to |
|
239 | label_export_to: Export to | |
240 | label_read: Read... |
|
240 | label_read: Read... | |
241 | label_public_projects: Public projects |
|
241 | label_public_projects: Public projects | |
242 |
label_open_issues: |
|
242 | label_open_issues: open | |
243 |
label_open_issues_plural: |
|
243 | label_open_issues_plural: open | |
244 |
label_closed_issues: |
|
244 | label_closed_issues: closed | |
245 |
label_closed_issues_plural: |
|
245 | label_closed_issues_plural: closed | |
246 | label_total: Total |
|
246 | label_total: Total | |
247 | label_permissions: Permissions |
|
247 | label_permissions: Permissions | |
248 | label_current_status: Current status |
|
248 | label_current_status: Current status | |
249 | label_new_statuses_allowed: New statuses allowed |
|
249 | label_new_statuses_allowed: New statuses allowed | |
250 |
label_all: |
|
250 | label_all: all | |
251 |
label_none: |
|
251 | label_none: none | |
252 | label_next: Next |
|
252 | label_next: Next | |
253 | label_previous: Previous |
|
253 | label_previous: Previous | |
254 | label_used_by: Used by |
|
254 | label_used_by: Used by |
@@ -239,16 +239,16 label_confirmation: Confirmación | |||||
239 | label_export_to: Exportar a |
|
239 | label_export_to: Exportar a | |
240 | label_read: Leer... |
|
240 | label_read: Leer... | |
241 | label_public_projects: Proyectos publicos |
|
241 | label_public_projects: Proyectos publicos | |
242 |
label_open_issues: |
|
242 | label_open_issues: abierta | |
243 |
label_open_issues_plural: |
|
243 | label_open_issues_plural: abiertas | |
244 |
label_closed_issues: |
|
244 | label_closed_issues: cerrada | |
245 |
label_closed_issues_plural: |
|
245 | label_closed_issues_plural: cerradas | |
246 | label_total: Total |
|
246 | label_total: Total | |
247 | label_permissions: Permisos |
|
247 | label_permissions: Permisos | |
248 | label_current_status: Estado actual |
|
248 | label_current_status: Estado actual | |
249 | label_new_statuses_allowed: Nuevos estatutos autorizados |
|
249 | label_new_statuses_allowed: Nuevos estatutos autorizados | |
250 |
label_all: |
|
250 | label_all: todos | |
251 |
label_none: |
|
251 | label_none: ninguno | |
252 | label_next: Próximo |
|
252 | label_next: Próximo | |
253 | label_previous: Precedente |
|
253 | label_previous: Precedente | |
254 | label_used_by: Utilizado por |
|
254 | label_used_by: Utilizado por |
General Comments 0
You need to be logged in to leave comments.
Login now