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: starting "onboard


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: starting "onboarding" documentation
Date: Wed, 31 May 2017 10:12:12 +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 1cf8f0b  starting "onboarding" documentation
1cf8f0b is described below

commit 1cf8f0b1c860356443017fb23c3d655a4d7c7d4e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 31 10:11:32 2017 +0200

    starting "onboarding" documentation
---
 docs/onboarding.texi | 208 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 208 insertions(+)

diff --git a/docs/onboarding.texi b/docs/onboarding.texi
new file mode 100644
index 0000000..7b9ccce
--- /dev/null
+++ b/docs/onboarding.texi
@@ -0,0 +1,208 @@
address@hidden Standalone deployment
address@hidden Standalone deployment
+
+
+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}.
+
+This installation assumes that all the steps are run with @code{$HOME}
+as @code{$CWD}.
+
+The first step is to fetch the @cite{deployment} repository, which hosts all
+the needed scripts.
+
address@hidden
+# Adapt the repository's URI to your needs.
+$ git clone /var/git/deployment.git/
address@hidden example
+
+The next step is to fetch all the codebases from all the components.
+
address@hidden
+$ ./deployment/bootstrap-standalone
address@hidden example
+
+If the previous step succeeded, a file named @code{activate} should be now
+in the @code{$CWD}.  It contains environmental definitions for @code{$PATH} and
+database names.
+
address@hidden
address@hidden Note
+Please @emph{ignore} the output from the previous script when it succeeds,
+which is
+
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.
+
+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
+
+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
+init script that launches all the Taler processes.
address@hidden quotation
address@hidden quotation
address@hidden cartouche
+
+Now we need to compile and install all the downloaded codebases.
+
address@hidden
+# We first update address@hidden@w{`}, in order to make all the compilation
+# and configuration utilities available.
+$ source activate
+
+# Double check if the previous step worked: $PATH should
+# contain $HOME/local/bin.
+$ echo $PATH
+
+# The actual compilation:
+$ taler-deployment-build
address@hidden example
+
+The following step will generate config files for all the components.
+Please @strong{note} that although a default currency will be picked up by the
+script, it is possible to have a custom currency by setting the environment
+variable @code{TALER_CONFIG_CURRENCY} to the wanted currency, and then running
+the config generator.
+
address@hidden
+$ taler-deployment-config-generate
address@hidden example
+
+whereas the following one will place signatures inside wireformat JSON
+files.
+
address@hidden
+$ taler-deployment-config-sign
address@hidden example
+
+The next step is to generate @cite{signkeys} and @cite{denomkeys}.
+Note that it will also get the denomkeys signed by the (local mock)
+auditor.
+
address@hidden
+$ taler-deployment-keyup
address@hidden example
+
address@hidden An error of "invalid currency name" might be related to the 
current
address@hidden policy of 12-chars limit for currency names; which is likely 
going to
address@hidden be changed.
+
+It may be necessary to define database tables for the exchange.  The
+following command does that.
+
+Note that you have to manually start the database, with the following
+command.
+
address@hidden
+taler-deployment-arm -s
+taler-deployment-arm -i taler-postrges-standalone
address@hidden example
+
address@hidden
+# Erase all the data!
+$ taler-exchange-dbinit -r
address@hidden example
+
+As of the merchant backend, it creates tables at launch time, so it is
+not required to define tables before launching it.  @cite{However}, if some
+table's definition changed over the time, and there is a need to force
+a redefinition of tables, then the following command accomplishes that
+for the merchant:
+
address@hidden
+# Erase all the data!
+$ taler-merchant-dbinit -r
address@hidden example
+
+If all previous steps succeeded, it is now possible to launch all the
+processes.  That is accomplished by the following command:
+
address@hidden
+$ taler-deployment-start
address@hidden example
+
address@hidden
address@hidden Note
+Please make sure your nginx works correctly with its configuration
+at @code{<DEPLOYMENT-REPO>/etc/nginx}.
address@hidden quotation
address@hidden cartouche
+
address@hidden Deployment on demo.taler.net
address@hidden Deployment on demo.taler.net
+
+This section describes how to upgrade the exchange deployment on the
address@hidden 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
+the ``experimental'' logic to the ``stable'' site.  It is mostly
+useful for administrators of @url{taler.net}, but given that all of
+the configuration files are public, it may also make a good starting
+point for others.
+
+
+First, make sure that the deployment @emph{AND} the deployment scripts work on 
the @cite{test.taler.net} deployment.
+
+For all repositories that have a separate stable branch (currently 
exchange.git,
+merchant.git, merchant-frontends.git, bank.git, landing.git) do:
+
address@hidden
+$ cd $REPO
+$ git pull origin master stable
+$ git checkout stable
+
+# option a: resolve conflicts resulting from hotfixes
+$ git merge master
+$ ...
+
+# option b: force stable to master
+$ git update-ref refs/heads/stable master
+
+$ git push # possibly with --force
+
+# continue development
+$ git checkout master
address@hidden example
+
+Log into taler.net with the account that is @emph{not} active by looking
+at the @cite{sockets} symlink of the @cite{demo} account.
+
+The following instructions wipe out the old deployment completely.
+
address@hidden
+$ ls -l ~demo/sockets
+
+[...] sockets -> /home/demo-green/sockets/
address@hidden example
+
+In this case, @cite{demo-green} is the active deployment, and @cite{demo-blue} 
should be updated.
+After the update is over, the @cite{/home/demo/sockets} symlink will be 
pointed to @cite{demo-blue}.
+
address@hidden
+# Remove all existing files
+$ find $HOME -exec rm -fr @address@hidden \;
+
+$ git clone /var/git/deployment.git
+$ ./deployment/bootstrap-bluegreen demo
+
+# set environment appropriately
+$ . activate
+$ taler-deployment-build
+
+# upgrade the database!  this
+# process depends on the specific version
+
+$ taler-deployment-start
+
+# look at the logs, verify that everything is okay
address@hidden example
+
+Now the symlink can be updated.

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



reply via email to

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