X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f71c9e59bfff91da4b89050ceae27dbe3edcdb6c..0862d7206c66e8cc435de1d379c1a3ed389c1c87:/doc/install/install-workbench-app.html.textile.liquid diff --git a/doc/install/install-workbench-app.html.textile.liquid b/doc/install/install-workbench-app.html.textile.liquid index eaf4edecdd..ea9e73cfbc 100644 --- a/doc/install/install-workbench-app.html.textile.liquid +++ b/doc/install/install-workbench-app.html.textile.liquid @@ -49,6 +49,17 @@ Alternatively, if you don't have sudo/root privileges on the host, install the g ~/arvados/apps/workbench$ bundle install --path=vendor/bundle +The @bundle install@ command might produce a warning about the themes_for_rails gem. This is OK: + + +
themes_for_rails at /home/you/.rvm/gems/ruby-2.1.1/bundler/gems/themes_for_rails-1fd2d7897d75 did not have a valid gemspec.
+This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
+The validation message from Rubygems was:
+  duplicate dependency on rails (= 3.0.11, development), (>= 3.0.0) use:
+    add_runtime_dependency 'rails', '= 3.0.11', '>= 3.0.0'
+Using themes_for_rails (0.5.1) from https://github.com/holtkampw/themes_for_rails (at 1fd2d78)
+
+ h2. Configure the Workbench application This application needs a secret token. Generate a new secret: @@ -62,7 +73,14 @@ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa Copy @config/application.yml.example@ to @config/application.yml@ and edit it appropriately for your environment. * Set @secret_token@ to the string you generated with @rake secret@. -* Point @arvados_login_base@ and @arvados_v1_base@ at your "API server":install-api-server.html +* Point @arvados_login_base@ and @arvados_v1_base@ at your "API server":install-api-server.html, like this: + + +
arvados_login_base: https://your.host:3030/login
+arvados_v1_base: https://your.host:3030/arvados/v1
+
+
+ * @site_name@ can be any string to identify this Workbench. * If the SSL certificate you use for development isn't signed by a CA, make sure @arvados_insecure_https@ is @true@.