Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language of administration and building reworked #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions doc/administration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@ Database Administration

If you are using a real DBMS to hold your botanic data, then you need do
something about database administration. While database administration is
far beyond the scope of this document, we make our users aware of it.
far beyond the scope of this document, users are made aware of it.

SQLite
======

SQLite is not what one would consider a real DBMS: each SQLite database is
just in one file. Make safety copies and you will be fine. If you don't know
where to look for your database files, consider that, per default, bauble
SQLite is not what one would consider a real DBMS: Each SQLite database is
in just one file. Make safety copies and you will be fine. If you don't know
where to look for your database files, consider that, per default, Bauble
puts its data in the ``~/.bauble/`` directory.

In Windows it is somewhere in your ``AppData`` directory, most likely in
``AppData\Roaming\Bauble``. Do keep in mind that Windows does its best to
hide the ``AppData`` directory structure to normal users.
On Windows it is somewhere in the ``AppData`` directory, most likely in
``AppData\Roaming\Bauble``. Windows tries to hide the
``AppData`` directory structure from normal users.

The fastest way to open it is with the file explorer: type ``%APPDATA%`` and
hit enter.
The fastest way to open it is with the file explorer: Type ``%APPDATA%`` and
hit .

MySQL
=====

Please refer to the official documentation.
Please refer to https://dev.mysql.com/doc/

PostgreSQL
==========

Please refer to the official documentation. A very thorough discussion of
Please refer to https://www.postgresql.org/docs/. A very thorough discussion of
your backup options starts at `chapter_24`_.

.. _chapter_24: http://www.postgresql.org/docs/9.1/static/backup.html
Expand All @@ -41,16 +41,16 @@ file is associated to a user account and every user will have their own
configuration file.

To review the content of the Ghini configuration file, type ``:prefs`` in
the text entry area where you normally type your searches, then hit enter.
the text entry area where you normally type your searches, then hit .

You normally do not need tweaking the configuration file, but you can do so
with a normal text editor program. Ghini configuration file is at the
You normally do not need to tweak the configuration file, but you can do so
with a normal text editor. The Ghini configuration file is in the
default location for SQLite databases.

Reporting Errors
----------------------

Should you notice anything unexpected in Ghini's behaviour, please consider
Should you notice anything unexpected about Ghini's behaviour, please consider
filing an issue on the Ghini development site.

Ghini development site can be accessed via the Help menu.
It can be accessed via the Help menu.
Loading