comparison doc/overview.rst @ 3536:0985c47ffd96

doc: config file is now `libervia.conf` (even if `sat.conf` still works, for now)
author Goffi <goffi@goffi.org>
date Thu, 03 Jun 2021 15:15:11 +0200
parents c80a0f864b5d
children 267e4987b58b
comparison
equal deleted inserted replaced
3535:67aebefb44fc 3536:0985c47ffd96
36 36
37 Backend 37 Backend
38 ======= 38 =======
39 39
40 The backend is a daemon, that means that it's a service running in the background. 40 The backend is a daemon, that means that it's a service running in the background.
41 It takes its main configuration from a file named ``sat.conf`` and can be in different 41 It takes its main configuration from a file named ``libervia.conf`` and can be in different
42 locations (see below). It uses data in a directory called ``local_dir``, and which 42 locations (see below). It uses data in a directory called ``local_dir``, and which
43 default, on suitable platforms, to the corresponding `XDG directory`_, which is most of 43 default, on suitable platforms, to the corresponding `XDG directory`_, which is most of
44 time ``~/.local/share/sat``. In this directory, you'll find the main database in the 44 time ``~/.local/share/sat``. In this directory, you'll find the main database in the
45 ``sat.db`` file, which is a `SQLite`_ database. 45 ``sat.db`` file, which is a `SQLite`_ database.
46 46
210 210
211 Most of the frontends use images or other media. To avoid duplication and to make the code 211 Most of the frontends use images or other media. To avoid duplication and to make the code
212 repositories lighter, those media are grouped in a separate repository. The Libervia media 212 repositories lighter, those media are grouped in a separate repository. The Libervia media
213 repository is available at https://repos.goffi.org/sat_media. You can also download media 213 repository is available at https://repos.goffi.org/sat_media. You can also download media
214 at https://ftp.goffi.org/sat_media/sat_media.tar.bz2. The path where Libervia media are 214 at https://ftp.goffi.org/sat_media/sat_media.tar.bz2. The path where Libervia media are
215 installed must be specified in ``sat.conf`` in ``media_dir`` option of the ``[DEFAULT`` 215 installed must be specified in ``libervia.conf`` in ``media_dir`` option of the ``[DEFAULT``
216 section. 216 section.
217 217
218 Libervia Templates 218 Libervia Templates
219 ------------------ 219 ------------------
220 220