changeset 476:1092bab8b3f3

doc: update names following global renaming
author Goffi <goffi@goffi.org>
date Mon, 03 Jan 2022 16:45:55 +0100
parents 9faa902a9cb2
children 9125a6e440c0
files doc/installation.rst
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/doc/installation.rst	Mon Jan 03 16:45:22 2022 +0100
+++ b/doc/installation.rst	Mon Jan 03 16:45:55 2022 +0100
@@ -57,7 +57,7 @@
 
 Then you need to clone the repository::
 
-    $ hg clone https://repos.goffi.org/sat_pubsub && cd sat_pubsub
+    $ hg clone https://repos.goffi.org/libervia-pubsub && cd libervia-pubsub
 
 Now you can install requirements::
 
@@ -107,7 +107,7 @@
 
     % sudo -u postgres createuser -d -P $(whoami)
     % createdb pubsub
-    % cd /tmp && wget https://repos.goffi.org/sat_pubsub/raw-file/tip/db/pubsub.sql
+    % cd /tmp && wget https://repos.goffi.org/libervia-pubsub/raw-file/tip/db/pubsub.sql
     % psql pubsub < pubsub.sql
 
 Update
@@ -116,7 +116,7 @@
 If you have updated Libervia Pubsub and the database schema has been changed, you may have a
 message indicating that your are using an outdated version.
 
-To update schema, just apply ``sat_pubsub_update_x_y.sql`` files where ``x`` is your
+To update schema, just apply ``libervia_pubsub_update_x_y.sql`` files where ``x`` is your
 current version, and ``y`` is the one to update. If you are several versions late, just
 apply updates one by one.
 
@@ -127,7 +127,7 @@
 Go to ``db`` directory and enter update instruction::
 
     $ cd db
-    $ psql pubsub < sat_pubsub_update_7_8.sql
+    $ psql pubsub < libervia_pubsub_update_7_8.sql
 
 .. note::
 
@@ -239,9 +239,9 @@
 Running Libervia PubSub
 -----------------------
 
-The minimal example for running sat_pubsub is:
+The minimal example for running libervia-pubsub is:
 
-  % twistd sat-pubsub
+  % twistd libervia-pubsub
 
 This will start the service and run it in the background. It generates a
 file twistd.pid that holds the PID of the service and a log file twistd.log.
@@ -270,8 +270,8 @@
 
 For example::
 
-  twistd sat-pubsub --jid=pubsub.<your_xmpp_domain> --xmpp_pwd=<password>
+  twistd libervia-pubsub --jid=pubsub.<your_xmpp_domain> --xmpp_pwd=<password>
 
-You can set your options in ``sat.conf`` which is the same file used as for Salut à Toi
+You can set your options in ``libervia.conf`` which is the same file used as for Salut à Toi
 ecosystem. Please check backend ``configuration`` section for details. The Libervia PubSub
 options must be in ``[pubsub]`` section.