@@ -4,6 +4,13 Redmine - project management software | |||||
4 | Copyright (C) 2006-2012 Jean-Philippe Lang |
|
4 | Copyright (C) 2006-2012 Jean-Philippe Lang | |
5 | http://www.redmine.org/ |
|
5 | http://www.redmine.org/ | |
6 |
|
6 | |||
|
7 | == 2012-05-15 v2.0.0 | |||
|
8 | ||||
|
9 | * Feature #4796: Rails 3 support | |||
|
10 | * Feature #7720: Limit the pagination-limit when max-results is fewer than max-pagination-limit | |||
|
11 | * Feature #9034: Add an id to the flash messages | |||
|
12 | * Patch #10782: Better translation for Estonian language | |||
|
13 | ||||
7 | == 2012-05-13 v1.4.2 |
|
14 | == 2012-05-13 v1.4.2 | |
8 |
|
15 | |||
9 | * Defect #10744: rake task redmine:email:test broken |
|
16 | * Defect #10744: rake task redmine:email:test broken |
@@ -65,7 +65,7 Optional: | |||||
65 | 8. Test the installation by running the WEBrick web server |
|
65 | 8. Test the installation by running the WEBrick web server | |
66 |
|
66 | |||
67 | Under the main application directory run: |
|
67 | Under the main application directory run: | |
68 | ruby script/server -e production |
|
68 | ruby script/rails server -e production | |
69 |
|
69 | |||
70 | Once WEBrick has started, point your browser to http://localhost:3000/ |
|
70 | Once WEBrick has started, point your browser to http://localhost:3000/ | |
71 | You should now see the application welcome page. |
|
71 | You should now see the application welcome page. |
General Comments 0
You need to be logged in to leave comments.
Login now