[ARVADOS] updated: 78ae7f174a7817b7a94d23c9fd28ca4f24239978
git at public.curoverse.com
git at public.curoverse.com
Mon Jan 11 13:56:27 EST 2016
Summary of changes:
doc/_includes/_install_rails_reconfigure.liquid | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 doc/_includes/_install_rails_reconfigure.liquid
via 78ae7f174a7817b7a94d23c9fd28ca4f24239978 (commit)
from c95709b654a9124d6e66254920ec3cb8e3f48626 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 78ae7f174a7817b7a94d23c9fd28ca4f24239978
Author: Brett Smith <brett at curoverse.com>
Date: Mon Jan 11 13:56:19 2016 -0500
Fixup: Add missing file.
diff --git a/doc/_includes/_install_rails_reconfigure.liquid b/doc/_includes/_install_rails_reconfigure.liquid
new file mode 100644
index 0000000..b2f2965
--- /dev/null
+++ b/doc/_includes/_install_rails_reconfigure.liquid
@@ -0,0 +1,11 @@
+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:
+
+<notextile><pre><code>~$ <span class="userinput">sudo dpkg-reconfigure {{railspkg}}</span>
+</code></pre></notextile>
+
+On Red Hat-based systems:
+
+<notextile><pre><code>~$ <span class="userinput">sudo yum reinstall {{railspkg}}</span>
+</code></pre></notextile>
+
+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.
\ No newline at end of file
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list