Skip to content
Snippets Groups Projects
Commit 18001e5a authored by Jean-Philippe Lang's avatar Jean-Philippe Lang
Browse files

various documentation updates

git-svn-id: http://redmine.rubyforge.org/svn/trunk@141 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 32f6cb7c
Branches
Tags
No related merge requests found
Showing
with 775 additions and 470 deletions
......@@ -26,38 +26,49 @@ pages:
# administration
admin:
index: ch01.html
mail_options: ch01s08.html
info: ch01s09.html
mail_options: ch01s09.html
info: ch01s11.html
users:
index: ch01s01.html
roles:
index: ch01s02.html
workflow: ch01s06.html
trackers:
roles:
index: ch01s03.html
workflow: ch01s07.html
trackers:
index: ch01s04.html
issue_statuses:
index: ch01s05.html
index: ch01s06.html
# projects
projects:
index: ch02.html
add: ch02s08.html
add: ch01s01.html
show: ch02s01.html
add_document: ch02s06.html
list_documents: ch02s06.html
add_issue: ch02s02.html
list_issues: ch02s02.html
add_news: ch02s05.html
list_news: ch02s05.html
add_file: ch02s07.html
list_files: ch02s07.html
changelog: ch02s04.html
gantt: ch02s02.html
calendar: ch02s02.html
add_document: ch02s07.html
list_documents: ch02s07.html
add_issue: ch02s03.html
list_issues: ch02s03.html
add_news: ch02s06.html
list_news: ch02s06.html
add_file: ch02s08.html
list_files: ch02s08.html
changelog: ch02s05.html
issues:
index: ch02s02.html
index: ch02s03.html
documents:
index: ch02s06.html
index: ch02s07.html
news:
index: ch02s05.html
index: ch02s06.html
versions:
index: ch02s08.html
index: ch02s09.html
reports:
index: ch02s03.html
\ No newline at end of file
index: ch02s04.html
# accounts
my:
index: ch03.html
account: ch03s01.html
page: ch03s02.html
account:
index: ch03.html
lost_password: ch03s03.html
register: ch03s04.html
\ No newline at end of file
== redMine changelog
redMine - project management software
Copyright (C) 2006 Jean-Philippe Lang
http://redmine.org/
Copyright (C) 2006-2007 Jean-Philippe Lang
http://redmine.rubyforge.org/
== xx/xx/2006 v0.x.x
== xx/xx/2006 v0.4.0
* simple SVN browser added (just needs svn binaries in PATH)
* comments can now be added on news
......@@ -20,7 +20,8 @@ http://redmine.org/
* gantt chart added (exportable to pdf)
* single/multiple issues pdf export added
* issues reports improvements
* multiple file upload for issues attachments
* multiple file upload for issues, documents and files
* option to set maximum size of uploaded files
* textile formating of issue and news descritions (RedCloth required)
* integration of DotClear jstoolbar for textile formatting
* calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
......@@ -32,10 +33,14 @@ http://redmine.org/
* csv output encoded to ISO-8859-1
* user custom field displayed on account/show
* default configuration improved (default roles, trackers, status, permissions and workflows)
* language for default configuration data can now be chosen when running 'load_default_data' task
* javascript added on custom field form to show/hide fields according to the format of custom field
* fixed: custom fields not in csv exports
* fixed: project settings now displayed according to user's permissions
* fixed: application error when no version is selected on projects/add_file
* fixed: public actions not authorized for members of non public projects
* fixed: non public projects were shown on welcome screen even if current user is not a member
== 10/08/2006 v0.3.0
......
== redMine installation
redMine - project management software
Copyright (C) 2006 Jean-Philippe Lang
http://redmine.org/
Copyright (C) 2006-2007 Jean-Philippe Lang
http://redmine.rubyforge.org/
== Requirements
* Ruby on Rails 1.1
* Iconv
* a database (see compatibility below)
* (recommended) Apache/Lighttpd with FCGI support
* A database (see compatibility below)
Optional:
* RedCloth (for textile formatting)
* Net::LDAP for Ruby (for LDAP authentication)
Supported databases:
* MySQL (tested with MySQL 5)
......@@ -40,14 +38,15 @@ Next releases (0.3.0+) will be provided with upgrade support.
3. Configure database parameters in config/database.yml
for "production" environment (default database is MySQL)
4. Create the database structure. Under application main directory:
4. Create the database structure. Under the application main directory:
rake migrate RAILS_ENV="production"
It will create tables and default configuration data
It will create tables and an administrator account.
5. Insert default configuration data in database:
rake load_default_data RAILS_ENV="production"
This step is optional, as you can define your own configuration
(roles, trackers, statuses, workflows, enumerations) from sratch
It will load default roles, trackers, statuses, workflows and enumerations.
This step is optional (but recommended), as you can define your
own configuration from sratch.
6. Test the installation by running WEBrick web server:
ruby script/server -e production
......
== redMine
redMine - project management software
Copyright (C) 2006 Jean-Philippe Lang
http://redmine.org/
Copyright (C) 2006-2007 Jean-Philippe Lang
http://redmine.rubyforge.org/
== License
......@@ -25,16 +25,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
redMine is a project management software written using Ruby on Rails.
* multiple users/projects
* fully customizable role based access control
* issue tracking system
* fully customizable workflow
* documents/files repository
* email notifications
* custom fields for projects, users and issues
* multilanguage support
* multiple LDAP authentication support
* user self-registration support
* Multiple users/multiple projects
* Fully customizable role based access control
* Issue tracking system
* Fully customizable workflow
* Documents/files repository
* News management
* SVN browser and diff viewer
* Email notifications
* Custom fields for projects, users and issues
* Multiple LDAP authentication support
* User self-registration support
* Multilanguage support (english, french, german, spanish)
* Multiple databases support: MySQL, PostgreSQL, Oracle, SQL Server, SQLite
== User documentation
......@@ -54,5 +57,5 @@ may not be provided for these versions.
* Jean-Francois Boutier (spanish translation)
* Andreas Viklund (open source XHTML layout, http://andreasviklund.com/)
* Karim Trott (german translation)
* Karim Trott (german translation and english online help translation)
doc/docbook/en/images/arrow_bw.png

208 B

doc/docbook/en/images/arrow_from.png

209 B

doc/docbook/en/images/arrow_to.png

211 B

doc/docbook/en/images/gantt.png

15.2 KiB

doc/docbook/en/images/issues_list.png

13 KiB

doc/docbook/en/images/locked.png

437 B

doc/docbook/en/images/roles_edit.png

26.2 KiB

doc/docbook/en/images/user_new.png

258 B

doc/docbook/en/images/users_list.png

8.24 KiB

doc/docbook/en/images/workflow.png

6.35 KiB

This diff is collapsed.
doc/docbook/fr/images/arrow_bw.png

208 B

doc/docbook/fr/images/arrow_from.png

209 B

doc/docbook/fr/images/arrow_to.png

211 B

doc/docbook/fr/images/gantt.png

15.2 KiB

doc/docbook/fr/images/issues_list.png

13 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment