commit c78dad8b82580a172cadf29e84ff76f7f66d21be
parent 76514408fa626a90519b997d86ca1751f2a02c74
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 18 May 2017 16:08:27 +0200
starting standalone deployment
Diffstat:
1 file changed, 38 insertions(+), 7 deletions(-)
diff --git 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 taler@gnu.org!
+
+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