[ARVADOS] updated: 1.3.0-1295-ge44092b29
Git user
git at public.curoverse.com
Thu Jul 11 19:48:24 UTC 2019
Summary of changes:
doc/admin/config-migration.html.textile.liquid | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via e44092b29d6fbf3798c7f2b37164abd8f6f4e088 (commit)
via df4b4294ee91d521556724001be81261d99654d1 (commit)
from 056d1819f3d98d8526ca59d7118ff9ce2d48aa0d (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 e44092b29d6fbf3798c7f2b37164abd8f6f4e088
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Thu Jul 11 15:47:59 2019 -0400
doc: on the config migration page, make sure to include RAILS_ENV in the bundle
commands for Workbench.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/doc/admin/config-migration.html.textile.liquid b/doc/admin/config-migration.html.textile.liquid
index c5a5ac7a4..3f10a87fe 100644
--- a/doc/admin/config-migration.html.textile.liquid
+++ b/doc/admin/config-migration.html.textile.liquid
@@ -28,7 +28,7 @@ This will print the contents of @config.yml@ after merging the legacy @applicati
If you wish to update @config.yml@ configuration by hand, or check that everything has been migrated, use @config:diff@ to print configuration items that differ between @application.yml@ and the system @config.yml at .
<pre>
-$ bundle exec rake config:diff
+$ RAILS_ENV=production bundle exec rake config:diff
</pre>
This command will also report if no migrations are required.
@@ -40,7 +40,7 @@ The legacy workbench configuration is stored in @config/application.yml at . After
Change to the workbench server directory and use the following commands:
<pre>
-$ bundle exec rake config:migrate > config.yml
+$ RAILS_ENV=production bundle exec rake config:migrate > config.yml
$ cp config.yml /etc/arvados/config.yml
</pre>
commit df4b4294ee91d521556724001be81261d99654d1
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Thu Jul 11 15:45:16 2019 -0400
doc: on the config migration page, make sure to include RAILS_ENV in the bundle
commands.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/doc/admin/config-migration.html.textile.liquid b/doc/admin/config-migration.html.textile.liquid
index 4862bfe33..c5a5ac7a4 100644
--- a/doc/admin/config-migration.html.textile.liquid
+++ b/doc/admin/config-migration.html.textile.liquid
@@ -19,7 +19,7 @@ The legacy API server configuration is stored in @config/application.yml@ and @c
Change to the API server directory and use the following commands:
<pre>
-$ bundle exec rake config:migrate > config.yml
+$ RAILS_ENV=production bundle exec rake config:migrate > config.yml
$ cp config.yml /etc/arvados/config.yml
</pre>
@@ -49,7 +49,7 @@ This will print the contents of @config.yml@ after merging the legacy @applicati
If you wish to update @config.yml@ configuration by hand, or check that everything has been migrated, use @config:diff@ to print configuration items that differ between @application.yml@ and the system @config.yml at .
<pre>
-$ bundle exec rake config:diff
+$ RAILS_ENV=production bundle exec rake config:diff
</pre>
This command will also report if no migrations are required.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list