gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-api] branch master updated: starting standalone depl


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: starting standalone deployment
Date: Thu, 18 May 2017 16:08:30 +0200

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

marcello pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new c78dad8  starting standalone deployment
c78dad8 is described below

commit c78dad8b82580a172cadf29e84ff76f7f66d21be
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 18 16:08:27 2017 +0200

    starting standalone deployment
---
 docs/deployment.rst | 45 ++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 38 insertions(+), 7 deletions(-)

diff --git a/docs/deployment.rst b/docs/deployment.rst
index d6ba1d8..09c4c80 100644
--- a/docs/deployment.rst
+++ b/docs/deployment.rst
@@ -50,19 +50,19 @@ Deploying to test
   
   $ deployment/bootstrap-bluegreen test
 
-3. Create configuration file
-
-.. code-block:: none
-
-  $ taler-deployment-config-generate
-
-4. Compile the project
+3. Compile the project
 
 .. code-block:: none
   
   $ source activate
   $ taler-deployment-build
 
+4. Create configuration file
+
+.. code-block:: none
+
+  $ taler-deployment-config-generate
+
 5. Create denomination and signing keys
 
 .. note::
@@ -141,3 +141,34 @@ After the update is over, the `/home/demo/sockets` symlink 
will be pointed to `d
   # look at the logs, verify that everything is okay
 
 Now the symlink can be updated.
+
+----------------------------------------
+Deploying to developer personal homepage
+----------------------------------------
+
+.. note::
+  Specific to the `tripwire` machine.  Ask for a personal Taler
+  development environment at address@hidden
+
+1. From your clean homepage, clone the deployment repository
+
+.. code-block:: none
+
+  $ git clone /var/git/deployment.git
+
+Please, *IGNORE* the message saying to start the database in the following way:
+`/usr/lib/postgresql/9.5/bin/pg_ctl -D talerdb -l logfile start`.  This is 
Postgres
+specific and overridden by our method of starting services.
+
+2. Run the bootstrap script; this will checkout any needed repository
+
+.. code-block:: none
+  
+  $ deployment/bootstrap-standalone
+
+3. Build the project
+
+.. code-block:: none
+
+  $ source activate
+  $ taler-deployment-build

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



reply via email to

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