4570: Added note about running SSO server.
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 21 Nov 2014 18:49:19 +0000 (13:49 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 21 Nov 2014 18:49:19 +0000 (13:49 -0500)
doc/install/install-sso.html.textile.liquid

index 4222ea62e5342a3d138302ffb5d406bd25ca22bd..646cb3bfe269ea2005b87bf213225613155d663a 100644 (file)
@@ -60,3 +60,18 @@ irb(main):005:0&gt; <span class="userinput">c.save!</span>
 irb(main):006:0&gt; <span class="userinput">quit</span>
 </code></pre>
 </notextile>
+
+h2. Start the SSO server
+
+h3. Development environment
+
+To run in development mode, you can now run the development server this way:
+
+<notextile>
+<pre><code>~/arvados/services/api$ <span class="userinput">bundle exec rails server</span>
+</code></pre>
+</notextile>
+
+h3. Production environment
+
+As a Ruby on Rails application, the SSO server should be compatible with any Ruby application server that supports Rack applications.