8095: Make install guide bundle commands more consistent.
authorBrett Smith <brett@curoverse.com>
Thu, 31 Dec 2015 16:23:34 +0000 (11:23 -0500)
committerBrett Smith <brett@curoverse.com>
Tue, 5 Jan 2016 19:53:23 +0000 (14:53 -0500)
commit3b893d17a9499705708da771ceafbd59b1259e70
treed442dbce33805b1f111ec9022fe58ba44a251f49
parent722e147756526579ba32a31f967e9e00d47fd3ed
8095: Make install guide bundle commands more consistent.

* Always instruct the user to use `sudo -u`.  This prevents the
  commands from generating cache files that the web server can't write
  later.
* Always execute the command in the server's main directory.  This
  helps people run on automatic: if they leave a shell session open at
  the API server directory, they can paste in a combination of Rails
  console and script commands without `cd`ing around.
* Always give both RVM and non-RVM instructions.  There might be a
  good way to streamline this, e.g., by telling them to use rvmsudo
  when available, but that can be a later optimization.
doc/_includes/_install_rails_command.liquid [new file with mode: 0644]
doc/install/install-arv-git-httpd.html.textile.liquid
doc/install/install-keep-web.html.textile.liquid
doc/install/install-keepproxy.html.textile.liquid
doc/install/install-sso.html.textile.liquid
doc/install/install-workbench-app.html.textile.liquid