comparison doc/installation.rst @ 1502:e1ccba0d2b71

doc: set `language` and use `libervia-media` instead of `sat_media`
author Goffi <goffi@goffi.org>
date Thu, 24 Nov 2022 17:34:31 +0100
parents aada5471d6bc
children 0d517b596568
comparison
equal deleted inserted replaced
1501:5cc6734093a6 1502:e1ccba0d2b71
54 $ pip install -r requirements.txt 54 $ pip install -r requirements.txt
55 55
56 If you haven't done it for the backend, you need to install the media:: 56 If you haven't done it for the backend, you need to install the media::
57 57
58 $ cd 58 $ cd
59 $ hg clone https://repos.goffi.org/sat_media 59 $ hg clone https://repos.goffi.org/libervia-media
60 60
61 then, create the directory ``~/.config/libervia``:: 61 then, create the directory ``~/.config/libervia``::
62 62
63 $ mkdir -p ~/.config/libervia 63 $ mkdir -p ~/.config/libervia
64 64
65 and the file ``~/.config/libervia/libervia.conf`` containing: 65 and the file ``~/.config/libervia/libervia.conf`` containing:
66 66
67 .. sourcecode:: cfg 67 .. sourcecode:: cfg
68 68
69 [DEFAULT] 69 [DEFAULT]
70 media_dir = ~/sat_media 70 media_dir = ~/libervia-media
71 71
72 Of course, replace ``~/sat_media`` with the actual path you have used. 72 Of course, replace ``~/libervia-media`` with the actual path you have used.
73 73
74 Please check backend documentation for more details on the settings. 74 Please check backend documentation for more details on the settings.
75 75
76 You'll also need the ``yarn`` packager, please check your distribution documentation for 76 You'll also need the ``yarn`` packager, please check your distribution documentation for
77 instructions to install it. 77 instructions to install it.