From ec33dfc2c78909afccaac09f80a98194a7e3a787 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 21 Nov 2014 13:49:19 -0500 Subject: [PATCH] 4570: Added note about running SSO server. --- doc/install/install-sso.html.textile.liquid | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/install/install-sso.html.textile.liquid b/doc/install/install-sso.html.textile.liquid index 4222ea62e5..646cb3bfe2 100644 --- a/doc/install/install-sso.html.textile.liquid +++ b/doc/install/install-sso.html.textile.liquid @@ -60,3 +60,18 @@ irb(main):005:0> c.save! irb(main):006:0> quit + +h2. Start the SSO server + +h3. Development environment + +To run in development mode, you can now run the development server this way: + + +
~/arvados/services/api$ bundle exec rails server
+
+
+ +h3. Production environment + +As a Ruby on Rails application, the SSO server should be compatible with any Ruby application server that supports Rack applications. -- 2.30.2