답변:
touch /path/to/redmine/tmp/restart.txt
다음 페이지 요청시 Redmine이 다시 시작됩니다. Apache (공유 호스팅 등)를 다시 시작할 권한이없는 인스턴스에있는 경우이 방법이 종종 유일한 방법입니다.
tmp/restart.txt
파일 을 터치 할 때마다 Passenger은 모든 Rails 프로세스를 다시 시작합니다. 그래도 아파치를 다시 시작할 수 없었습니다. 다음과 같은 것이 필요할 것입니다.sudo apache2ctl restart
우분투 (10.04)는 승객과 레드 마인 (0.9.3)을 설치합니다. / usr / share / redmine에서 다음을 사용하여 응용 프로그램을 실제로 다시 시작하는 것은 승객입니다.
touch tmp/restart.txt
그러나 또 다른 요점이 있습니다. config / environment.rb에서 설정
config.action_mailer.perform_deliveries = false
다음으로 변경해야합니다.
config.action_mailer.perform_deliveries = true
참조 : http://www.redmine.org/boards/2/topics/4240
Gmail SMTP를 설정하기가 너무 번거롭기 때문에 exim4를 설정했습니다.