gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: boilerplate for o


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: boilerplate for onboarding documentation
Date: Thu, 01 Jun 2017 09:30:41 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 01bfa00  boilerplate for onboarding documentation
01bfa00 is described below

commit 01bfa00d17b6a8d3bb50ff41ad9cd3bc0266a99a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 1 09:30:25 2017 +0200

    boilerplate for onboarding documentation
---
 .gitignore          |  3 ++
 doc/onboarding.texi | 83 +++++++++++++++++++++++++++++++++++++++++++++--------
 doc/version.texi    |  4 +++
 3 files changed, 78 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cb2e452
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+doc/*
+!doc/*.texi
+!doc/*.txt
diff --git a/doc/onboarding.texi b/doc/onboarding.texi
index 3327b2a..dafc05f 100644
--- a/doc/onboarding.texi
+++ b/doc/onboarding.texi
@@ -1,3 +1,61 @@
+\input texinfo @c -*-texinfo-*-
address@hidden %**start of header
address@hidden onboarding.info
address@hidden version.texi
address@hidden Notes for taler.net admins and developers @value{VERSION}
+
address@hidden Define a new index for options.
address@hidden op
address@hidden Combine everything into one index (arbitrarily chosen to be the
address@hidden concept index).
address@hidden op cp
address@hidden %**end of header
+
address@hidden
+Howtos for taler.net admins and developers (version @value{VERSION}, 
@value{UPDATED}),
+Copyright @copyright{} 2017 INRIA
+
address@hidden
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.3 or
+any later version published by the Free Software Foundation; with no
+Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
+Texts.  A copy of the license is included in the section entitled
+``GNU Free Documentation License''.
address@hidden quotation
address@hidden copying
address@hidden If your manual is published on paper by the FSF, it should 
include
address@hidden The standard FSF Front-Cover and Back-Cover Texts, as given in
address@hidden maintain.texi.
address@hidden
address@hidden Titlepage
address@hidden
address@hidden
address@hidden Notes for taler.net admins and developers
address@hidden Version @value{VERSION}
address@hidden @value{UPDATED}
address@hidden Marcello Stanisci (@email{marcello.stanisci@@inria.fr})
address@hidden
address@hidden 0pt plus 1filll
address@hidden
address@hidden titlepage
+
address@hidden @summarycontents
address@hidden
+
address@hidden
address@hidden Top
address@hidden Notes for taler.net admins and developers
address@hidden
address@hidden ifnottex
+
address@hidden
+* Taler.net::                           Sysadmins notes for server at taler.net
+* Standalone deployment::               Deploy Taler in your homepage
+* Deployment on demo.taler.net::        Deploy Taler in a "blue/green" fashion
+* Releases::                            Releases patterns
address@hidden menu
+
 @node Taler.net
 @section Taler.net
 
@@ -107,14 +165,14 @@ After the desired blue/green party has been compiled, it 
is possible to
 log-in as @emph{test} and run the script @code{$HOME/.ln-<COLOR>.sh}, in order 
to make
 @code{test-<COLOR>} active.
 
--------------------
-Site lcov.taler.net
--------------------
address@hidden Website lcov.taler.net
 
 The directory @code{/var/www/lcov.taler.net} contains the following two 
symlinks
 
-* exchange --> @code{/home/lcovslave/exchange/doc/coverage}
-* merchant --> @code{/home/lcovslave/merchant/doc/coverage}
address@hidden
address@hidden exchange --> @code{/home/lcovslave/exchange/doc/coverage}
address@hidden merchant --> @code{/home/lcovslave/merchant/doc/coverage}
address@hidden itemize
 
 The pointed locations are updated by the @emph{lcovslave}.
 
@@ -125,7 +183,7 @@ The pointed locations are updated by the @emph{lcovslave}.
 
 This tecnique aims to set a thorough Taler installation up on a
 machine whose nginx configuration is configured by config files
-from @indicateurl{https://git.taler.net/deployment.git/tree/etc/nginx}.
+from @emph{https://git.taler.net/deployment.git/tree/etc/nginx}.
 
 This installation assumes that all the steps are run with @code{$HOME}
 as @code{$CWD}.
@@ -155,7 +213,7 @@ which is
 
 @quotation
 
address@hidden
address@hidden
 WARNING: enabling "trust" authentication for local connections
 You can change this by editing pg_hba.conf or using the option -A, or
 --auth-local and --auth-host, the next time you run initdb.
@@ -163,7 +221,7 @@ You can change this by editing pg_hba.conf or using the 
option -A, or
 Success. You can now start the database server using:
 
 /usr/lib/postgresql/9.5/bin/pg_ctl -D talerdb -l logfile start
address@hidden example
address@hidden smallexample
 
 The reason is that this message is generated by Postgresql's utilities and
 you never need to start your database manually; it will be started by the
@@ -260,7 +318,7 @@ at @code{<DEPLOYMENT-REPO>/etc/nginx}.
 @node Deployment on demo.taler.net
 @section Deployment on demo.taler.net
 
-This section describes how to upgrade the exchange deployment on the
+This section describes how to upgrade the whole Taler setup on the
 @url{taler.net} Web site.  Here, the deployment scripts include a
 ``stable'' setup at @url{demo.taler.net} and an ``experimental'' setup
 at @url{test.taler.net}.  This section documents the steps for moving
@@ -328,9 +386,8 @@ $ taler-deployment-start
 
 Now the symlink can be updated.
 
address@hidden releases
address@hidden releases
-
address@hidden Releases
address@hidden Releases
 
 @subsection Release Process and Checklists
 
@@ -408,3 +465,5 @@ filename: taler-exchange-0.1.0.tar.gz
 @end example
 
 Upload the files in @b{binary mode} to the ftp servers.
+
address@hidden
diff --git a/doc/version.texi b/doc/version.texi
new file mode 100644
index 0000000..1bd19c2
--- /dev/null
+++ b/doc/version.texi
@@ -0,0 +1,4 @@
address@hidden UPDATED 31 May 2017
address@hidden UPDATED-MONTH May 2017
address@hidden EDITION 0.2.0
address@hidden VERSION 0.2.0

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]