Mercurial > libervia-pubsub
comparison doc/installation.rst @ 473:dc53c6f020bc v0.4.0
v0.4.0 release
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 30 Nov 2021 23:15:45 +0100 |
parents | 445a2f67be4a |
children | 1092bab8b3f3 |
comparison
equal
deleted
inserted
replaced
472:d993e8b0fd60 | 473:dc53c6f020bc |
---|---|
4 | 4 |
5 This are the instructions to install Libervia Pubsub. | 5 This are the instructions to install Libervia Pubsub. |
6 | 6 |
7 .. note:: | 7 .. note:: |
8 | 8 |
9 Libervia PubSub is not released yet and this documentation is work in progress | 9 This documentation is work in progress |
10 | 10 |
11 .. note:: | 11 .. note:: |
12 | 12 |
13 /!\\ Beware, if you're installing Libervia Pubsub on a server already running in production, | 13 /!\\ Beware, if you're installing Libervia Pubsub on a server already running in production, |
14 it will replace your legacy Pubsub service, meaning that everything stored there won't | 14 it will replace your legacy Pubsub service, meaning that everything stored there won't |
74 if requirements change, you may have to enter ``pip install -r requirements.txt`` | 74 if requirements change, you may have to enter ``pip install -r requirements.txt`` |
75 again, check also `Update`_ below) | 75 again, check also `Update`_ below) |
76 | 76 |
77 Installation From Sources | 77 Installation From Sources |
78 ------------------------- | 78 ------------------------- |
79 | |
80 .. note:: | |
81 | |
82 until the release of Libervia Pubsub ``0.4.0`` it is recommended to install dev version | |
83 with instructions above | |
84 | 79 |
85 To install Libervia PubSub we'll work in a virtual environment. On Debian and derivatives you | 80 To install Libervia PubSub we'll work in a virtual environment. On Debian and derivatives you |
86 should easily install dependencies with this:: | 81 should easily install dependencies with this:: |
87 | 82 |
88 sudo apt-get install postgresql python3-dev python3-venv python3-wheel mercurial | 83 sudo apt-get install postgresql python3-dev python3-venv python3-wheel mercurial |