Difference between revisions of "Basic redmine configuration"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>Redmine_configuration|Redmine configuration</yambe:breadcrumb> =Basic redmine configuration= ==Disable anonymous access== By default all redmine projects a...") |
m |
||
Line 9: | Line 9: | ||
#Check "Authentication required" checkbox | #Check "Authentication required" checkbox | ||
#Click save | #Click save | ||
==Configure outgong emails== | |||
#Configure sendmail on the machine so that it can send emails. | |||
#'<tt>cp {REDMINE_ROOT}/config/configuration.yml.example {REDMINE_ROOT}/config/configuration.yml</tt>' | |||
#Edit the config/configuration.yml file and near the end where production: is present use: | |||
#:<pre> | |||
#::production: | |||
#:: email_delivery: | |||
#:: delivery_method: :sendmail | |||
#:</pre> | |||
#Login as administrator in redmine and go to "Administration -> Settings -> Email notifications" and choose appropriate defaults. |
Revision as of 15:42, 27 February 2013
<yambe:breadcrumb>Redmine_configuration|Redmine configuration</yambe:breadcrumb>
Basic redmine configuration
Disable anonymous access
By default all redmine projects and issues are public and viewable by everyone. To disable this:
- Login as administrator
- Go to Adminsitration -> Settings -> Authentication
- Check "Authentication required" checkbox
- Click save
Configure outgong emails
- Configure sendmail on the machine so that it can send emails.
- 'cp {REDMINE_ROOT}/config/configuration.yml.example {REDMINE_ROOT}/config/configuration.yml'
- Edit the config/configuration.yml file and near the end where production: is present use:
- production:
- email_delivery:
- delivery_method: :sendmail
- Login as administrator in redmine and go to "Administration -> Settings -> Email notifications" and choose appropriate defaults.