Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Redmine WS を有効にしてから、後で他のスクリプト (fetch_changesets など) で使用するために、インストール時にその API キーを生成して保存する必要があります。これに対するルビーコマンドはありますか?
/usr/share/redmine/script/runner "Setting.sys_api_enabled = 1" -e production /usr/share/redmine/script/runner "Setting.sys_api_key = 'abcd'" -e production