summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-18 16:08:27 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-05-18 16:08:27 +0200
commitc78dad8b82580a172cadf29e84ff76f7f66d21be (patch)
tree7c3f32e095fd2b445c4e3abcbe896132a4d5c2a5 /docs
parent76514408fa626a90519b997d86ca1751f2a02c74 (diff)
downloaddocs-c78dad8b82580a172cadf29e84ff76f7f66d21be.tar.gz
docs-c78dad8b82580a172cadf29e84ff76f7f66d21be.tar.bz2
docs-c78dad8b82580a172cadf29e84ff76f7f66d21be.zip
starting standalone deployment
Diffstat (limited to 'docs')
-rw-r--r--docs/deployment.rst45
1 files changed, 38 insertions, 7 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst
index d6ba1d8d..09c4c805 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 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