X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2a6a3720271a12bc8a47928ade5b2c641514ca44..f8fdd0cbdf1de1464bc1fc7cc5e7660205edf56b:/doc/install/install-workbench-app.html.textile.liquid?ds=sidebyside diff --git a/doc/install/install-workbench-app.html.textile.liquid b/doc/install/install-workbench-app.html.textile.liquid index 91dd1f1198..22fc1557a8 100644 --- a/doc/install/install-workbench-app.html.textile.liquid +++ b/doc/install/install-workbench-app.html.textile.liquid @@ -6,7 +6,7 @@ title: Install Workbench h2. Install prerequisites -The Arvados package repository includes Workbench server package that can help automate much of the deployment. +The Arvados package repository includes a Workbench server package that can help automate much of the deployment. h3(#install_ruby_and_bundler). Install Ruby and Bundler @@ -93,7 +93,15 @@ For best performance, we recommend you use Nginx as your Web server front-end, w
    -
  1. Install Nginx and Phusion Passenger.
  2. +
  3. Install Nginx and Phusion Passenger.
  4. + +
  5. If you're deploying on CentOS and using the python27 Software Collection, configure Nginx to use it: + +
    ~$ sudo usermod --shell /bin/bash nginx
    +~$ sudo -u nginx sh -c 'echo "[[ -z \$PS1 && -e /opt/rh/python27/enable ]] && source /opt/rh/python27/enable" >>~/.bash_profile'
    +
    + +
  6. Edit the http section of your Nginx configuration to run the Passenger server, and act as a front-end for it. You might add a block like the following, adding SSL and logging parameters to taste: