# HG changeset patch # User Goffi # Date 1641224755 -3600 # Node ID 1092bab8b3f352da8eb7f7a8a24a0e3428eb1c6c # Parent 9faa902a9cb224d7d3f4a916eb18923150a52636 doc: update names following global renaming diff -r 9faa902a9cb2 -r 1092bab8b3f3 doc/installation.rst --- 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. --xmpp_pwd= + twistd libervia-pubsub --jid=pubsub. --xmpp_pwd= -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.