From f493dd4dfab89c228fab05e2b46851211c7fc586 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Tue, 6 May 2014 18:42:41 -0400 Subject: [PATCH] Clean up install docs --- doc/_config.yml | 3 +-- doc/install/index.html.md.liquid | 18 ------------------ doc/install/index.html.textile.liquid | 18 ++++++++++++++++++ .../install-api-server.html.textile.liquid | 3 ++- doc/install/install-sso.html.textile.liquid | 3 ++- 5 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 doc/install/index.html.md.liquid create mode 100644 doc/install/index.html.textile.liquid diff --git a/doc/_config.yml b/doc/_config.yml index fc26cc90fc..3a2b552e13 100644 --- a/doc/_config.yml +++ b/doc/_config.yml @@ -112,10 +112,9 @@ navbar: - admin/cheat_sheet.html.textile.liquid installguide: - Install: - - install/index.html.md.liquid + - install/index.html.textile.liquid - install/install-sso.html.textile.liquid - install/install-api-server.html.textile.liquid - install/install-workbench-app.html.textile.liquid - - install/client.html.textile.liquid - install/create-standard-objects.html.textile.liquid - install/install-crunch-dispatch.html.textile.liquid diff --git a/doc/install/index.html.md.liquid b/doc/install/index.html.md.liquid deleted file mode 100644 index aaac7a7290..0000000000 --- a/doc/install/index.html.md.liquid +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: default -navsection: installguide -title: Overview -... - -{% include 'alert_stub' %} - -# Installation Overview - -1. Set up a cluster, or use Amazon -1. Create and mount Keep volumes -1. [Install the Single Sign On (SSO) server](install-sso.html) -1. [Install the Arvados REST API server](install-api-server.html) -1. [Install the Arvados workbench application](install-workbench-app.html) -1. [Install the Crunch dispatcher](install-crunch-dispatch.html) -1. [Create standard objects](create-standard-objects.html) -1. [Install client libraries](client.html) diff --git a/doc/install/index.html.textile.liquid b/doc/install/index.html.textile.liquid new file mode 100644 index 0000000000..5bf35f36f5 --- /dev/null +++ b/doc/install/index.html.textile.liquid @@ -0,0 +1,18 @@ +--- +layout: default +navsection: installguide +title: Overview +... + +{% include 'alert_stub' %} + +h2. Installation Overview + +# Set up a cluster, or use Amazon +# Create and mount Keep volumes +# "Install the Single Sign On (SSO) server":install-sso.html +# "Install the Arvados REST API server":install-api-server.html +# "Install the Arvados workbench application":install-workbench-app.html +# "Install the Crunch dispatcher":install-crunch-dispatch.html +# "Create standard objects":create-standard-objects.html +# Install client libraries (see "SDK Reference":{{site.baseurl}}/sdk/index.html). diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid index a1cca3d8b4..3e70a67764 100644 --- a/doc/install/install-api-server.html.textile.liquid +++ b/doc/install/install-api-server.html.textile.liquid @@ -37,7 +37,8 @@ sudo gem install bundler h2. Download the source tree -
~$ git clone https://github.com/curoverse/arvados.git
+
~$ cd $HOME # (or wherever you want to install)
+~$ git clone https://github.com/curoverse/arvados.git
 
See also: "Downloading the source code":https://arvados.org/projects/arvados/wiki/Download on the Arvados wiki. diff --git a/doc/install/install-sso.html.textile.liquid b/doc/install/install-sso.html.textile.liquid index f220ef6d36..2f2ba5151b 100644 --- a/doc/install/install-sso.html.textile.liquid +++ b/doc/install/install-sso.html.textile.liquid @@ -5,7 +5,8 @@ title: Install Single Sign On (SSO) server ... -
~$ git clone https://github.com/curoverse/sso-devise-omniauth-provider.git
+
~$ cd $HOME # (or wherever you want to install)
+~$ git clone https://github.com/curoverse/sso-devise-omniauth-provider.git
 ~$ cd sso-devise-omniauth-provider
 ~/sso-devise-omniauth-provider$ bundle install
 ~/sso-devise-omniauth-provider$ rake db:create
-- 
2.39.5