Merge branch '16678-login-tokens-lifetime-config'
[arvados.git] / doc / _includes / _install_rails_reconfigure.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 Now that all your configuration is in place, rerun the {{railspkg}} package configuration to install necessary Ruby Gems and other server dependencies.  On Debian-based systems:
8
9 <notextile><pre><code>~$ <span class="userinput">sudo dpkg-reconfigure {{railspkg}}</span>
10 </code></pre></notextile>
11
12 On Red Hat-based systems:
13
14 <notextile><pre><code>~$ <span class="userinput">sudo yum reinstall {{railspkg}}</span>
15 </code></pre></notextile>
16
17 You only need to do this manual step once, after initial configuration.  When you make configuration changes in the future, you just need to restart Nginx for them to take effect.