From: Peter Amstutz Date: Fri, 21 Nov 2014 18:49:19 +0000 (-0500) Subject: 4570: Added note about running SSO server. X-Git-Tag: 1.1.0~1897^2~3 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/ec33dfc2c78909afccaac09f80a98194a7e3a787 4570: Added note about running SSO server. --- 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.