[ARVADOS] updated: 40d04a669958fb777f4cf4a93ae7e21d101a438f
git at public.curoverse.com
git at public.curoverse.com
Thu Mar 12 16:16:04 EDT 2015
Summary of changes:
doc/install/install-api-server.html.textile.liquid | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
via 40d04a669958fb777f4cf4a93ae7e21d101a438f (commit)
via a6852b558a8b3d7f1a88b5acdf6ad495d9dbd682 (commit)
via 323247384c639ebbcdbfc3a019765a89bcb83ea5 (commit)
from 2f9de559616c21a8f5672017abd13d7319a05196 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 40d04a669958fb777f4cf4a93ae7e21d101a438f
Merge: 2f9de55 a6852b5
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Mar 12 16:17:25 2015 -0400
Merge branch 'patch-1' from github.com/daftano. No issue #
commit a6852b558a8b3d7f1a88b5acdf6ad495d9dbd682
Author: David <davide.fiorentino.loregio at gmail.com>
Date: Thu Mar 12 17:07:42 2015 +0100
Use postgresql options to reduce questions
-S set new role to not be a superuser
-R disable the creation of more new roles for the new role
diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid
index 1af21e9..9db9eb9 100644
--- a/doc/install/install-api-server.html.textile.liquid
+++ b/doc/install/install-api-server.html.textile.liquid
@@ -109,12 +109,10 @@ Generate a new database password. Nobody ever needs to memorize it or type it, s
Create a new database user with permission to create its own databases.
<notextile>
-<pre><code>~/arvados/services/api$ <span class="userinput">sudo -u postgres createuser --createdb --encrypted --pwprompt arvados</span>
+<pre><code>~/arvados/services/api$ <span class="userinput">sudo -u postgres createuser --createdb --encrypted -R -S --pwprompt arvados</span>
[sudo] password for <b>you</b>: <span class="userinput">yourpassword</span>
Enter password for new role: <span class="userinput">paste-password-you-generated</span>
Enter it again: <span class="userinput">paste-password-again</span>
-Shall the new role be a superuser? (y/n) <span class="userinput">n</span>
-Shall the new role be allowed to create more new roles? (y/n) <span class="userinput">n</span>
</code></pre></notextile>
Configure API server to connect to your database by creating and updating @config/database.yml at . Replace the @xxxxxxxx@ database password placeholders with the new password you generated above.
commit 323247384c639ebbcdbfc3a019765a89bcb83ea5
Author: David <davide.fiorentino.loregio at gmail.com>
Date: Thu Mar 12 10:36:37 2015 +0100
Update prerequisites
Remove sudo because to run sudo you should already have to have it installed
Add git to download sources from github
diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid
index c3d5200..1af21e9 100644
--- a/doc/install/install-api-server.html.textile.liquid
+++ b/doc/install/install-api-server.html.textile.liquid
@@ -12,7 +12,7 @@ h2. Install prerequisites
<pre><code>~$ <span class="userinput">sudo apt-get install \
bison build-essential gettext libcurl3 libcurl3-gnutls \
libcurl4-openssl-dev libpcre3-dev libpq-dev libreadline-dev \
- libssl-dev libxslt1.1 postgresql sudo wget zlib1g-dev
+ libssl-dev libxslt1.1 postgresql git wget zlib1g-dev
</span></code></pre></notextile>
Also make sure you have "Ruby and bundler":install-manual-prerequisites-ruby.html installed.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list