Bright-L
  • Home
  • Linux
  • Mac

Readmin

A collection of 1 post
Redmineをpumaで動かそう!
Ruby

Redmineをpumaで動かそう!

pumaのインストール $ gem install puma Redmineの設定 config/puma.rbを以下の内容で作成する app_root = '/opt/redmine' #パスは適宜 directory app_root environment 'production' pidfile "#{app_root}/tmp/pids/puma.pid" state_path "#{app_root}/tmp/pids/puma.state" bind "unix:#{app_root}/tmp/sockets/redmine.socket" activate_control_app > その他設定に関しては本家の説明を https://github.com/puma/
2021年4月14日 1 min read
Bright-L © 2023
  • contact us
Powered by Ghost