Bright-L
  • Home
  • Linux
  • Mac
Subscribe
Tagged

Ruby

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_

  • Hiroyuki Nishimura
Hiroyuki Nishimura 2021年4月14日 • 1 min read
Bright-L © 2022
  • contact us
Powered by Ghost